Skip to content

Commit 9713f5c

Browse files
[CHK-12730] fix dependabot #25 (ch.qos.logback:logback-core from 1.5.18 to 1.5.19)
1 parent 2608bdb commit 9713f5c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

examples/example-spring-boot-starter-web/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
1213
dependencyManagement {
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

examples/example-spring-boot-starter-webflux/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
1213
dependencyManagement {
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

0 commit comments

Comments
 (0)