Skip to content

Commit e614935

Browse files
committed
Update library version
1 parent 95f553f commit e614935

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

build-minify-plugin.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath group: 'com.google.javascript', name: 'closure-compiler', version: 'v20250402'
7+
classpath group: 'com.google.javascript', name: 'closure-compiler', version: 'v20250706'
88
}
99
}
1010

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
providedCompile 'org.eclipse.jetty.ee10:jetty-ee10-apache-jsp:12.0.+'
2222

2323
implementation 'org.eclipse.jetty.ee10:jetty-ee10-glassfish-jstl:12.0.+'
24-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.+'
25-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.18.+'
24+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.+'
25+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.19.+'
2626
implementation 'com.ezylang:EvalEx:3.5.+'
2727

2828
implementation 'com.github.mozq:enigma4j:v1.+'

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

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.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)