Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update Networking
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 18, 2023
1 parent 68c7a50 commit 85d72fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Expand Up @@ -224,7 +224,7 @@ dependencyManagement {
}

// CVE-2022-23181 - CVE-2022-23181
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.68') {
dependencySet(group: 'org.apache.tomcat.embed', version: '10.1.5') {
entry 'tomcat-embed-core'
entry 'tomcat-embed-el'
entry 'tomcat-embed-websocket'
Expand Down Expand Up @@ -301,9 +301,9 @@ dependencies {
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.1'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.2.9.RELEASE'

implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '1.5.0'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '10.1.0'
implementation group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'
implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '2.2.0'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.1'
implementation group: 'io.springfox', name: 'springfox-swagger2', version: '3.0.0'

implementation group: 'com.github.hmcts', name: 'properties-volume-spring-boot-starter', version: '0.1.0'
implementation group: 'com.github.hmcts', name: 'java-logging', version: '5.1.9'
Expand All @@ -329,9 +329,9 @@ dependencies {
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.0.0'
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-core', version: '8.0.6'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-plugins-amqp-1-0-protocol', version: '8.0.6'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-plugins-memory-store', version: '8.0.6'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-core', version: '9.0.0'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-plugins-amqp-1-0-protocol', version: '9.0.0'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-plugins-memory-store', version: '9.0.0'

integrationTestImplementation sourceSets.main.runtimeClasspath
integrationTestImplementation sourceSets.test.runtimeClasspath
Expand Down

0 comments on commit 85d72fb

Please sign in to comment.