Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent bc8b967 commit 4c427a6
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
52 changes: 26 additions & 26 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand All @@ -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',
Expand Down Expand Up @@ -151,7 +151,7 @@ configurations {

checkstyle {
maxWarnings = 0
toolVersion = '10.12.4'
toolVersion = '10.12.5'
configDirectory.set(new File(rootDir, 'config/checkstyle'))
}

Expand Down Expand Up @@ -204,7 +204,7 @@ project.ext {
}

jacoco {
toolVersion = "0.8.10"
toolVersion = "0.8.11"
}

jacocoTestReport {
Expand Down Expand Up @@ -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'
}
Expand Down Expand Up @@ -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'
Expand All @@ -334,25 +334,25 @@ 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
implementation group: 'uk.gov.hmcts.reform', name: 'logging-appinsights', version: versions.reformLogging
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'
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/ia-case-documents-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
dependencies:
- name: java
version: 5.0.0
version: 5.0.2
repository: https://hmctspublic.azurecr.io/helm/v1/repo/
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.4
2 changes: 1 addition & 1 deletion infrastructure/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.75.0"
version = "~> 3.82.0"
}
}
}

0 comments on commit 4c427a6

Please sign in to comment.