Commit 2cc7a4b 1 parent 2ba0f6f commit 2cc7a4b Copy full SHA for 2cc7a4b
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.openapi.generator' version ' 7.0.1 '
2
+ id ' org.openapi.generator' version ' 7.11.0 '
3
3
}
4
4
5
5
apply plugin : ' uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin'
6
6
7
7
dependencies {
8
8
9
- implementation ' io.swagger.core.v3:swagger-annotations:2.2.22 '
9
+ implementation ' io.swagger.core.v3:swagger-annotations:2.2.28 '
10
10
implementation ' org.springframework.boot:spring-boot-starter-web'
11
11
implementation ' org.springframework.data:spring-data-commons'
12
12
implementation ' com.google.code.findbugs:jsr305:3.0.2'
Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ dependencies {
11
11
implementation ' uk.gov.laa.ccms.springboot:laa-ccms-spring-boot-starter-auth'
12
12
13
13
// Enable Swagger UI
14
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0 '
14
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3 '
15
15
16
16
compileOnly ' org.projectlombok:lombok'
17
17
annotationProcessor ' org.projectlombok:lombok'
18
18
19
- implementation ' org.mapstruct:mapstruct:1.5.5.Final '
20
- annotationProcessor ' org.mapstruct:mapstruct-processor:1.5.5.Final '
19
+ implementation ' org.mapstruct:mapstruct:1.6.3 '
20
+ annotationProcessor ' org.mapstruct:mapstruct-processor:1.6.3 '
21
21
22
22
testImplementation ' org.springframework.boot:spring-boot-starter-test'
23
- testImplementation ' org.mockito:mockito-core:3.12.4 '
24
- testImplementation ' org.junit.jupiter:junit-jupiter:5.9.2 '
23
+ testImplementation ' org.mockito:mockito-core:5.15.2 '
24
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
25
25
26
26
// Used for integration tests
27
- implementation platform(' org.testcontainers:testcontainers-bom:1.19.3 ' )
27
+ implementation platform(' org.testcontainers:testcontainers-bom:1.20.4 ' )
28
28
testImplementation ' org.testcontainers:testcontainers'
29
29
testImplementation ' org.testcontainers:junit-jupiter'
30
30
testImplementation ' org.testcontainers:oracle-xe'
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' net.researchgate.release' version ' 3.0.2 '
2
+ id ' net.researchgate.release' version ' 3.1.0 '
3
3
id ' uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version ' 0.0.8' apply false
4
4
}
5
5
You can’t perform that action at this time.
0 commit comments