From e3f0b8701a55608da2fa6f04de97e17984e771fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:43:38 +0100 Subject: [PATCH] Renovate Combined Pull Request (#746) * Update dependency microsoft/ApplicationInsights-Java to v3.5.2 * Update spring security to v5.8.12 * Update dependency hashicorp/terraform to v1.8.2 * Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations to v2.3.0 * Update versions.logbackVersion to v1.5.6 * Update Terraform azurerm to ~> 3.101.0 * Update plugin uk.gov.hmcts.java to v0.12.61 * Update dependency pmd to v7.1.0 * Update dependency com.google.guava:guava to v33.2.0-jre * Update plugin io.spring.dependency-management to v1.1.5 * Update versions.jacksondata to v2.17.1 * DTSAM-301 Renovate review W/C 2024-05-06 - logback reverted back to 1.2.13 as upgrade was causing errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions Co-authored-by: Mike Brown --- Dockerfile | 2 +- build.gradle | 14 +++++++------- infrastructure/.terraform-version | 2 +- infrastructure/terraform.tf | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 881cf439..01de75c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.1 +ARG APP_INSIGHTS_AGENT_VERSION=3.5.2 # Application image diff --git a/build.gradle b/build.gradle index 3099fa71..63560059 100644 --- a/build.gradle +++ b/build.gradle @@ -12,12 +12,12 @@ buildscript { plugins { id 'application' - id 'uk.gov.hmcts.java' version '0.12.60' + id 'uk.gov.hmcts.java' version '0.12.61' id 'pmd' id 'jacoco' id 'org.springframework.boot' version '2.7.18' id 'info.solidsoft.pitest' version '1.15.0' - id 'io.spring.dependency-management' version '1.1.4' + id 'io.spring.dependency-management' version '1.1.5' id 'java' id 'com.github.ben-manes.versions' version '0.51.0' id 'org.sonarqube' version '5.0.0.4638' @@ -44,11 +44,11 @@ def versions = [ springBoot : '2.7.18', springHystrix : '2.1.1.RELEASE', spring : '5.3.34', - springSecurity : '5.8.11', + springSecurity : '5.8.12', tomcat : '9.0.88', rest_assured : '3.3.0', feign_jackson : '13.2.1', - jacksondata : '2.17.0', + jacksondata : '2.17.1', log4JVersion : '2.23.1', logbackVersion : '1.2.13' ] @@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh def jarName = 'am-role-assignment-refresh-batch.jar' pmd { - toolVersion = '7.0.0' + toolVersion = '7.1.0' sourceSets = [] } @@ -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.1.0-jre' + implementation group: 'com.google.guava', name: 'guava', version: '33.2.0-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' @@ -254,7 +254,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-webmvc', version: versions.spring implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5' - implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.2.0' + implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.3.0' implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: '2.6.4' diff --git a/infrastructure/.terraform-version b/infrastructure/.terraform-version index 5849151f..0bfbd573 100644 --- a/infrastructure/.terraform-version +++ b/infrastructure/.terraform-version @@ -1 +1 @@ -1.7.5 \ No newline at end of file +1.8.2 \ No newline at end of file diff --git a/infrastructure/terraform.tf b/infrastructure/terraform.tf index 8b80e427..324cc1c0 100644 --- a/infrastructure/terraform.tf +++ b/infrastructure/terraform.tf @@ -8,7 +8,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.100.0" + version = "~> 3.101.0" } random = { source = "hashicorp/random"