We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0193bbf commit fbe95beCopy full SHA for fbe95be
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.9.2'
22
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
23
24
compileOnly 'org.projectlombok:lombok:1.18.26'
25
annotationProcessor 'org.projectlombok:lombok:1.18.26'
0 commit comments