Skip to content

Commit

Permalink
Upgrade Kotlin to 1.9.21, Okio to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Dec 17, 2023
1 parent 3afe55c commit 0d23e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
biz-aQute-bnd = "6.4.0"
checkStyle = "10.12.5"
com-squareup-moshi = "1.15.0"
com-squareup-okio = "3.6.0"
com-squareup-okio = "3.7.0"
de-mannodermaus-junit5 = "1.4.0"
graalvm = "22.3.2"
kotlinx-serialization = "1.6.0"
org-bouncycastle = "1.76"
org-conscrypt = "2.5.2"
org-jetbrains-coroutines = "1.7.3"
org-jetbrains-kotlin = "1.9.0"
org-jetbrains-kotlin = "1.9.21"
org-junit-jupiter = "5.10.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion samples/tlssurvey/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("jvm")
application
id("com.google.devtools.ksp").version("1.9.0-1.0.13")
id("com.google.devtools.ksp").version("1.9.21-1.0.16")
}

application {
Expand Down

0 comments on commit 0d23e7b

Please sign in to comment.