Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 4b88977

Browse files
Update Networking
1 parent 6f0f608 commit 4b88977

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -295,17 +295,17 @@ dependencies {
295295

296296
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.3'
297297

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'
301301

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'
303303

304304
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.17.1'
305305

306306
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
307307

308-
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.7'
308+
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.1'
309309
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.2'
310310

311311
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.6'
@@ -339,13 +339,13 @@ dependencies {
339339

340340
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.16.3'
341341

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.6'
343343
// 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.6'
345345

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'
349349

350350
testImplementation group: 'org.projectlombok', name:'lombok', version: '1.18.22'
351351
testAnnotationProcessor group: 'org.projectlombok', name:'lombok', version: '1.18.22'

0 commit comments

Comments
 (0)