Skip to content

Commit fd3e99c

Browse files
committed
Upgrade to JUnit 5.9.2
1 parent 4396801 commit fd3e99c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ configure([rootProject] + javaProjects) { project ->
130130
// TODO Uncomment link to JUnit 5 docs once we have sorted out
131131
// the following warning in the build.
132132
//
133-
// warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.9.1/api/ are in named modules.
133+
// warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.9.2/api/ are in named modules.
134134
//
135-
// "https://junit.org/junit5/docs/5.9.1/api/",
135+
// "https://junit.org/junit5/docs/5.9.2/api/",
136136
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
137137
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
138138
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.13"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
21-
api(platform("org.junit:junit-bom:5.9.1"))
21+
api(platform("org.junit:junit-bom:5.9.2"))
2222
api(platform("org.mockito:mockito-bom:4.9.0"))
2323

2424
constraints {

0 commit comments

Comments
 (0)