Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hmcts/ecm-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed7697e88a482850475e674bafcaa0961dc32d7e
Choose a base ref
..
head repository: hmcts/ecm-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee15f931d3e22b78bfd78ef6565efcfa2b80270e
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.gradle
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ dependencies {
api group: 'org.elasticsearch', name: 'elasticsearch', version: '8.17.1'

implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '5.0.3'
implementation group: 'com.github.hmcts', name: 'ecm-data-model', version: '1.3.12'
implementation group: 'com.github.hmcts', name: 'ecm-data-model', version: '1.3.13'
implementation group: 'com.github.hmcts', name: 'et-data-model', version: '3.18.27'

implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: reformLoggingVersion