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 Oct 21, 2023
1 parent 41b0a84 commit ca254ca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ plugins {
id 'com.github.ben-manes.versions' version '0.49.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 'org.owasp.dependencycheck' version '8.4.1'
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 'org.springframework.boot' version '2.7.17'
id 'uk.gov.hmcts.java' version '0.12.46'
id 'au.com.dius.pact' version '4.6.3'
id "io.freefair.lombok" version "6.6.3"
}
Expand All @@ -33,7 +33,7 @@ def versions = [
junit : '5.10.0',
junitPlatform : '1.10.0',
gradlePitest : '1.5.1',
pitest : '1.15.0',
pitest : '1.15.1',
reformLogging : '5.1.7',
reformHealthStarter: '0.0.5',
restAssured : '5.3.2',
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.2') {
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.15.3') {
entry 'jackson-databind'
entry 'jackson-core'
entry 'jackson-annotations'
}

dependencySet(group: 'com.fasterxml.jackson.dataformat', version: '2.15.2') {
dependencySet(group: 'com.fasterxml.jackson.dataformat', version: '2.15.3') {
entry 'jackson-dataformat-yaml'
entry 'jackson-dataformat-csv'
}

dependencySet(group: 'com.fasterxml.jackson.datatype', version: '2.15.2') {
dependencySet(group: 'com.fasterxml.jackson.datatype', version: '2.15.3') {
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'

// CVE-2021-27568
implementation group: 'net.minidev', name: 'json-smart', version: '2.5.0'
Expand All @@ -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
Expand All @@ -347,12 +347,12 @@ dependencies {

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.82'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.82'

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
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.2
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.77.0"
}
}
}

0 comments on commit ca254ca

Please sign in to comment.