bump deps
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-06-09 14:31:18 +02:00
parent 56cd5a4aab
commit d020f56414
Signed by: Johannes
GPG Key ID: E76429612C2929F4
5 changed files with 11 additions and 11 deletions

View File

@ -9,6 +9,6 @@ repositories {
}
dependencies {
implementation("org.gradle.kotlin:gradle-kotlin-dsl-plugins:2.3.3")
implementation("org.gradle.kotlin:gradle-kotlin-dsl-plugins:4.0.15")
implementation("io.gitlab.jfronny:convention:1.3-SNAPSHOT")
}

View File

@ -12,10 +12,10 @@ repositories {
}
dependencies {
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.jetbrains:annotations:24.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
}
tasks.named<Test>("test") {

View File

@ -8,8 +8,8 @@ dependencies {
api("io.gitlab.jfronny:gson:2.10.2-SNAPSHOT")
implementation(project(":"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
}
publishing {

View File

@ -5,11 +5,11 @@ plugins {
}
dependencies {
implementation("org.slf4j:slf4j-api:2.0.3")
implementation("org.slf4j:slf4j-api:2.0.7")
implementation(project(":"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
}
publishing {

View File

@ -7,8 +7,8 @@ plugins {
dependencies {
implementation(project(":"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
}
publishing {