Bump deps

This commit is contained in:
crschnick
2024-07-21 22:47:10 +00:00
parent 981c51e405
commit bec339b7b3
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ repositories {
dependencies {
compileOnly 'org.hamcrest:hamcrest:2.2'
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.10.2'
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.10.2'
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.10.3'
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.10.3'
api project(':core')
}