We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e6910 commit 72eff9bCopy full SHA for 72eff9b
1 file changed
build.gradle.kts
@@ -78,9 +78,9 @@ dependencies {
78
// vault
79
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
80
81
- testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
82
- testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2")
83
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3")
84
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
85
86
testImplementation("org.testcontainers:junit-jupiter:1.21.4")
0 commit comments