File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
example-spring-boot-starter-webflux
example-spring-boot-starter-web Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ plugins {
66}
77
88// Needed for security. See:
9+ // - https://github.com/getyourguide/openapi-validation-java/security/dependabot/25
910// - https://github.com/getyourguide/openapi-validation-java/security/dependabot/7
1011// - https://github.com/getyourguide/openapi-validation-java/security/dependabot/6
1112// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1213dependencyManagement {
1314 dependencies {
14- dependency ' ch.qos.logback:logback-core:1.5.18 '
15- dependency ' ch.qos.logback:logback-classic:1.5.18 '
15+ dependency ' ch.qos.logback:logback-core:1.5.19 '
16+ dependency ' ch.qos.logback:logback-classic:1.5.19 '
1617 }
1718}
1819
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ plugins {
66}
77
88// Needed for security. See:
9+ // - https://github.com/getyourguide/openapi-validation-java/security/dependabot/25
910// - https://github.com/getyourguide/openapi-validation-java/security/dependabot/7
1011// - https://github.com/getyourguide/openapi-validation-java/security/dependabot/6
1112// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1213dependencyManagement {
1314 dependencies {
14- dependency ' ch.qos.logback:logback-core:1.5.18 '
15- dependency ' ch.qos.logback:logback-classic:1.5.18 '
15+ dependency ' ch.qos.logback:logback-core:1.5.19 '
16+ dependency ' ch.qos.logback:logback-classic:1.5.19 '
1617 }
1718}
1819
You can’t perform that action at this time.
0 commit comments