Skip to content

Commit 7200cd0

Browse files
authored
Fix master build patch (#182)
* Update build.gradle * reverted renovate changes * minor change
1 parent 55c7114 commit 7200cd0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'checkstyle'
44
id 'jacoco'
55
id 'java'
6-
id 'com.github.ben-manes.versions' version '0.52.0'
6+
id 'com.github.ben-manes.versions' version '0.49.0'
77
id 'com.github.kt3k.coveralls' version '2.12.2'
88
id 'io.freefair.lombok' version '8.12'
99
id 'io.spring.dependency-management' version '1.1.7'
@@ -158,7 +158,7 @@ dependencyCheck {
158158
repositories {
159159
mavenLocal()
160160
mavenCentral()
161-
maven {
161+
maven {
162162
name = "AzureArtifacts"
163163
url = uri("https://pkgs.dev.azure.com/hmcts/Artifacts/_packaging/hmcts-lib/maven/v1")
164164
}
@@ -171,8 +171,8 @@ ext {
171171
set('jackson.version', '2.18.2')
172172
set('snakeyaml.version', '2.3')
173173
log4JVersion = '2.25.0'
174-
junitVersion = '5.13.3'
175-
junitPlatform = '1.13.3'
174+
junitVersion = '5.11.4'
175+
junitPlatform = '1.11.4'
176176

177177
libraries = [
178178
junit5: [
@@ -194,7 +194,7 @@ dependencies {
194194
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion // spring-cloud-starter-bootstrap
195195
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion // spring-cloud-starter-bootstrap
196196

197-
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version:'5.18.0' // spring-boot-starter-test
197+
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version:'5.15.2' // spring-boot-starter-test
198198

199199
// end::CVE Vulnerability dependency overrides // MAIN PARENT DEPENDEDNCY
200200

@@ -214,7 +214,7 @@ dependencies {
214214
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.9'
215215

216216
// HMCTS
217-
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '5.0.3'
217+
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '5.1.1'
218218
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.4'
219219
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.3.3'
220220
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.9'

0 commit comments

Comments
 (0)