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 Dec 15, 2023
1 parent c3ec070 commit 563b9ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ plugins {
id 'org.owasp.dependencycheck' version '8.4.3'
id 'org.sonarqube' version '3.5.0.2730'
id 'org.springframework.boot' version '2.7.18'
id 'uk.gov.hmcts.java' version '0.12.50'
id 'uk.gov.hmcts.java' version '0.12.52'
id 'io.freefair.lombok' version '6.2.0'
id 'au.com.dius.pact' version '4.2.14'
id 'au.com.dius.pact' version '4.6.4'
id "name.remal.randomize-test-classes" version "1.5.0"
id 'org.gradle.test-retry' version '1.5.8'
}
Expand All @@ -36,7 +36,7 @@ def versions = [
jupiter : '5.8.2',
junitPlatform : '1.10.1',
gradlePitest : '1.15.0',
pact_version : '4.1.38',
pact_version : '4.6.4',
pitest : '1.15.3',
reformLogging : '5.1.7',
reformHealthStarter: '0.0.5',
Expand All @@ -45,7 +45,7 @@ def versions = [
sonarPitest : '0.5',
springHystrix : '2.2.10.RELEASE',
springDoc : '1.7.0',
springCloud : '3.1.6'
springCloud : '3.1.8'
]

ext.libraries = [
Expand Down Expand Up @@ -351,7 +351,7 @@ dependencies {
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-jose'

// CVE-2019-17195
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.37.2'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.37.3'

// CVE-2021-27568
implementation group: 'net.minidev', name: 'json-smart', version: '2.5.0'
Expand All @@ -369,8 +369,8 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.13'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.13'

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

implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '2.3.9'

Expand All @@ -393,10 +393,10 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.30'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'

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'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.12.4'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.16.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test') {
exclude group: "com.vaadin.external.google", module: "android-json"
Expand All @@ -423,7 +423,7 @@ dependencies {

testImplementation 'pl.pragmatists:JUnitParams:1.1.1'

testImplementation(group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '3.1.6') {
testImplementation(group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '3.1.8') {
exclude group: "com.github.tomakehurst", module: "wiremock-standalone"
}

Expand Down
4 changes: 2 additions & 2 deletions charts/ia-case-notifications-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
name: ia-case-notifications-api
home: https://github.com/hmcts/ia-case-notifications-api
version: 0.0.45
version: 0.0.46
description: Immigration & Asylum Case Notifications Service
maintainers:
- name: HMCTS Immigration & Asylum Team
email: ImmigrationandAsylum@HMCTS.NET
dependencies:
- name: java
version: 5.0.2
version: 5.0.3
repository: https://hmctspublic.azurecr.io/helm/v1/repo/
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.47.0"
version = "~> 3.85.0"
}
}
}

0 comments on commit 563b9ff

Please sign in to comment.