Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.18.3
276 changes: 138 additions & 138 deletions .yarn/releases/yarn-3.8.5.cjs → .yarn/releases/yarn-3.8.7.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.8.5.cjs
yarnPath: .yarn/releases/yarn-3.8.7.cjs
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ task highLevelDataSetup(type: JavaExec) {


def versions = [
junit : '5.10.1',
junitPlatform : '1.10.1'
junit : '5.12.0',
junitPlatform : '1.12.0'
]

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

dependencies {
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.0.2'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9'
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.2.3'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17'

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.52
version: 0.0.53
maintainers:
- name: HMCTS Civil team

Expand All @@ -12,10 +12,10 @@ dependencies:
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: postgresql.enabled
- name: civil-service
version: 0.0.67
version: 0.0.72
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
- name: civil-general-applications
version: 0.0.64
version: 0.0.65
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: civil-general-applications.enabled
- name: ccd
Expand All @@ -35,11 +35,11 @@ dependencies:
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: idam-pr.enabled
- name: camunda-bpm
version: 0.0.44
version: 0.0.47
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: camunda-bpm.enabled
- name: servicebus
version: 1.1.0
version: 1.2.1
repository: 'oci://hmctspublic.azurecr.io/helm'
condition: servicebus.enabled
# WA
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
33 changes: 20 additions & 13 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 12 additions & 10 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@typescript-eslint/eslint-plugin-tslint": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"allure-commandline": "^2.29.0",
"allure-playwright": "2.4.0",
"allure-playwright": "2.15.1",
"chai": "^4.3.4",
"codeceptjs": "^3.5.11",
"custom-eslint-plugin": "file:plugins/custom-eslint-plugins",
Expand All @@ -142,8 +142,8 @@
"prettier": "^3.3.3",
"totp-generator": "^1.0.0",
"ts-node": "^10.9.2",
"typescript": "5.1.3",
"typescript-eslint": "8.0.0",
"typescript": "5.8.2",
"typescript-eslint": "8.26.0",
"uuid": "^11.0.3",
"webdriverio": "^6.12.1"
},
Expand All @@ -154,5 +154,5 @@
"resolutions": {
"minimatch": "^3.0.5"
},
"packageManager": "yarn@3.8.5"
"packageManager": "yarn@3.8.7"
}
Loading