File tree 2 files changed +21
-0
lines changed
example-spring-boot-starter-web
example-spring-boot-starter-webflux
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ plugins {
5
5
alias(libs. plugins. openapi. generator)
6
6
}
7
7
8
+ // Needed for security. See:
9
+ // - https://github.com/getyourguide/openapi-validation-java/security/dependabot/7
10
+ // - https://github.com/getyourguide/openapi-validation-java/security/dependabot/6
11
+ // Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
12
+ dependencyManagement {
13
+ dependencies {
14
+ dependency ' ch.qos.logback:logback-core:1.5.15'
15
+ dependency ' ch.qos.logback:logback-classic:1.5.15'
16
+ }
17
+ }
8
18
9
19
dependencies {
10
20
implementation project(' :examples:examples-common' )
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ plugins {
5
5
alias(libs. plugins. openapi. generator)
6
6
}
7
7
8
+ // Needed for security. See:
9
+ // - https://github.com/getyourguide/openapi-validation-java/security/dependabot/7
10
+ // - https://github.com/getyourguide/openapi-validation-java/security/dependabot/6
11
+ // Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
12
+ dependencyManagement {
13
+ dependencies {
14
+ dependency ' ch.qos.logback:logback-core:1.5.15'
15
+ dependency ' ch.qos.logback:logback-classic:1.5.15'
16
+ }
17
+ }
18
+
8
19
dependencies {
9
20
implementation project(' :examples:examples-common' )
10
21
implementation project(' :spring-boot-starter:spring-boot-starter-webflux' )
You can’t perform that action at this time.
0 commit comments