Skip to content

Commit fe9f10e

Browse files
author
Renovate Bot
committed
java: Update all non-major dependencies
1 parent ed61cb3 commit fe9f10e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
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:6.0.0'
30-
testImplementation 'org.mockito:mockito-core:5.19.0'
30+
testImplementation 'org.mockito:mockito-core:5.20.0'
3131
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.0'
3232
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
3333
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'

java/examples/VaasExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ repositories {
1212

1313
dependencies {
1414
implementation 'org.slf4j:slf4j-nop:2.0.17'
15-
implementation 'de.gdata:vaas:9.0.10'
15+
implementation 'de.gdata:vaas:9.0.12'
1616
implementation 'org.projectlombok:lombok:1.18.42'
1717
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
18-
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.791'
18+
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.792'
1919
}
2020

2121
tasks.register('sha256Scan', JavaExec) {

0 commit comments

Comments
 (0)