Skip to content

Commit

Permalink
Bump to kotlin 1.9.23, Dokka 1.9.20 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabado-faire authored Mar 25, 2024
1 parent 781d9c5 commit 91fd675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.8.22"
kotlin("jvm") version "1.9.23"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
ktlint = "0.40.0"
kotlin = "1.8.22"
kotlin = "1.9.23"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.23.1" }
Expand All @@ -9,7 +9,7 @@ aws2DynamodbEnhanced = { module = "software.amazon.awssdk:dynamodb-enhanced", ve
awsDynamodb = { module = "com.amazonaws:aws-java-sdk-dynamodb", version = "1.11.960" }
awsDynamodbLocal = { module = "com.amazonaws:DynamoDBLocal", version = "1.13.5" }
clikt = { module = "com.github.ajalt:clikt", version = "2.8.0" }
dokkaGradlePlugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.7.0" }
dokkaGradlePlugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.20" }
dockerCore = { module = "com.github.docker-java:docker-java-core", version = "3.2.13" }
dockerTransport = { module = "com.github.docker-java:docker-java-transport-httpclient5", version = "3.2.13" }
findbugsJsr305 = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
Expand Down

0 comments on commit 91fd675

Please sign in to comment.