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

Commit e9bb4c9

Browse files
Update Networking
1 parent ff27cdc commit e9bb4c9

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
@@ -312,17 +312,17 @@ dependencies {
312312

313313
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.3'
314314

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.23'
316+
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-el', version: '10.1.23'
317+
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '10.1.23'
318318

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

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

323323
implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'
324324

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'
326326
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'
327327

328328
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.15'
@@ -354,13 +354,13 @@ dependencies {
354354

355355
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.12'
356356

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.2'
358358
// 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.2'
360360

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

365365
testImplementation group: 'org.projectlombok', name:'lombok', version: '1.18.28'
366366
testAnnotationProcessor group: 'org.projectlombok', name:'lombok', version: '1.18.28'

0 commit comments

Comments
 (0)