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 ede8b78 commit 0940d4bCopy full SHA for 0940d4b
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion"
25
implementation 'com.github.javaparser:javaparser-core:3.27.0'
26
27
- implementation 'org.assertj:assertj-core:3.25.3'
+ implementation 'org.assertj:assertj-core:3.27.6'
28
implementation 'org.apiguardian:apiguardian-api:1.1.2' // https://github.com/exercism/java-test-runner/issues/79
29
implementation platform('org.junit:junit-bom:5.11.3')
30
implementation 'org.junit.jupiter:junit-jupiter'
0 commit comments