Skip to content

Commit f880abe

Browse files
committed
Upgrade to latest dependency versions
1 parent ca472bb commit f880abe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'org.ajoberstar.grgit' version '5.3.0'
3+
id 'org.ajoberstar.grgit' version '5.3.2'
44
id 'org.gradlex.extra-java-module-info' version '1.12'
55
}
66

@@ -11,10 +11,10 @@ description = 'css4j-dist'
1111
version = '5.0-SNAPSHOT'
1212

1313
dependencies {
14-
implementation 'io.sf.jclf:jclf-text:5.0.2'
14+
implementation 'io.sf.jclf:jclf-text:5.0.3'
1515
implementation 'io.sf.jclf:jclf-linear3:1.0.0'
1616
implementation 'org.dom4j:dom4j:2.1.4'
17-
implementation 'org.slf4j:slf4j-api:2.0.16'
17+
implementation 'org.slf4j:slf4j-api:2.0.17'
1818
implementation 'nu.validator:htmlparser:1.4.16'
1919
implementation 'xmlpull:xmlpull:1.2.0'
2020
implementation 'xpp3:xpp3_min:1.2.0'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)