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 Apr 11, 2024
1 parent 2a82fce commit f729119
Show file tree
Hide file tree
Showing 9 changed files with 6,066 additions and 1,464 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.0
18.20.2
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.7.0.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-3.8.1.cjs
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ task highLevelDataSetup(type: JavaExec) {


def versions = [
junit : '5.10.1',
junitPlatform : '1.10.1'
junit : '5.10.2',
junitPlatform : '1.10.2'
]

ext.libraries = [
Expand All @@ -43,8 +43,8 @@ ext.libraries = [
]

dependencies {
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '8.8.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9'
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '8.10.1'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.12'

testImplementation libraries.junit5
}
10 changes: 5 additions & 5 deletions charts/civil-ccd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for civil-ccd App
name: civil-ccd
home: https://github.com/hmcts/civil-ccd-definition
version: 0.0.42
version: 0.0.43
maintainers:
- name: HMCTS Civil team

Expand All @@ -12,14 +12,14 @@ dependencies:
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: postgresql.enabled
- name: civil-service
version: 0.0.58
version: 0.0.60
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
- name: civil-general-applications
version: 0.0.53
version: 0.0.58
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: civil-general-applications.enabled
- name: ccd
version: 9.0.21
version: 9.0.22
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: civil-ccd-stack.enabled
- name: xui-webapp
Expand All @@ -35,7 +35,7 @@ dependencies:
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: idam-pr.enabled
- name: camunda-bpm
version: 0.0.44
version: 0.0.46
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: camunda-bpm.enabled
- name: servicebus
Expand Down
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.3-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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
"resolutions": {
"minimatch": "^3.0.5"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@3.8.1"
}
Loading

0 comments on commit f729119

Please sign in to comment.