Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 22, 2021
1 parent 251d5b3 commit 876b803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ version = "0.0.1"
val applicationClassName = "CHANGEME"

val kotlinVersion = "1.3.61"
val ktorVersion = "1.6.5"
val junitVersion = "5.8.1"
val ktorVersion = "1.6.7"
val junitVersion = "5.8.2"

plugins {
kotlin("jvm") version "1.6.0"
kotlin("jvm") version "1.6.10"
id("org.jetbrains.dokka") version "1.6.0"
java
application
Expand All @@ -33,9 +33,9 @@ repositories {
}

dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.1")
implementation("com.apurebase:kgraphql:0.17.14")
implementation("io.github.microutils:kotlin-logging:2.1.0")
implementation("io.github.microutils:kotlin-logging:2.1.21")
implementation("io.ktor:ktor-auth:$ktorVersion")
implementation("io.ktor:ktor-auth-jwt:$ktorVersion")
implementation("io.ktor:ktor-jackson:$ktorVersion")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 876b803

Please sign in to comment.