File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ dependencies {
6464 implementation(" org.slf4j:slf4j-simple:2.0.7" )
6565 implementation(" io.github.microutils:kotlin-logging-jvm:3.0.5" )
6666
67- implementation(" org.junit.platform:junit-platform-commons:1.9.2 " )
68- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2 " )
69- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.2 " )
67+ implementation(" org.junit.platform:junit-platform-commons:1.11.1 " )
68+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
69+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.1 " )
7070 implementation(kotlin(" stdlib-jdk8" ))
7171
7272 // Use ANTLR for parser generation
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ SOFTWARE.
3939 <enforcer .version>3.2.1</enforcer .version>
4040 <jacoco .version>0.8.8</jacoco .version>
4141 <java .version>[11,)</java .version>
42- <junit-jupiter-api .version>5.9.2 </junit-jupiter-api .version>
43- <junit-jupiter-engine .version>5.9.2 </junit-jupiter-engine .version>
44- <junit-platform .version>1.9.2 </junit-platform .version>
42+ <junit-jupiter-api .version>5.11.1 </junit-jupiter-api .version>
43+ <junit-jupiter-engine .version>5.11.1 </junit-jupiter-engine .version>
44+ <junit-platform .version>1.11.1 </junit-platform .version>
4545 <kotlin .version>1.8.10</kotlin .version>
4646 <kotlin-loggin .version>3.0.5</kotlin-loggin .version>
4747 <mvn .version>3.11.0</mvn .version>
You can’t perform that action at this time.
0 commit comments