Skip to content

Commit 03ed81b

Browse files
committed
fix: include the Automatic-Module-Name and name
1 parent 5b15f43 commit 03ed81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
2323

2424
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
25-
testImplementation "org.junit.jupiter:junit-jupiter:5.13.4"
26-
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.4"
25+
testImplementation "org.junit.jupiter:junit-jupiter:6.0.0"
26+
testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.0"
2727
testImplementation 'org.assertj:assertj-core:3.27.6'
2828
testImplementation 'com.approvaltests:approvaltests:25.4.3'
2929
testImplementation 'org.mockito:mockito-core:5.20.0'

0 commit comments

Comments
 (0)