We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463a778 commit f9d43ddCopy full SHA for f9d43dd
packages/dsl-java/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
49
// Execution of tests
50
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
51
- testImplementation 'org.assertj:assertj-core:3.27.5'
+ testImplementation 'org.assertj:assertj-core:3.27.6'
52
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
53
testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.0"
54
0 commit comments