Skip to content

Commit 28ba636

Browse files
authored
Merge pull request #129 from tomzo/dependabot/gradle/gradle-deps-8970cf7f9c
Bump the gradle-deps group with 2 updates
2 parents 9e997dd + 87db2a1 commit 28ba636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ java {
3535
}
3636

3737
ext {
38-
pluginApiVersion = '25.2.0'
38+
pluginApiVersion = '25.3.0'
3939
}
4040

4141
dependencies {
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
5151
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
5252
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
53-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
53+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.19.0'
5454
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
5555
}
5656

0 commit comments

Comments
 (0)