Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FACT 1698 - Renovate Dependency Updates #644

Merged
merged 19 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e11c0a1
Update Helm release java to v5.0.4
renovate[bot] Feb 8, 2024
5d2b6ce
Update dependency com.typesafe:config to v1.4.3
renovate[bot] Feb 8, 2024
e56c688
Update dependency org.springframework.cloud:spring-cloud-starter-open…
renovate[bot] Feb 8, 2024
ed645c7
Update junit5 monorepo
renovate[bot] Feb 8, 2024
3725954
Bumping chart version/ fixing aliases
hmcts-jenkins-a-to-c[bot] Feb 8, 2024
22ba593
Update dependency commons-validator:commons-validator to v1.8.0
renovate[bot] Feb 8, 2024
c00983f
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.0
renovate[bot] Mar 13, 2024
0490558
Update Terraform azurerm to ~> 3.101.0
renovate[bot] Apr 26, 2024
b7f0d04
Merge remote-tracking branch 'origin/renovate/java-5.x' into FACT-169…
RuthKirby Apr 29, 2024
ce311ca
- manually updates chart-java
RuthKirby Apr 29, 2024
e26f795
- suppresses jackson-databind cve
RuthKirby Apr 29, 2024
4c86bca
- manually updates gradle version
RuthKirby Apr 29, 2024
c6bfc7a
- manually updates hasicorp/terraform version
RuthKirby Apr 29, 2024
1bb7e33
Merge remote-tracking branch 'origin/renovate/com.typesafe-config-1.x…
RuthKirby Apr 29, 2024
1b64505
Merge remote-tracking branch 'origin/renovate/junit5-monorepo' into F…
RuthKirby Apr 29, 2024
a08d95a
Merge remote-tracking branch 'origin/renovate/spring-cloud' into FACT…
RuthKirby Apr 30, 2024
f1c0b86
Merge remote-tracking branch 'origin/renovate/com.fasterxml.jackson.c…
RuthKirby Apr 30, 2024
dd8ad8e
Revert "Merge remote-tracking branch 'origin/renovate/com.fasterxml.j…
RuthKirby Apr 30, 2024
977aaeb
Merge remote-tracking branch 'origin/renovate/commons-validator-commo…
RuthKirby Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ repositories {
// it is important to specify logback classic and core packages explicitly as libraries like spring boot
// enforces it's own (older) version which is not recommended.
def versions = [
junit : '5.9.3',
junitPlatform : '1.9.3',
junit : '5.10.2',
junitPlatform : '1.10.2',
reformLogging : '6.0.1'
]

Expand All @@ -158,7 +158,7 @@ dependencyManagement {
entry 'commons-io'
}
// for CompatibilityNotMetException
dependencySet(group: 'org.springframework.cloud', version: '3.1.8') {
dependencySet(group: 'org.springframework.cloud', version: '3.1.9') {
entry 'spring-cloud-starter-openfeign'
}
dependencySet(group: 'org.apache.logging.log4j', version: '2.20.0') {
Expand Down Expand Up @@ -203,7 +203,7 @@ dependencies {
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: versions.reformLogging
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.4'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.3'
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
implementation group: 'commons-validator', name: 'commons-validator', version: '1.8.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'com.google.guava', name: 'guava', version: '33.0.0-jre'

Expand All @@ -215,7 +215,7 @@ dependencies {
testImplementation group: 'org.apiguardian', name: 'apiguardian-api', version: '1.1.2'

testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.4.0'
testImplementation group: 'com.typesafe', name: 'config', version: '1.4.2'
testImplementation group: 'com.typesafe', name: 'config', version: '1.4.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'io.rest-assured', name: 'rest-assured'

Expand Down
4 changes: 2 additions & 2 deletions charts/bulk-scan-sample-app/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
name: bulk-scan-sample-app
home: https://github.com/hmcts/bulk-scan-ccd-event-handler-sample-app
version: 1.4.11
version: 1.4.12
description: HMCTS Bulk Scan CCD event handler application
maintainers:
- name: HMCTS BSP Team
email: bspteam@hmcts.net
dependencies:
- name: java
version: 5.0.0
version: 5.2.0
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
4 changes: 4 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
<cve>CVE-2023-6378</cve>
<cve>CVE-2023-6481</cve>
</suppress>
<suppress>
<notes>Jackson-databind. Wait for newer springdoc.</notes>
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.8.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.63.0"
version = "~> 3.101.0"
}
random = {
source = "hashicorp/random"
Expand Down