File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2425val restateVersion = libs.versions.restate.get()
2526
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments