Skip to content

Commit b8f7e05

Browse files
Update all non-major dependencies
1 parent 412bc3d commit b8f7e05

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

buildSrc/src/main/kotlin/kotlin-testing-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("io.mockk:mockk-jvm:1.14.0")
6+
testImplementation("io.mockk:mockk-jvm:1.14.2")
77
testImplementation("com.ninja-squad:springmockk:4.0.2")
88
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
99
}

buildSrc/src/main/kotlin/testing-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
dependencies {
77
testImplementation("org.springframework.boot:spring-boot-starter-test")
88
// 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")
1010
testImplementation("com.ninja-squad:springmockk:4.0.2")
1111
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
1212
}

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
timeout: 5s
3838
retries: 3
3939
mock-file-api:
40-
image: "wiremock/wiremock:3.12.1"
40+
image: "wiremock/wiremock:3.13.0"
4141
ports:
4242
- "127.0.0.1:8888:8080"
4343
healthcheck:
@@ -49,7 +49,7 @@ services:
4949
volumes:
5050
- "./stubs:/home/wiremock/mappings"
5151
prometheus:
52-
image: "prom/prometheus:v3.3.0"
52+
image: "prom/prometheus:v3.3.1"
5353
ports:
5454
- "127.0.0.1:9090:9090"
5555
volumes:
@@ -63,7 +63,7 @@ services:
6363
timeout: 5s
6464
retries: 3
6565
grafana:
66-
image: "grafana/grafana:11.6.0-ubuntu"
66+
image: "grafana/grafana:11.6.1-ubuntu"
6767
ports:
6868
- "127.0.0.1:3000:3000"
6969
volumes:

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
springdoc = "2.6.0"
3-
springBoot = "3.3.10"
2+
springdoc = "2.8.6"
3+
springBoot = "3.4.5"
44
springDependencyManagementPlugin = "1.1.7"
55
kotest = "5.9.1"
66
spotless = "7.0.3"

0 commit comments

Comments
 (0)