Skip to content

Commit

Permalink
Update Networking
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 18, 2022
1 parent 3d70fed commit cb1cf1f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Expand Up @@ -295,17 +295,17 @@ dependencies {

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

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

implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '1.6.0'
implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '2.1.0'

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

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

implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.7'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.0'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.2'

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

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

implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.6.4'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.4.4'
// 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.4.4'

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.3.0'
testImplementation group: 'io.rest-assured', name: 'xml-path', version: '5.3.0'
testImplementation group: 'io.rest-assured', name: 'json-path', version: '5.3.0'

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

0 comments on commit cb1cf1f

Please sign in to comment.