Skip to content

Commit acb2a2d

Browse files
Merge pull request #391 from hmcts/combine-prs-branch
Renovate Combined Pull Request
2 parents ada85cc + 498a0c2 commit acb2a2d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ buildscript {
1212

1313
plugins {
1414
id 'application'
15-
id 'uk.gov.hmcts.java' version '0.12.36'
15+
id 'uk.gov.hmcts.java' version '0.12.40'
1616
id 'pmd'
1717
id 'jacoco'
1818
id 'org.springframework.boot' version '2.6.7'
1919
id 'info.solidsoft.pitest' version '1.7.4'
2020
id 'io.spring.dependency-management' version '1.1.0'
2121
id 'java'
22-
id 'com.github.ben-manes.versions' version '0.44.0'
22+
id 'com.github.ben-manes.versions' version '0.45.0'
2323
id 'org.sonarqube' version '3.5.0.2730'
2424
id 'org.owasp.dependencycheck' version '8.0.2'
2525
}
@@ -33,12 +33,12 @@ apply plugin: 'io.spring.dependency-management'
3333

3434
def versions = [
3535
junit : '5.9.2',
36-
lombok : '1.18.24',
36+
lombok : '1.18.26',
3737
reformLogging : '5.1.9',
3838
reformS2sClient: '5.0.0',
3939
serenity : '2.1.0',
4040
sonarPitest : '0.5',
41-
pitest : '1.10.4',
41+
pitest : '1.11.0',
4242
springBoot : '2.6.7',
4343
springHystrix : '2.1.1.RELEASE',
4444
spring : '5.3.25',
@@ -52,7 +52,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
5252
def jarName = 'am-role-assignment-refresh-batch.jar'
5353

5454
pmd {
55-
toolVersion = '6.21.0'
55+
toolVersion = '6.54.0'
5656
sourceSets = []
5757
}
5858

@@ -227,14 +227,14 @@ dependencies {
227227
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
228228
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
229229
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: versions.reformLogging
230-
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.1'
230+
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.2'
231231
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
232232
implementation 'com.github.hmcts:properties-volume-spring-boot-starter:0.1.1'
233233
implementation 'commons-io:commons-io:20030203.000550'
234234
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.71'
235235
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.71'
236236
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'
237-
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.14.1', ext: 'pom'
237+
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.14.2', ext: 'pom'
238238
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
239239
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
240240
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk' , version: '5.10.7'
@@ -302,7 +302,7 @@ dependencyManagement {
302302
entry 'log4j-api'
303303
entry 'log4j-to-slf4j'
304304
}
305-
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.14.1') {
305+
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.14.2') {
306306
entry 'jackson-databind'
307307
entry 'jackson-core'
308308
entry 'jackson-annotations'

infrastructure/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "~> 3.40.0"
11+
version = "~> 3.41.0"
1212
}
1313
random = {
1414
source = "hashicorp/random"

0 commit comments

Comments
 (0)