File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
- testImplementation(" io.mockk:mockk-jvm:1.14.0 " )
6
+ testImplementation(" io.mockk:mockk-jvm:1.14.2 " )
7
7
testImplementation(" com.ninja-squad:springmockk:4.0.2" )
8
8
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1" )
9
9
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
dependencies {
7
7
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
8
8
// kotlin related dependencies should move to kotlin-testing-conventions
9
- testImplementation(" io.mockk:mockk-jvm:1.14.0 " )
9
+ testImplementation(" io.mockk:mockk-jvm:1.14.2 " )
10
10
testImplementation(" com.ninja-squad:springmockk:4.0.2" )
11
11
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1" )
12
12
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
37
37
timeout : 5s
38
38
retries : 3
39
39
mock-file-api :
40
- image : " wiremock/wiremock:3.12.1 "
40
+ image : " wiremock/wiremock:3.13.0 "
41
41
ports :
42
42
- " 127.0.0.1:8888:8080"
43
43
healthcheck :
@@ -49,7 +49,7 @@ services:
49
49
volumes :
50
50
- " ./stubs:/home/wiremock/mappings"
51
51
prometheus :
52
- image : " prom/prometheus:v3.3.0 "
52
+ image : " prom/prometheus:v3.3.1 "
53
53
ports :
54
54
- " 127.0.0.1:9090:9090"
55
55
volumes :
@@ -63,7 +63,7 @@ services:
63
63
timeout : 5s
64
64
retries : 3
65
65
grafana :
66
- image : " grafana/grafana:11.6.0 -ubuntu"
66
+ image : " grafana/grafana:11.6.1 -ubuntu"
67
67
ports :
68
68
- " 127.0.0.1:3000:3000"
69
69
volumes :
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- springdoc = " 2.6.0 "
3
- springBoot = " 3.3.10 "
2
+ springdoc = " 2.8.6 "
3
+ springBoot = " 3.4.5 "
4
4
springDependencyManagementPlugin = " 1.1.7"
5
5
kotest = " 5.9.1"
6
6
spotless = " 7.0.3"
You can’t perform that action at this time.
0 commit comments