We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f63bf commit 253fd59Copy full SHA for 253fd59
build.gradle.kts
@@ -70,7 +70,7 @@ repositories {
70
dependencies {
71
compileOnly("io.openapiprocessor:openapi-processor-api:2021.1")
72
73
- implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.0"))
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.1"))
74
implementation(platform("org.codehaus.groovy:groovy-bom:3.0.9"))
75
76
implementation("org.codehaus.groovy:groovy")
0 commit comments