Skip to content

Commit ffa5397

Browse files
dependencies slop
1 parent b593f63 commit ffa5397

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

build.gradle.kts

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ plugins {
99
id(libs.plugins.spotless.get().pluginId) apply false
1010
}
1111

12-
// The openapi-generator plugin (admin-client) pulls an older jackson onto the buildscript classpath
13-
// that clashes with other plugins; pin a consistent jackson here.
14-
buildscript {
15-
dependencies {
16-
classpath("com.fasterxml.jackson.core:jackson-core:2.17.1")
17-
classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1")
18-
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1")
19-
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1")
20-
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
21-
}
22-
}
12+
//// The openapi-generator plugin (admin-client) pulls an older jackson onto the buildscript
13+
// classpath
14+
//// that clashes with other plugins; pin a consistent jackson here.
15+
// buildscript {
16+
// dependencies {
17+
// classpath("com.fasterxml.jackson.core:jackson-core:2.17.1")
18+
// classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1")
19+
// classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1")
20+
// classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1")
21+
// classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
22+
// }
23+
// }
2324

2425
val restateVersion = libs.versions.restate.get()
2526

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
jib = 'com.google.cloud.tools.jib:3.4.5'
251251
jsonschema2pojo = 'org.jsonschema2pojo:1.2.2'
252252
nexus-publish = 'io.github.gradle-nexus.publish-plugin:1.3.0'
253-
openapi-generator = 'org.openapi.generator:7.17.0'
253+
openapi-generator = 'org.openapi.generator:7.23.0'
254254
protobuf = 'com.google.protobuf:0.9.4'
255255
shadow = 'com.gradleup.shadow:9.0.0-beta8'
256256
spotless = 'com.diffplug.spotless:7.2.1'

0 commit comments

Comments
 (0)