1
1
buildscript {
2
2
dependencies {
3
- classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.1.2 " )
3
+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.1.4 " )
4
4
}
5
5
dependencies {
6
6
classpath " org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.3.0.3225"
@@ -13,16 +13,16 @@ plugins {
13
13
id ' idea'
14
14
id ' application'
15
15
id ' io.spring.dependency-management' version ' 1.1.3'
16
- id ' org.springframework.boot' version ' 3.1.2 '
17
- id ' org.owasp.dependencycheck' version ' 8.3.1 '
16
+ id ' org.springframework.boot' version ' 3.1.4 '
17
+ id ' org.owasp.dependencycheck' version ' 8.4.0 '
18
18
id ' se.patrikerdes.use-latest-versions' version ' 0.2.18'
19
- id ' com.github.ben-manes.versions' version ' 0.47 .0'
20
- id ' org.sonarqube' version ' 4.3.0.3225 '
19
+ id ' com.github.ben-manes.versions' version ' 0.49 .0'
20
+ id ' org.sonarqube' version ' 4.4.1.3373 '
21
21
id ' jacoco'
22
22
id " com.github.kt3k.coveralls" version " 2.12.2"
23
- id ' com.github.spacialcircumstances.gradle-cucumber-reporting' version ' 0.1.23 '
24
- id " info.solidsoft.pitest" version ' 1.9.11 '
25
- id ' uk.gov.hmcts.java' version ' 0.12.43 '
23
+ id ' com.github.spacialcircumstances.gradle-cucumber-reporting' version ' 0.1.25 '
24
+ id " info.solidsoft.pitest" version ' 1.15.0 '
25
+ id ' uk.gov.hmcts.java' version ' 0.12.45 '
26
26
}
27
27
28
28
dependencyUpdates. resolutionStrategy {
@@ -98,11 +98,11 @@ java {
98
98
}
99
99
100
100
ext {
101
- sl4jVersion = ' 2.0.7 '
102
- lombokVersion = ' 1.18.28 '
101
+ sl4jVersion = ' 2.0.9 '
102
+ lombokVersion = ' 1.18.30 '
103
103
reformLogging = ' 6.0.1'
104
- springCloudVersion = ' 2022.0.3 '
105
- springSecurity = ' 6.1.2 '
104
+ springCloudVersion = ' 2022.0.4 '
105
+ springSecurity = ' 6.1.4 '
106
106
limits = [
107
107
' instruction' : 6 ,
108
108
' branch' : 8 ,
@@ -145,8 +145,8 @@ dependencies {
145
145
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web'
146
146
147
147
implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : ' 2.2.0'
148
- implementation " org.flywaydb:flyway-core:9.21.1 "
149
- implementation group : ' org.yaml' , name : ' snakeyaml' , version : ' 2.1 '
148
+ implementation " org.flywaydb:flyway-core:9.22.2 "
149
+ implementation group : ' org.yaml' , name : ' snakeyaml' , version : ' 2.2 '
150
150
implementation group : ' com.zaxxer' , name : ' HikariCP' , version : ' 5.0.1'
151
151
runtimeOnly group : ' org.postgresql' , name : ' postgresql' , version : ' 42.6.0'
152
152
implementation group : ' com.github.hmcts' , name : ' auth-checker-lib' , version : ' 2.1.5'
@@ -169,23 +169,23 @@ dependencies {
169
169
// CVE-2021-28170
170
170
implementation " org.glassfish:jakarta.el:4.0.2"
171
171
172
- aatImplementation ' com.github.hmcts:service-auth-provider-java-client:5.1.0 '
172
+ aatImplementation ' com.github.hmcts:service-auth-provider-java-client:5.1.1 '
173
173
codacy ' com.github.codacy:codacy-coverage-reporter:13.13.7'
174
174
testImplementation " org.junit.jupiter:junit-jupiter-api"
175
175
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
176
176
testRuntimeOnly " org.junit.vintage:junit-vintage-engine"
177
177
178
178
testImplementation " org.junit.jupiter:junit-jupiter:5.10.0"
179
- testImplementation " org.testcontainers:testcontainers:1.18.3 "
180
- testImplementation " org.testcontainers:junit-jupiter:1.18.3 "
179
+ testImplementation " org.testcontainers:testcontainers:1.19.1 "
180
+ testImplementation " org.testcontainers:junit-jupiter:1.19.1 "
181
181
testImplementation ' org.testcontainers:postgresql'
182
182
183
183
testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test'
184
184
185
185
testImplementation group : ' com.github.hmcts' , name : ' ccd-test-definitions' , version : ' 7.19.12'
186
186
testImplementation group : ' com.github.hmcts' , name : ' befta-fw' , version : ' 8.7.11'
187
187
testImplementation ' com.github.hmcts:fortify-client:1.3.0:all'
188
- testImplementation ' info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.9.11 '
188
+ testImplementation ' info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.15.0 '
189
189
}
190
190
// end::dependencies[]
191
191
0 commit comments