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 200bd8c commit 1e46b65Copy full SHA for 1e46b65
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
xmlpullImplementation 'xpp3:xpp3_min:1.2.0'
50
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests',
51
version: '5.1'
52
- testImplementation 'jaxen:jaxen:1.2.0'
+ testImplementation 'jaxen:jaxen:2.0.0'
53
testImplementation 'org.slf4j:slf4j-api:2.0.16'
54
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
55
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments