|
1 | 1 | buildscript {
|
2 | 2 | ext {
|
3 |
| - springBootVersion = '2.7.12' |
| 3 | + springBootVersion = '2.7.18' |
4 | 4 | }
|
5 | 5 | dependencies {
|
6 | 6 | classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
|
55 | 55 | reformLogging= '6.0.1'
|
56 | 56 | appInsightsVersion = '2.4.1'
|
57 | 57 | restAssuredVersion = '4.3.0!!'
|
58 |
| - groovyVersion = '3.0.17!!' |
| 58 | + groovyVersion = '3.0.19!!' |
59 | 59 | tomcatVersion = '9.0.82'
|
60 | 60 | feignJackson = '11.6'
|
61 | 61 | beftaFwVersion = '8.8.5'
|
@@ -104,14 +104,17 @@ allprojects {
|
104 | 104 | // Global constraints
|
105 | 105 | dependencies {
|
106 | 106 |
|
107 |
| - implementation('org.springframework.cloud:spring-cloud-starter-openfeign'){ |
108 |
| - version { |
109 |
| - strictly '4.0.3' |
| 107 | + implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' |
| 108 | + constraints { |
| 109 | + implementation('org.springframework.cloud:spring-cloud-starter-openfeign') { |
| 110 | + version{ |
| 111 | + strictly '4.0.3' |
| 112 | + } |
110 | 113 | }
|
111 |
| - } |
112 |
| - implementation('org.springframework.cloud:spring-cloud-starter'){ |
113 |
| - version { |
114 |
| - strictly '3.1.8' |
| 114 | + implementation('org.springframework.cloud:spring-cloud-starter') { |
| 115 | + version{ |
| 116 | + strictly '3.1.8' |
| 117 | + } |
115 | 118 | }
|
116 | 119 | }
|
117 | 120 |
|
@@ -170,8 +173,10 @@ allprojects {
|
170 | 173 | details.useVersion '32.1.3-jre'
|
171 | 174 | }
|
172 | 175 | }
|
| 176 | + |
173 | 177 | }
|
174 | 178 | }
|
| 179 | + |
175 | 180 | }
|
176 | 181 |
|
177 | 182 | java {
|
@@ -281,8 +286,7 @@ subprojects { subproject ->
|
281 | 286 |
|
282 | 287 | // CVE-2021-29425
|
283 | 288 | implementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
|
284 |
| - implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.7' |
285 |
| - implementation "org.springframework.cloud:spring-cloud-starter-bootstrap" |
| 289 | + testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.8' |
286 | 290 | implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.9'
|
287 | 291 |
|
288 | 292 | // To avoid compiler warnings about @API annotations in JUnit5 code.
|
|
0 commit comments