@@ -3,10 +3,10 @@ plugins {
33 id ' checkstyle'
44 id ' pmd'
55 id ' jacoco'
6- id ' io.spring.dependency-management' version ' 1.1.5 '
6+ id ' io.spring.dependency-management' version ' 1.1.6 '
77 id ' org.springframework.boot' version ' 3.2.7'
88 id ' org.owasp.dependencycheck' version ' 9.1.0'
9- id ' com.github.ben-manes.versions' version ' 0.50 .0'
9+ id ' com.github.ben-manes.versions' version ' 0.51 .0'
1010 id ' org.sonarqube' version ' 4.4.1.3373'
1111}
1212
@@ -165,8 +165,8 @@ repositories {
165165}
166166
167167def versions = [
168- junit : ' 5.10.1 ' ,
169- junitPlatform : ' 1.10.1 ' ,
168+ junit : ' 5.10.3 ' ,
169+ junitPlatform : ' 1.10.3 ' ,
170170 reformLogging : ' 6.0.1' ,
171171 springBoot : springBoot. class. package. implementationVersion,
172172]
@@ -193,44 +193,44 @@ dependencies {
193193
194194 implementation group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.3.1' // Needed for openjdk 11 to execute test
195195
196- implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : ' 2.3 .0'
196+ implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : ' 2.6 .0'
197197
198198 implementation group : ' com.github.hmcts.java-logging' , name : ' logging' , version : versions. reformLogging
199199 implementation group : ' com.github.hmcts.java-logging' , name : ' logging-appinsights' , version : versions. reformLogging
200- implementation group : ' net.logstash.logback' , name : ' logstash-logback-encoder' , version : ' 7.4 '
200+ implementation group : ' net.logstash.logback' , name : ' logstash-logback-encoder' , version : ' 8.0 '
201201 implementation group : ' com.github.hmcts' , name : ' service-auth-provider-java-client' , version : ' 4.1.2'
202202 implementation group : ' com.github.hmcts' , name : ' idam-java-client' , version : ' 3.0.3'
203203 implementation group : ' com.github.hmcts' , name : ' ccd-client' , version : ' 4.9.2'
204204
205- implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.0.0 -jre'
205+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.2.1 -jre'
206206
207207 implementation group : ' com.launchdarkly' , name : ' launchdarkly-java-server-sdk' , version : ' 6.3.0'
208208
209209 implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-bootstrap' , version : ' 4.1.1'
210- implementation group : ' com.azure' , name : ' azure-messaging-servicebus' , version : ' 7.14.7 '
210+ implementation group : ' com.azure' , name : ' azure-messaging-servicebus' , version : ' 7.17.2 '
211211
212- implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-openfeign' , version : ' 4.1.0 '
212+ implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-openfeign' , version : ' 4.1.3 '
213213 implementation group : ' io.github.openfeign' , name : ' feign-httpclient' , version : ' 13.2.1'
214214 implementation group : ' io.github.openfeign' , name : ' feign-jackson' , version : ' 13.2.1'
215215
216- implementation group : ' org.apache.qpid' , name : ' qpid-jms-client' , version : ' 1.11 .0'
216+ implementation group : ' org.apache.qpid' , name : ' qpid-jms-client' , version : ' 2.5 .0'
217217
218218 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : versions. junit
219219 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : versions. junit
220220 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : versions. junit
221221 testImplementation group : ' org.junit.platform' , name : ' junit-platform-commons' , version : versions. junitPlatform
222222 testImplementation group : ' org.junit.platform' , name : ' junit-platform-engine' , version : versions. junitPlatform
223- testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.8 .0'
223+ testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.12 .0'
224224 testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 5.2.0'
225- testImplementation group : ' org.awaitility' , name : ' awaitility' , version : ' 4.2.0 '
225+ testImplementation group : ' org.awaitility' , name : ' awaitility' , version : ' 4.2.1 '
226226 testImplementation group : ' org.apiguardian' , name : ' apiguardian-api' , version : ' 1.1.2'
227227
228228 testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , withoutJunit4
229229 testImplementation group : ' io.github.netmikey.logunit' , name : ' logunit-core' , version : ' 2.0.0'
230- testImplementation group : ' com.github.hmcts' , name : ' fortify-client' , version : ' 1.3.0 ' , classifier : ' all'
230+ testImplementation group : ' com.github.hmcts' , name : ' fortify-client' , version : ' 1.4.3 ' , classifier : ' all'
231231 testRuntimeOnly group : ' io.github.netmikey.logunit' , name : ' logunit-logback' , version : ' 2.0.0'
232232
233- integrationTestImplementation group : ' org.springframework.cloud' , name : ' spring-cloud-contract-wiremock' , version : ' 4.1.1 '
233+ integrationTestImplementation group : ' org.springframework.cloud' , name : ' spring-cloud-contract-wiremock' , version : ' 4.1.4 '
234234
235235 integrationTestImplementation sourceSets. main. runtimeClasspath
236236 integrationTestImplementation sourceSets. test. runtimeClasspath
0 commit comments