Bump JUnit to version 5.12.2
This commit is contained in:
parent
1c9a5191ce
commit
eccccec67d
1 changed files with 3 additions and 3 deletions
|
@ -85,9 +85,9 @@ public class PinboardPosterBuild extends Project {
|
||||||
.include(dependency("com.squareup.okhttp3", "logging-interceptor", okHttp));
|
.include(dependency("com.squareup.okhttp3", "logging-interceptor", okHttp));
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("org.jetbrains.kotlin", "kotlin-test-junit5", kotlin))
|
.include(dependency("org.jetbrains.kotlin", "kotlin-test-junit5", kotlin))
|
||||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 1)))
|
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 2)))
|
||||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 1)))
|
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 2)))
|
||||||
.include(dependency("org.junit.platform", "junit-platform-launcher", version(1, 12, 1)));
|
.include(dependency("org.junit.platform", "junit-platform-launcher", version(1, 12, 2)));
|
||||||
|
|
||||||
publishOperation()
|
publishOperation()
|
||||||
.repository(version.isSnapshot() ? repository(SONATYPE_SNAPSHOTS_LEGACY.location())
|
.repository(version.isSnapshot() ? repository(SONATYPE_SNAPSHOTS_LEGACY.location())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue