Upgrade deps

This commit is contained in:
Johannes Frohnmeyer 2022-09-06 19:03:12 +02:00
parent edc66800e1
commit 7112440bb7
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 5 additions and 5 deletions

View File

@ -18,8 +18,8 @@ allprojects {
dependencies { dependencies {
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
} }
test { test {
@ -54,8 +54,8 @@ subprojects {
dependencies { dependencies {
implementation project(':') implementation project(':')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
} }
} }

View File

@ -1,5 +1,5 @@
dependencies { dependencies {
implementation "org.slf4j:slf4j-api:1.8.0-beta4" implementation 'org.slf4j:slf4j-api:2.0.0'
} }
publishing { publishing {