From 4c427a63e0174cdfd5e994083ce4852053eaf191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:27:11 +0000 Subject: [PATCH] Update all non-major dependencies --- Dockerfile | 2 +- build.gradle | 52 ++++++++++++------------- charts/ia-case-documents-api/Chart.yaml | 4 +- infrastructure/.terraform-version | 2 +- infrastructure/state.tf | 2 +- 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Dockerfile b/Dockerfile index a955c9d72..c26da674b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java -ARG APP_INSIGHTS_AGENT_VERSION=3.4.17 +ARG APP_INSIGHTS_AGENT_VERSION=3.4.18 # Application image FROM hmctspublic.azurecr.io/base/java:17-distroless diff --git a/build.gradle b/build.gradle index c9947b535..b8b3ff12e 100644 --- a/build.gradle +++ b/build.gradle @@ -13,14 +13,14 @@ plugins { id 'checkstyle' id 'jacoco' id 'pmd' - id 'com.github.ben-manes.versions' version '0.49.0' + id 'com.github.ben-manes.versions' version '0.50.0' id "info.solidsoft.pitest" version '1.15.0' - id 'io.spring.dependency-management' version '1.1.3' - id 'org.owasp.dependencycheck' version '8.4.0' + id 'io.spring.dependency-management' version '1.1.4' + id 'org.owasp.dependencycheck' version '8.4.3' id 'org.sonarqube' version '3.5.0.2730' - id 'org.springframework.boot' version '2.7.16' - id 'uk.gov.hmcts.java' version '0.12.45' - id 'au.com.dius.pact' version '4.2.14' + id 'org.springframework.boot' version '2.7.18' + id 'uk.gov.hmcts.java' version '0.12.48' + id 'au.com.dius.pact' version '4.6.3' id "io.freefair.lombok" version "6.6.3" } @@ -30,10 +30,10 @@ apply plugin: 'project-report' apply plugin: 'idea' def versions = [ - junit : '5.10.0', - junitPlatform : '1.10.0', + junit : '5.10.1', + junitPlatform : '1.10.1', gradlePitest : '1.5.1', - pitest : '1.15.0', + pitest : '1.15.3', reformLogging : '5.1.7', reformHealthStarter: '0.0.5', restAssured : '5.3.2', @@ -151,7 +151,7 @@ configurations { checkstyle { maxWarnings = 0 - toolVersion = '10.12.4' + toolVersion = '10.12.5' configDirectory.set(new File(rootDir, 'config/checkstyle')) } @@ -204,7 +204,7 @@ project.ext { } jacoco { - toolVersion = "0.8.10" + toolVersion = "0.8.11" } jacocoTestReport { @@ -272,18 +272,18 @@ dependencyManagement { } - dependencySet(group: 'com.fasterxml.jackson.core', version: '2.15.3') { + dependencySet(group: 'com.fasterxml.jackson.core', version: '2.16.0') { entry 'jackson-databind' entry 'jackson-core' entry 'jackson-annotations' } - dependencySet(group: 'com.fasterxml.jackson.dataformat', version: '2.15.3') { + dependencySet(group: 'com.fasterxml.jackson.dataformat', version: '2.16.0') { entry 'jackson-dataformat-yaml' entry 'jackson-dataformat-csv' } - dependencySet(group: 'com.fasterxml.jackson.datatype', version: '2.15.3') { + dependencySet(group: 'com.fasterxml.jackson.datatype', version: '2.16.0') { entry 'jackson-datatype-jsr310' entry 'jackson-datatype-jdk8' } @@ -320,7 +320,7 @@ dependencies { // CVE-2019-17195 - implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.36' + implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.37.1' // CVE-2021-27568 implementation group: 'net.minidev', name: 'json-smart', version: '2.5.0' @@ -334,7 +334,7 @@ dependencies { implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: versions.springDoc - implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '2.3.8' + implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '2.3.9' implementation group: 'uk.gov.hmcts.reform', name: 'document-management-client', version: '7.0.0' implementation group: 'uk.gov.hmcts.reform', name: 'logging', version: versions.reformLogging @@ -342,17 +342,17 @@ dependencies { implementation group: 'uk.gov.hmcts.reform', name: 'service-auth-provider-client', version: '3.1.4' implementation group: 'uk.gov.hmcts.reform', name: 'properties-volume-spring-boot-starter', version: '0.1.0' - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0' - implementation group: 'commons-io', name: 'commons-io', version: '2.14.0' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.15.0' implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' - implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.81' - implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.81' + implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.83' + implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.83' - implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.2.1' + implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.3.0' implementation group: 'com.github.hmcts', name: 'ccd-case-document-am-client', version: '1.7.3' - implementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre' + implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre' annotationProcessor 'org.projectlombok:lombok:1.18.30' compileOnly 'org.projectlombok:lombok:1.18.30' @@ -380,11 +380,11 @@ dependencies { } //pact contract testing - contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: "4.2.14" + contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: "4.6.3" - contractTestImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") - contractTestRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") - contractTestImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0') + contractTestImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1") + contractTestRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1") + contractTestImplementation('org.junit.jupiter:junit-jupiter-api:5.10.1') integrationTestImplementation sourceSets.main.runtimeClasspath integrationTestImplementation sourceSets.test.runtimeClasspath diff --git a/charts/ia-case-documents-api/Chart.yaml b/charts/ia-case-documents-api/Chart.yaml index 943033661..450df36ef 100644 --- a/charts/ia-case-documents-api/Chart.yaml +++ b/charts/ia-case-documents-api/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 name: ia-case-documents-api home: https://github.com/hmcts/ia-case-documents-api -version: 0.0.35 +version: 0.0.36 description: Immigration & Asylum Case Documents Service maintainers: - name: HMCTS Immigration & Asylum Team email: ImmigrationandAsylum@HMCTS.NET dependencies: - name: java - version: 5.0.0 + version: 5.0.2 repository: https://hmctspublic.azurecr.io/helm/v1/repo/ diff --git a/infrastructure/.terraform-version b/infrastructure/.terraform-version index dc1e644a1..9edc58bb1 100644 --- a/infrastructure/.terraform-version +++ b/infrastructure/.terraform-version @@ -1 +1 @@ -1.6.0 +1.6.4 diff --git a/infrastructure/state.tf b/infrastructure/state.tf index d36b3ddfa..661444ae1 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.75.0" + version = "~> 3.82.0" } } }