Upgrade deps
This commit is contained in:
parent
edc66800e1
commit
7112440bb7
@ -18,8 +18,8 @@ allprojects {
|
||||
dependencies {
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
|
||||
}
|
||||
|
||||
test {
|
||||
@ -54,8 +54,8 @@ subprojects {
|
||||
dependencies {
|
||||
implementation project(':')
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
dependencies {
|
||||
implementation "org.slf4j:slf4j-api:1.8.0-beta4"
|
||||
implementation 'org.slf4j:slf4j-api:2.0.0'
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
Loading…
Reference in New Issue
Block a user