Skip to content

Commit 541c287

Browse files
fix(deps): update all non-major dependencies (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b94f752 commit 541c287

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
plugins {
2020
id "java"
2121
id "application"
22-
id "com.gradleup.shadow" version "9.3.1"
22+
id "com.gradleup.shadow" version "9.3.2"
2323
id "jacoco"
2424
}
2525

@@ -56,7 +56,7 @@ dependencies {
5656

5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.3'
5858
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.3'
59-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0'
59+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.22.0'
6060
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.3'
6161
}
6262

0 commit comments

Comments
 (0)