@@ -12,7 +12,7 @@ buildscript {
12
12
13
13
plugins {
14
14
id ' application'
15
- id ' uk.gov.hmcts.java' version ' 0.12.62 '
15
+ id ' uk.gov.hmcts.java' version ' 0.12.63 '
16
16
id ' pmd'
17
17
id ' jacoco'
18
18
id ' org.springframework.boot' version ' 2.7.18'
@@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
57
57
def jarName = ' am-role-assignment-refresh-batch.jar'
58
58
59
59
pmd {
60
- toolVersion = ' 7.1 .0'
60
+ toolVersion = ' 7.2 .0'
61
61
sourceSets = []
62
62
}
63
63
@@ -228,7 +228,7 @@ dependencies {
228
228
implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-netflix-hystrix' , version : ' 2.2.10.RELEASE'
229
229
implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-openfeign' , version : ' 3.1.9'
230
230
231
- implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.2.0 -jre'
231
+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.2.1 -jre'
232
232
implementation group : ' com.github.hmcts' , name : ' service-auth-provider-java-client' , version : versions. reformS2sClient
233
233
implementation group : ' com.github.hmcts.java-logging' , name : ' logging' , version : versions. reformLogging
234
234
implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.7.3'
@@ -280,7 +280,7 @@ dependencies {
280
280
testImplementation group : ' io.rest-assured' , name : ' rest-assured' , version : versions. rest_assured
281
281
testImplementation group : ' io.github.openfeign' , name : ' feign-jackson' , version : versions. feign_jackson
282
282
testImplementation(' com.opentable.components:otj-pg-embedded:1.0.3' )
283
- testImplementation ' com.github.hmcts:fortify-client:1.4.1 :all'
283
+ testImplementation ' com.github.hmcts:fortify-client:1.4.2 :all'
284
284
285
285
compileOnly group : ' org.projectlombok' , name : ' lombok' , version : versions. lombok
286
286
annotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : versions. lombok
0 commit comments