File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/javalin-gradle-kotlin
openapi-annotation-processor Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ subprojects {
123123 testImplementation(" net.javacrumbs.json-unit:json-unit-assertj:2.38.0" )
124124 testImplementation(" com.konghq:unirest-java:3.14.2" )
125125
126- testImplementation(" ch.qos.logback:logback-classic:1.4.13 " )
126+ testImplementation(" ch.qos.logback:logback-classic:1.4.14 " )
127127 }
128128
129129 tasks.withType<Test > {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 implementation(" com.fasterxml.jackson.core:jackson-databind:2.15.2" )
4343
4444 // logging
45- implementation(" ch.qos.logback:logback-classic:1.4.13 " )
45+ implementation(" ch.qos.logback:logback-classic:1.4.14 " )
4646
4747 // some test integrations
4848 implementation(" org.mongodb:bson:4.9.1" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020
2121 implementation(" io.swagger.parser.v3:swagger-parser:2.1.15" )
2222
23- implementation(" ch.qos.logback:logback-classic:1.4.13 " )
23+ implementation(" ch.qos.logback:logback-classic:1.4.14 " )
2424
2525 testImplementation(" org.mongodb:bson:4.9.0" )
2626}
You can’t perform that action at this time.
0 commit comments