Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.8.0 (#1556)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2023
1 parent 861e524 commit 534116f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ servlet-api = "2.5"
slf4j = "1.7.36"
javapoet = "1.13.0"

kotlin = "1.7.21"
kotlin = "1.8.0"

# Micronaut
micronaut-gradle-plugin = "3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion test-suite-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation("io.micronaut.test:micronaut-test-junit5")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation(projects.functionAws)
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0")
testImplementation(projects.functionClientAws)
}

Expand Down

0 comments on commit 534116f

Please sign in to comment.