Skip to content

Commit 4991962

Browse files
github-actions[bot]renovate[bot]github-actions
authored
Renovate Combined Pull Request (#774)
* Update dependency com.github.hmcts:fortify-client to v1.4.2 * Update dependency com.google.guava:guava to v33.2.1-jre * Update dependency microsoft/ApplicationInsights-Java to v3.5.3 * Update plugin uk.gov.hmcts.java to v0.12.63 * Update dependency pmd to v7.2.0 * Update Terraform azurerm to ~> 3.107.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
1 parent 8b3a5fb commit 4991962

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Keep hub.Dockerfile aligned to this file as far as possible
22
ARG JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom"
33
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
4-
ARG APP_INSIGHTS_AGENT_VERSION=3.5.2
4+
ARG APP_INSIGHTS_AGENT_VERSION=3.5.3
55

66
# Application image
77

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
plugins {
1414
id 'application'
15-
id 'uk.gov.hmcts.java' version '0.12.62'
15+
id 'uk.gov.hmcts.java' version '0.12.63'
1616
id 'pmd'
1717
id 'jacoco'
1818
id 'org.springframework.boot' version '2.7.18'
@@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
5757
def jarName = 'am-role-assignment-refresh-batch.jar'
5858

5959
pmd {
60-
toolVersion = '7.1.0'
60+
toolVersion = '7.2.0'
6161
sourceSets = []
6262
}
6363

@@ -228,7 +228,7 @@ dependencies {
228228
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.2.10.RELEASE'
229229
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.9'
230230

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'
232232
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
233233
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
234234
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'
@@ -280,7 +280,7 @@ dependencies {
280280
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: versions.rest_assured
281281
testImplementation group: 'io.github.openfeign', name: 'feign-jackson', version: versions.feign_jackson
282282
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'
284284

285285
compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
286286
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok

infrastructure/terraform.tf

+1-1
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.103.0"
11+
version = "~> 3.107.0"
1212
}
1313
random = {
1414
source = "hashicorp/random"

0 commit comments

Comments
 (0)