Skip to content

Commit be778ce

Browse files
committed
build: Fix java build again
1 parent a8cbb70 commit be778ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dsl-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
4646

4747
// Execution of tests
48-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
48+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4949
testImplementation 'org.assertj:assertj-core:3.27.3'
5050
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
5151

0 commit comments

Comments
 (0)