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 e1fcc5a commit 9b2aab7Copy full SHA for 9b2aab7
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'java-library'
3
id 'org.ajoberstar.grgit' version '5.2.2'
4
- id 'org.gradlex.extra-java-module-info' version '1.8'
+ id 'org.gradlex.extra-java-module-info' version '1.9'
5
}
6
7
group = 'io.sf.carte'
@@ -14,7 +14,7 @@ dependencies {
14
implementation 'io.sf.jclf:jclf-text:5.0.1'
15
implementation 'io.sf.jclf:jclf-linear3:1.0.0'
16
implementation 'org.dom4j:dom4j:2.1.4'
17
- implementation 'org.slf4j:slf4j-api:2.0.13'
+ implementation 'org.slf4j:slf4j-api:2.0.16'
18
implementation 'nu.validator:htmlparser:1.4.16'
19
implementation 'xmlpull:xmlpull:1.2.0'
20
implementation 'xpp3:xpp3_min:1.2.0'
0 commit comments