We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 426c38b + 5774fe9 commit 71553cfCopy full SHA for 71553cf
1 file changed
build.gradle
@@ -18,8 +18,8 @@ java {
18
dependencies {
19
implementation 'com.google.code.gson:gson:2.10.1'
20
21
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
22
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
23
24
compileOnly 'org.projectlombok:lombok:1.18.26'
25
annotationProcessor 'org.projectlombok:lombok:1.18.26'
0 commit comments