Skip to content

Commit eb979d0

Browse files
committed
Merge branch 'master' into DTSPB-4663_Fix-CCD-concurrency-issue-in-Submit-service
2 parents 32e007c + 0405e43 commit eb979d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'com.gorylenko.gradle-git-properties' version '2.5.0'
88
id 'info.solidsoft.pitest' version '1.15.0'
99
id 'au.com.dius.pact' version '4.6.17'
10-
id 'net.serenity-bdd.serenity-gradle-plugin' version '4.2.16'
10+
id 'net.serenity-bdd.serenity-gradle-plugin' version '4.2.22'
1111
id 'org.sonarqube' version '6.1.0.5360'
1212
id 'uk.gov.hmcts.java' version '0.12.65'
1313
id 'project-report'
@@ -173,7 +173,7 @@ def versions = [
173173
piTest : '1.19.0',
174174
probateCommonsVersion : '2.0.58',
175175
restAssured : '5.5.1',
176-
serenity : '4.2.17',
176+
serenity : '4.2.22',
177177
serviceAuthProviderClient : '5.3.0',
178178
serviceTokenGenerator : '0.6.0',
179179
springBootVersion : '3.3.10',
@@ -220,7 +220,7 @@ dependencies {
220220
implementation group: 'org.springframework.security', name: 'spring-security-core', version: versions.springSecurityVersion
221221
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core'
222222
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.11'
223-
implementation group: 'com.google.guava', name: 'guava', version: '33.4.7-jre'
223+
implementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
224224
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jacksonDatabind
225225
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jacksonDatabind
226226
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: versions.jacksonDatabind

docker/docker-compose-with-ccd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ services:
463463
- 8080:8080
464464

465465
elasticsearch:
466-
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.4
466+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
467467
container_name: elasticsearch
468468
environment:
469469
ES_JAVA_OPTS: "-Xms256m -Xmx256m"
@@ -483,7 +483,7 @@ services:
483483
- elasticsearch
484484

485485
kibana:
486-
image: docker.elastic.co/kibana/kibana:8.17.4
486+
image: docker.elastic.co/kibana/kibana:8.18.0
487487
container_name: kibana
488488
ports:
489489
- 5601:5601

0 commit comments

Comments
 (0)