@@ -295,17 +295,17 @@ dependencies {
295
295
296
296
implementation group : ' org.springframework.retry' , name : ' spring-retry' , version : ' 1.3.3'
297
297
298
- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 9.0.68 '
299
- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-el' , version : ' 9.0.68 '
300
- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-websocket' , version : ' 9.0.68 '
298
+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 10.1.2 '
299
+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-el' , version : ' 10.1.2 '
300
+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-websocket' , version : ' 10.1.2 '
301
301
302
- implementation group : ' org.apache.qpid' , name : ' qpid-jms-client' , version : ' 1.6 .0'
302
+ implementation group : ' org.apache.qpid' , name : ' qpid-jms-client' , version : ' 2.1 .0'
303
303
304
304
implementation group : ' org.apache.logging.log4j' , name : ' log4j-to-slf4j' , version : ' 2.17.1'
305
305
306
306
implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.11.0'
307
307
308
- implementation group : ' io.github.openfeign' , name : ' feign-httpclient' , version : ' 11.7 '
308
+ implementation group : ' io.github.openfeign' , name : ' feign-httpclient' , version : ' 12.1 '
309
309
implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.9.2'
310
310
311
311
implementation group : ' org.springdoc' , name : ' springdoc-openapi-ui' , version : ' 1.6.6'
@@ -339,13 +339,13 @@ dependencies {
339
339
340
340
implementation group : ' org.elasticsearch' , name : ' elasticsearch' , version : ' 7.16.3'
341
341
342
- implementation group : ' com.microsoft.azure' , name : ' applicationinsights-core' , version : ' 2.6 .4'
342
+ implementation group : ' com.microsoft.azure' , name : ' applicationinsights-core' , version : ' 3.4 .4'
343
343
// https://mvnrepository.com/artifact/com.microsoft.azure/applicationinsights-web
344
- implementation group : ' com.microsoft.azure' , name : ' applicationinsights-web' , version : ' 2.6 .4'
344
+ implementation group : ' com.microsoft.azure' , name : ' applicationinsights-web' , version : ' 3.4 .4'
345
345
346
- testImplementation group : ' io.rest-assured' , name : ' rest-assured' , version : ' 4.5.1 '
347
- testImplementation group : ' io.rest-assured' , name : ' xml-path' , version : ' 4.5.1 '
348
- testImplementation group : ' io.rest-assured' , name : ' json-path' , version : ' 4.5.1 '
346
+ testImplementation group : ' io.rest-assured' , name : ' rest-assured' , version : ' 5.3.0 '
347
+ testImplementation group : ' io.rest-assured' , name : ' xml-path' , version : ' 5.3.0 '
348
+ testImplementation group : ' io.rest-assured' , name : ' json-path' , version : ' 5.3.0 '
349
349
350
350
testImplementation group : ' org.projectlombok' , name :' lombok' , version : ' 1.18.22'
351
351
testAnnotationProcessor group : ' org.projectlombok' , name :' lombok' , version : ' 1.18.22'
0 commit comments