Skip to content

Commit beb2e48

Browse files
ata-no-oneRenovate Bot
andauthored
java: Update all non-major dependencies (#745)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 92265ed commit beb2e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:5.12.0'
30-
testImplementation 'org.mockito:mockito-core:5.15.2'
30+
testImplementation 'org.mockito:mockito-core:5.16.0'
3131
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
3232
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
3333
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'

java/examples/VaasExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
implementation 'org.slf4j:slf4j-nop:2.0.17'
15-
implementation 'de.gdata:vaas:9.0.4'
15+
implementation 'de.gdata:vaas:9.0.5'
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'

0 commit comments

Comments
 (0)