Skip to content

Commit a1b888b

Browse files
authored
Update dependencies (#6782)
1 parent 9d738f6 commit a1b888b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

gradle/libraries.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ kotlinx-datetime = "0.7.1"
3535
#noinspection NewerVersionAvailable requires KGP 2.2
3636
kotlinx-serialization-runtime = "1.8.1"
3737
#noinspection GradleDependency,NewerVersionAvailable compatibility with native consumers
38-
ksp = "2.2.20-2.0.4"
38+
ksp = "2.3.1"
3939
#noinspection NewerVersionAvailable requires KGP 2.2
4040
ktor = "3.2.3"
4141
moshix = "0.14.1"
42-
okio = "3.16.1"
43-
okhttp = "5.2.1"
42+
okio = "3.16.2"
43+
okhttp = "5.3.0"
4444
sqldelight = "2.1.0"
4545
truth = "1.4.5"
4646

@@ -101,7 +101,8 @@ gratatouille-wiring-runtime = { group = "com.gradleup.gratatouille", name = "gra
101101
gratatouille-tasks-runtime = { group = "com.gradleup.gratatouille", name = "gratatouille-tasks-runtime", version.ref = "gratatouille-runtime" }
102102
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
103103
# built from https://github.com/apollographql/dokka/releases/tag/v2.1.0-beta.2
104-
# remove when https://github.com/Kotlin/dokka/pull/4286 is merged
104+
# remove when https://github.com/Kotlin/dokka/pull/4334 is merged
105+
# noinspection NewerVersionAvailable
105106
dokka = "org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:2.1.0-beta.2"
106107
#
107108
# See https://github.com/gradle/gradle/issues/1835
@@ -112,14 +113,14 @@ dokka = "org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:2.1.0-beta.2"
112113
#noinspection NewerVersionAvailable this is a compileOnly dependency
113114
gradle-api-min = { group = "dev.gradleplugins", name = "gradle-api", version = "8.0" }
114115
guava-jre = { group = "com.google.guava", name = "guava", version.ref = "guava" }
115-
http4k-bom = "org.http4k:http4k-bom:6.18.0.1"
116+
http4k-bom = "org.http4k:http4k-bom:6.20.0.3"
116117
http4k-core = { module = "org.http4k:http4k-core" }
117118
http4k-server-jetty = { module = "org.http4k:http4k-server-jetty" }
118119
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrains-annotations" }
119120
junit = { group = "junit", name = "junit", version.ref = "junit" }
120121
kotlin-allopen = { group = "org.jetbrains.kotlin", name = "kotlin-allopen", version.ref = "kotlin-plugin" }
121-
kotlin-compiletesting = { group = "dev.zacsweers.kctfork", name = "core", version = "0.9.0" }
122-
graphql-java = "com.graphql-java:graphql-java:24.2"
122+
kotlin-compiletesting = { group = "dev.zacsweers.kctfork", name = "core", version = "0.11.0" }
123+
graphql-java = "com.graphql-java:graphql-java:24.3"
123124
# The main kotlin version for build-logic and Gradle tests
124125
kotlin-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin-plugin" }
125126
kotlin-plugin-annotations = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin-annotations", version.ref = "kotlin-plugin" }
@@ -134,7 +135,7 @@ kotlin-test-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit"
134135
kotlin-stdlib-js = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-js", version.ref = "kotlin-plugin" }
135136
kotlin-stdlib-wasm-js = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-wasm-js", version.ref = "kotlin-plugin" }
136137
kotlinx-benchmark-runtime = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.14"
137-
kotlinx-benchmark = "org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.12"
138+
kotlinx-benchmark = "org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.14"
138139
kotlinx-browser = "org.jetbrains.kotlinx:kotlinx-browser:0.3"
139140
androidx-benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.4.1"
140141
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
@@ -166,7 +167,7 @@ sqldelight-native = { group = "app.cash.sqldelight", name = "native-driver", ver
166167
sqldelight-plugin = { group = "app.cash.sqldelight", name = "gradle-plugin", version.ref = "sqldelight" }
167168
sqldelight-runtime = { group = "app.cash.sqldelight", name = "runtime", version.ref = "sqldelight" }
168169
benchmark-gradle-plugin = "androidx.benchmark:benchmark-gradle-plugin:1.4.1"
169-
asm = "org.ow2.asm:asm-commons:9.8"
170+
asm = "org.ow2.asm:asm-commons:9.9"
170171
moshix-ksp = { group = "dev.zacsweers.moshix", name = "moshi-ksp", version.ref = "moshix" }
171172
benchmark-junit4 = "androidx.benchmark:benchmark-junit4:1.4.1"
172173
androidx-test-core = "androidx.test:core:1.7.0"
@@ -179,7 +180,7 @@ librarian = "com.gradleup.librarian:librarian-gradle-plugin:0.2.1-SNAPSHOT-0e052
179180
nmcp = "com.gradleup.nmcp:nmcp:1.2.0"
180181
slf4j-simple = "org.slf4j:slf4j-simple:2.0.17"
181182
slf4j-nop = "org.slf4j:slf4j-nop:2.0.17"
182-
licensee = "app.cash.licensee:licensee-gradle-plugin:1.13.0"
183+
licensee = "app.cash.licensee:licensee-gradle-plugin:1.14.1"
183184
#compileOnly dependency for the Apollo Gradle Plugin
184185
#noinspection SimilarGradleDependency,NewerVersionAvailable
185186
kgp-compile = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"

0 commit comments

Comments
 (0)