Skip to content

Commit a3dede3

Browse files
Merge pull request #406 from hmcts/AM-2654
S2s Client version
2 parents 1715ffc + bd96a4d commit a3dede3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def versions = [
3535
junit : '5.9.2',
3636
lombok : '1.18.26',
3737
reformLogging : '5.1.9',
38-
reformS2sClient: '5.0.0',
38+
reformS2sClient: '4.0.2',
3939
serenity : '2.1.0',
4040
sonarPitest : '0.5',
4141
pitest : '1.11.0',
@@ -239,15 +239,15 @@ dependencies {
239239
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
240240
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk' , version: '5.10.7'
241241
implementation 'org.jetbrains:annotations:24.0.0'
242-
implementation group: 'org.springframework', name: 'spring-aop', version: '5.3.25'
243-
implementation group: 'org.springframework', name: 'spring-aspects', version: '5.3.25'
244-
implementation group: 'org.springframework', name: 'spring-expression', version: '5.3.25'
245-
implementation group: 'org.springframework', name: 'spring-jcl', version: '5.3.25'
246-
implementation group: 'org.springframework', name: 'spring-jdbc', version: '5.3.25'
247-
implementation group: 'org.springframework', name: 'spring-orm', version: '5.3.25'
248-
implementation group: 'org.springframework', name: 'spring-tx', version: '5.3.25'
249-
implementation group: 'org.springframework', name: 'spring-web', version: '5.3.25'
250-
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.3.25'
242+
implementation group: 'org.springframework', name: 'spring-aop', version: '5.3.23'
243+
implementation group: 'org.springframework', name: 'spring-aspects', version: '5.3.23'
244+
implementation group: 'org.springframework', name: 'spring-expression', version: '5.3.23'
245+
implementation group: 'org.springframework', name: 'spring-jcl', version: '5.3.23'
246+
implementation group: 'org.springframework', name: 'spring-jdbc', version: '5.3.23'
247+
implementation group: 'org.springframework', name: 'spring-orm', version: '5.3.23'
248+
implementation group: 'org.springframework', name: 'spring-tx', version: '5.3.23'
249+
implementation group: 'org.springframework', name: 'spring-web', version: '5.3.23'
250+
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.3.23'
251251

252252

253253
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'

0 commit comments

Comments
 (0)