@@ -312,17 +312,17 @@ dependencies {
312
312
313
313
implementation group : ' org.springframework.retry' , name : ' spring-retry' , version : ' 2.0.3'
314
314
315
- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 9.0.75 '
316
- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-el' , version : ' 9.0.75 '
317
- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-websocket' , version : ' 9.0.75 '
315
+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 10.1.24 '
316
+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-el' , version : ' 10.1.24 '
317
+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-websocket' , version : ' 10.1.24 '
318
318
319
- implementation group : ' org.apache.qpid' , name : ' qpid-jms-client' , version : ' 1.8 .0'
319
+ implementation group : ' org.apache.qpid' , name : ' qpid-jms-client' , version : ' 2.5 .0'
320
320
321
321
implementation group : ' org.apache.logging.log4j' , name : ' log4j-to-slf4j' , version : ' 2.17.1'
322
322
323
323
implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.13.0'
324
324
325
- implementation group : ' io.github.openfeign' , name : ' feign-httpclient' , version : ' 11.10 '
325
+ implementation group : ' io.github.openfeign' , name : ' feign-httpclient' , version : ' 13.2.1 '
326
326
implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.11.0'
327
327
328
328
implementation group : ' org.springdoc' , name : ' springdoc-openapi-ui' , version : ' 1.6.15'
@@ -354,13 +354,13 @@ dependencies {
354
354
355
355
implementation group : ' org.elasticsearch' , name : ' elasticsearch' , version : ' 7.17.12'
356
356
357
- implementation group : ' com.microsoft.azure' , name : ' applicationinsights-core' , version : ' 2.6.4 '
357
+ implementation group : ' com.microsoft.azure' , name : ' applicationinsights-core' , version : ' 3.5.3 '
358
358
// https://mvnrepository.com/artifact/com.microsoft.azure/applicationinsights-web
359
- implementation group : ' com.microsoft.azure' , name : ' applicationinsights-web' , version : ' 2.6.4 '
359
+ implementation group : ' com.microsoft.azure' , name : ' applicationinsights-web' , version : ' 3.5.3 '
360
360
361
- testImplementation group : ' io.rest-assured' , name : ' rest-assured' , version : ' 4.5.1 '
362
- testImplementation group : ' io.rest-assured' , name : ' xml-path' , version : ' 4.5.1 '
363
- testImplementation group : ' io.rest-assured' , name : ' json-path' , version : ' 4.5.1 '
361
+ testImplementation group : ' io.rest-assured' , name : ' rest-assured' , version : ' 5.4.0 '
362
+ testImplementation group : ' io.rest-assured' , name : ' xml-path' , version : ' 5.4.0 '
363
+ testImplementation group : ' io.rest-assured' , name : ' json-path' , version : ' 5.4.0 '
364
364
365
365
testImplementation group : ' org.projectlombok' , name :' lombok' , version : ' 1.18.28'
366
366
testAnnotationProcessor group : ' org.projectlombok' , name :' lombok' , version : ' 1.18.28'
0 commit comments