We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8facffe commit 648577fCopy full SHA for 648577f
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
annotationProcessor 'org.projectlombok:lombok:1.18.20'
25
26
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
27
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
28
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
29
30
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion
0 commit comments