1
1
plugins {
2
2
id ' application'
3
3
id ' checkstyle'
4
- id ' com.github.ben-manes.versions' version ' 0.48 .0'
4
+ id ' com.github.ben-manes.versions' version ' 0.49 .0'
5
5
id ' io.spring.dependency-management' version ' 1.1.3'
6
6
id ' jacoco'
7
7
id ' org.springframework.boot' version ' 3.0.12'
8
- id ' org.owasp.dependencycheck' version ' 8.4.0 '
8
+ id ' org.owasp.dependencycheck' version ' 8.4.2 '
9
9
id ' org.sonarqube' version ' 4.4.1.3373'
10
10
id ' pmd'
11
- id ' org.jetbrains.kotlin.jvm' version ' 1.9.10 '
12
- id ' io.freefair.lombok' version ' 8.3 '
13
- id ' org.flywaydb.flyway' version ' 9.22.1 '
11
+ id ' org.jetbrains.kotlin.jvm' version ' 1.9.20 '
12
+ id ' io.freefair.lombok' version ' 8.4 '
13
+ id ' org.flywaydb.flyway' version ' 9.22.3 '
14
14
}
15
15
16
16
apply plugin : ' org.owasp.dependencycheck'
@@ -129,7 +129,7 @@ pmd {
129
129
}
130
130
131
131
jacoco {
132
- toolVersion = " 0.8.10 "
132
+ toolVersion = " 0.8.11 "
133
133
}
134
134
135
135
jacocoTestReport {
@@ -192,21 +192,21 @@ dependencies {
192
192
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-data-jpa'
193
193
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-oauth2-client'
194
194
implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.6.0'
195
- implementation group : ' com.azure.spring' , name : ' spring-cloud-azure-starter-active-directory' , version : ' 5.5 .0'
196
- implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.11 .0'
195
+ implementation group : ' com.azure.spring' , name : ' spring-cloud-azure-starter-active-directory' , version : ' 5.7 .0'
196
+ implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.12 .0'
197
197
implementation group : ' com.opencsv' , name : ' opencsv' , version : ' 5.8'
198
198
implementation group : ' commons-validator' , name : ' commons-validator' , version : ' 1.7'
199
199
200
- implementation group : ' com.github.hmcts' , name : ' pip-data-models' , version : ' 2.1.9 ' , {
200
+ implementation group : ' com.github.hmcts' , name : ' pip-data-models' , version : ' 2.1.11 ' , {
201
201
exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-data-jpa'
202
202
}
203
203
204
204
implementation group : ' com.vladmihalcea' , name : ' hibernate-types-60' , version : ' 2.21.1'
205
205
206
206
// Include the sdk as a dependency
207
- implementation group : ' com.microsoft.graph' , name : ' microsoft-graph' , version : ' 5.72 .0'
207
+ implementation group : ' com.microsoft.graph' , name : ' microsoft-graph' , version : ' 5.75 .0'
208
208
// Include Azure identity for authentication
209
- implementation group : ' com.azure' , name : ' azure-identity' , version : ' 1.10.1 '
209
+ implementation group : ' com.azure' , name : ' azure-identity' , version : ' 1.11.0 '
210
210
211
211
implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : ' 2.2.0'
212
212
@@ -215,10 +215,10 @@ dependencies {
215
215
implementation group : ' net.logstash.logback' , name : ' logstash-logback-encoder' , version : ' 7.4'
216
216
217
217
// Include Azure storage blob for storing application images
218
- implementation group : ' com.azure' , name : ' azure-storage-blob' , version : ' 12.24 .0'
218
+ implementation group : ' com.azure' , name : ' azure-storage-blob' , version : ' 12.25 .0'
219
219
220
220
// Include Flyway for database migrations
221
- implementation group : ' org.flywaydb' , name : ' flyway-core' , version : ' 9.22.1 '
221
+ implementation group : ' org.flywaydb' , name : ' flyway-core' , version : ' 9.22.3 '
222
222
223
223
// Force upgrade snakeyaml version for CVE-2022-38752
224
224
implementation( group : ' org.yaml' , name : ' snakeyaml' ). version {
@@ -227,11 +227,11 @@ dependencies {
227
227
228
228
runtimeOnly(" org.springframework.boot:spring-boot-properties-migrator" )
229
229
230
- testImplementation(platform(' org.junit:junit-bom:5.10.0 ' ))
230
+ testImplementation(platform(' org.junit:junit-bom:5.10.1 ' ))
231
231
testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test'
232
232
testImplementation group : ' org.springframework.security' , name : ' spring-security-test'
233
233
testImplementation " io.zonky.test:embedded-database-spring-test:2.3.0"
234
- testImplementation group : ' com.squareup.okhttp3' , name : ' mockwebserver' , version : ' 4.11 .0'
234
+ testImplementation group : ' com.squareup.okhttp3' , name : ' mockwebserver' , version : ' 4.12 .0'
235
235
testImplementation group : ' io.github.hakky54' , name : ' logcaptor' , version : ' 2.9.0'
236
236
testImplementation group : ' io.zonky.test' , name : ' embedded-database-spring-test' , version : ' 2.3.0'
237
237
testImplementation group : ' org.awaitility' , name : ' awaitility' , version : ' 4.2.0'
0 commit comments