Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ccd7fe0

Browse files
committedMar 23, 2025·
chore(deps): update dependency org.junit.platform:junit-platform-launcher to v1.12.1
1 parent 2d5b88b commit ccd7fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ monitoring-opentelemetry-testing = { group = "io.opentelemetry", name = "opentel
111111
tests-json = { group = "org.json", name = "json", version = "20250107" }
112112
tests-junit-api = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" }
113113
tests-junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" }
114-
tests-junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "1.11.3" }
114+
tests-junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "1.12.1" }
115115
tests-ktor-server-testHost = { group = "io.ktor", name = "ktor-server-test-host-jvm", version.ref = "ktor" }
116116
tests-mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
117117
tests-testcontainers = { group = "org.testcontainers", name = "testcontainers", version.ref = "testcontainers" }

0 commit comments

Comments
 (0)
Please sign in to comment.