Skip to content

Commit cd3324c

Browse files
Merge pull request #739 from GDATASoftwareAG/renovate/java/all-non-major
java: Update all non-major dependencies
2 parents 957752f + 277eba5 commit cd3324c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation 'org.jetbrains:annotations:26.0.2'
2424
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2525
implementation 'com.ibm.async:asyncutil:0.1.0'
26-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
26+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
2727
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2828
testImplementation 'org.testng:testng:7.11.0'
2929
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'

java/examples/VaasExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repositories {
1111
}
1212

1313
dependencies {
14-
implementation 'org.slf4j:slf4j-nop:2.0.16'
15-
implementation 'de.gdata:vaas:9.0.3'
14+
implementation 'org.slf4j:slf4j-nop:2.0.17'
15+
implementation 'de.gdata:vaas:9.0.4'
1616
implementation 'org.projectlombok:lombok:1.18.36'
1717
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
1818
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.782'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
122 Bytes
Binary file not shown.

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

java/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)