Skip to content

Commit

Permalink
Update Networking
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent ff4fe4a commit 856de50
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Expand Up @@ -312,17 +312,17 @@ dependencies {

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

implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.75'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-el', version: '9.0.75'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.75'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '10.1.19'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-el', version: '10.1.19'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '10.1.19'

implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '1.8.0'
implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '2.5.0'

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

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

implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.10'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2.1'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'

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

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

implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.6.4'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.5.1'
// https://mvnrepository.com/artifact/com.microsoft.azure/applicationinsights-web
implementation group: 'com.microsoft.azure', name: 'applicationinsights-web', version: '2.6.4'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-web', version: '3.5.1'

testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '4.5.1'
testImplementation group: 'io.rest-assured', name: 'xml-path', version: '4.5.1'
testImplementation group: 'io.rest-assured', name: 'json-path', version: '4.5.1'
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.4.0'
testImplementation group: 'io.rest-assured', name: 'xml-path', version: '5.4.0'
testImplementation group: 'io.rest-assured', name: 'json-path', version: '5.4.0'

testImplementation group: 'org.projectlombok', name:'lombok', version: '1.18.28'
testAnnotationProcessor group: 'org.projectlombok', name:'lombok', version: '1.18.28'
Expand Down

0 comments on commit 856de50

Please sign in to comment.