File tree Expand file tree Collapse file tree 7 files changed +16
-20
lines changed
Expand file tree Collapse file tree 7 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.40 '
22- implementation ' com.google.code.gson:gson:2.13.1 '
21+ implementation ' org.projectlombok:lombok:1.18.42 '
22+ implementation ' com.google.code.gson:gson:2.13.2 '
2323 implementation ' org.jetbrains:annotations:26.0.2-1'
2424 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2525 implementation ' com.ibm.async:asyncutil:0.1.0'
@@ -32,11 +32,11 @@ dependencies {
3232 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0'
3333 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0'
3434
35- compileOnly ' org.projectlombok:lombok:1.18.40 '
36- annotationProcessor ' org.projectlombok:lombok:1.18.40 '
35+ compileOnly ' org.projectlombok:lombok:1.18.42 '
36+ annotationProcessor ' org.projectlombok:lombok:1.18.42 '
3737
38- testCompileOnly ' org.projectlombok:lombok:1.18.40 '
39- testAnnotationProcessor ' org.projectlombok:lombok:1.18.40 '
38+ testCompileOnly ' org.projectlombok:lombok:1.18.42 '
39+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
4040}
4141
4242test {
Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.40 '
22- implementation ' com.google.code.gson:gson:2.13.1 '
21+ implementation ' org.projectlombok:lombok:1.18.42 '
22+ implementation ' com.google.code.gson:gson:2.13.2 '
2323 implementation ' org.java-websocket:Java-WebSocket:1.6.0'
2424 implementation ' org.jetbrains:annotations:26.0.2-1'
2525 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
@@ -29,11 +29,11 @@ dependencies {
2929 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0'
3030
3131
32- compileOnly ' org.projectlombok:lombok:1.18.40 '
33- annotationProcessor ' org.projectlombok:lombok:1.18.40 '
32+ compileOnly ' org.projectlombok:lombok:1.18.42 '
33+ annotationProcessor ' org.projectlombok:lombok:1.18.42 '
3434
35- testCompileOnly ' org.projectlombok:lombok:1.18.40 '
36- testAnnotationProcessor ' org.projectlombok:lombok:1.18.40 '
35+ testCompileOnly ' org.projectlombok:lombok:1.18.42 '
36+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
3737}
3838
3939test {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313dependencies {
1414 implementation ' org.slf4j:slf4j-nop:2.0.17'
1515 implementation ' de.gdata:vaas:9.0.10'
16- implementation ' org.projectlombok:lombok:1.18.40 '
16+ implementation ' org.projectlombok:lombok:1.18.42 '
1717 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
1818 implementation ' com.amazonaws:aws-java-sdk-s3:1.12.791'
1919}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ case "$( uname )" in #(
114114 NONSTOP* ) nonstop=true ;;
115115esac
116116
117- CLASSPATH=" \\\"\\\" "
118117
119118
120119# Determine the Java command to use to start the JVM.
172171# For Cygwin or MSYS, switch paths to Windows format before running java
173172if " $cygwin " || " $msys " ; then
174173 APP_HOME=$( cygpath --path --mixed " $APP_HOME " )
175- CLASSPATH=$( cygpath --path --mixed " $CLASSPATH " )
176174
177175 JAVACMD=$( cygpath --unix " $JAVACMD " )
178176
@@ -212,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
212210
213211set -- \
214212 " -Dorg.gradle.appname=$APP_BASE_NAME " \
215- -classpath " $CLASSPATH " \
216213 -jar " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" \
217214 " $@ "
218215
Original file line number Diff line number Diff line change @@ -70,11 +70,10 @@ goto fail
7070:execute
7171@ rem Setup the command line
7272
73- set CLASSPATH =
7473
7574
7675@ rem Execute Gradle
77- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " - jar " %APP_HOME% \gradle\wrapper\gradle-wrapper.jar" %*
76+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -jar " %APP_HOME% \gradle\wrapper\gradle-wrapper.jar" %*
7877
7978:end
8079@ rem End local scope for the variables with windows NT shell
You can’t perform that action at this time.
0 commit comments