Skip to content

Commit 03112c2

Browse files
Update spring cloud (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 594a417 commit 03112c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ repositories {
165165
}
166166

167167
ext {
168-
set('springCloudVersion', '2024.0.0')
168+
set('springCloudVersion', '2024.0.2')
169169
set('spring-framework.version', '6.2.1')
170170
set('spring-security.version', '6.4.2')
171171
set('jackson.version', '2.18.2')
@@ -223,7 +223,7 @@ dependencies {
223223
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.10', classifier: 'all'
224224
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.5'
225225
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
226-
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.1.4'
226+
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.3.0'
227227

228228
}
229229

0 commit comments

Comments
 (0)