Skip to content

Commit

Permalink
Renovate Combined Pull Request (#774)
Browse files Browse the repository at this point in the history
* 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 <github-actions@github.com>
  • Loading branch information
3 people authored Jun 12, 2024
1 parent 8b3a5fb commit 4991962
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep hub.Dockerfile aligned to this file as far as possible
ARG JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom"
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
ARG APP_INSIGHTS_AGENT_VERSION=3.5.2
ARG APP_INSIGHTS_AGENT_VERSION=3.5.3

# Application image

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

plugins {
id 'application'
id 'uk.gov.hmcts.java' version '0.12.62'
id 'uk.gov.hmcts.java' version '0.12.63'
id 'pmd'
id 'jacoco'
id 'org.springframework.boot' version '2.7.18'
Expand Down Expand Up @@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
def jarName = 'am-role-assignment-refresh-batch.jar'

pmd {
toolVersion = '7.1.0'
toolVersion = '7.2.0'
sourceSets = []
}

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

implementation group: 'com.google.guava', name: 'guava', version: '33.2.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'
Expand Down Expand Up @@ -280,7 +280,7 @@ dependencies {
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: versions.rest_assured
testImplementation group: 'io.github.openfeign', name: 'feign-jackson', version: versions.feign_jackson
testImplementation('com.opentable.components:otj-pg-embedded:1.0.3')
testImplementation 'com.github.hmcts:fortify-client:1.4.1:all'
testImplementation 'com.github.hmcts:fortify-client:1.4.2:all'

compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.103.0"
version = "~> 3.107.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 4991962

Please sign in to comment.