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 6, 2021
1 parent 251d5b3 commit f1ff64e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Expand Up @@ -14,8 +14,8 @@ 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.6"
val junitVersion = "5.8.2"

plugins {
kotlin("jvm") version "1.6.0"
Expand All @@ -35,7 +35,7 @@ repositories {
dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0")
implementation("com.apurebase:kgraphql:0.17.14")
implementation("io.github.microutils:kotlin-logging:2.1.0")
implementation("io.github.microutils:kotlin-logging:2.1.15")
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
@@ -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.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f1ff64e

Please sign in to comment.