Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rchomczyk committed Oct 23, 2024
1 parent 44c00ce commit 02ea239
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
compileOnly("org.jetbrains:annotations:26.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/bulbasaur-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
compileOnly("org.jetbrains:annotations:26.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
}

java {
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/bulbasaur-unit.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
}

tasks.getByName<Test>("test") {
Expand Down

0 comments on commit 02ea239

Please sign in to comment.