Skip to content

Commit 9aaee8a

Browse files
Update all non-major dependencies
1 parent d5c26d2 commit 9aaee8a

File tree

11 files changed

+579
-804
lines changed

11 files changed

+579
-804
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
20.20.0
Lines changed: 300 additions & 300 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.10.3.cjs
7+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ tasks.register('highLevelDataSetup', JavaExec) {
3131

3232

3333
def versions = [
34-
junit : '5.10.1',
35-
junitPlatform : '1.10.1'
34+
junit : '5.14.2',
35+
junitPlatform : '1.14.2'
3636
]
3737

3838
ext.libraries = [
@@ -47,7 +47,7 @@ ext.libraries = [
4747

4848
dependencies {
4949
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.2.4'
50-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9'
50+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17'
5151

5252
testImplementation libraries.junit5
5353
}

charts/civil-ccd/Chart.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ apiVersion: v2
22
description: A Helm chart for civil-ccd App
33
name: civil-ccd
44
home: https://github.com/hmcts/civil-ccd-definition
5-
version: 0.0.60
5+
version: 0.0.61
66
maintainers:
77
- name: HMCTS Civil team
88

99
dependencies:
1010
- name: postgresql
11-
version: 1.0.2
11+
version: 1.1.0
1212
repository: 'oci://hmctspublic.azurecr.io/helm'
1313
condition: postgresql.enabled
1414
- name: civil-service
15-
version: 0.0.84
15+
version: 0.0.95
1616
repository: 'oci://hmctspublic.azurecr.io/helm'
1717
- name: ccd
1818
version: 9.2.2
@@ -23,19 +23,19 @@ dependencies:
2323
repository: 'oci://hmctspublic.azurecr.io/helm'
2424
condition: xui-webapp.enabled
2525
- name: aac-manage-case-assignment
26-
version: 0.2.19
26+
version: 0.2.20
2727
repository: 'oci://hmctspublic.azurecr.io/helm'
2828
condition: aac-manage-case-assignment.enabled
2929
- name: idam-pr
30-
version: 2.3.0
30+
version: 2.3.1
3131
repository: 'oci://hmctspublic.azurecr.io/helm'
3232
condition: idam-pr.enabled
3333
- name: camunda-bpm
3434
version: 0.0.48
3535
repository: 'oci://hmctspublic.azurecr.io/helm'
3636
condition: camunda-bpm.enabled
3737
- name: servicebus
38-
version: 1.1.0
38+
version: 1.2.1
3939
repository: 'oci://hmctspublic.azurecr.io/helm'
4040
condition: servicebus.enabled
4141
# WA
@@ -49,7 +49,7 @@ dependencies:
4949
repository: 'oci://hmctspublic.azurecr.io/helm'
5050
condition: ccd-events-topic.enabled
5151
- name: ts-translation-service
52-
version: 0.1.7
52+
version: 0.1.10
5353
repository: 'oci://hmctspublic.azurecr.io/helm'
5454
condition: civil-translation.enabled
5555

@@ -78,6 +78,6 @@ dependencies:
7878
condition: em-stitching.enabled
7979

8080
- name: wiremock
81-
version: 0.0.5
81+
version: 0.0.6
8282
repository: 'oci://hmctspublic.azurecr.io/helm'
8383
condition: wiremock.enabled

gradle/wrapper/gradle-wrapper.jar

-17.4 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"allure-codeceptjs": "^3.4.2",
104104
"allure-commandline": "^2.29.0",
105105
"allure-js-commons": "^3.4.2",
106-
"allure-playwright": "2.4.0",
106+
"allure-playwright": "2.15.1",
107107
"chai": "^4.3.4",
108108
"codeceptjs": "3.5.11",
109109
"custom-eslint-plugin": "portal:./plugins/custom-eslint-plugins",
@@ -129,8 +129,8 @@
129129
"proper-lockfile": "^4.1.2",
130130
"totp-generator": "^1.0.0",
131131
"ts-node": "^10.9.2",
132-
"typescript": "5.1.3",
133-
"typescript-eslint": "8.0.0",
132+
"typescript": "5.9.3",
133+
"typescript-eslint": "8.54.0",
134134
"uuid": "^11.0.3",
135135
"webdriverio": "^6.12.1"
136136
},
@@ -141,5 +141,5 @@
141141
"resolutions": {
142142
"minimatch": "^3.0.5"
143143
},
144-
"packageManager": "yarn@4.10.3"
144+
"packageManager": "yarn@4.12.0"
145145
}

0 commit comments

Comments
 (0)