Upgrade to Gradle 7.4.1, Kotest 5.2.1, slf4j 1.7.36

This commit is contained in:
Edwin Jakobs
2022-03-15 21:51:29 +01:00
parent 702af453e4
commit cf340461cc
2 changed files with 3 additions and 3 deletions

View File

@@ -49,9 +49,9 @@ project.ext {
spekVersion = '2.0.15'
kluentVersion = '1.68'
jsoupVersion = '1.14.3'
kotestVersion = '5.1.0'
kotestVersion = '5.2.1'
junitJupiterVersion = '5.8.2'
slf4jVersion = '1.7.33'
slf4jVersion = '1.7.36'
}