Skip to content

Commit

Permalink
Bump the gradle-deps group with 4 updates (#3492)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon authored Jul 4, 2024
2 parents a3fbc37 + b411257 commit 27f5bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
id "com.diffplug.spotless" version "6.25.0"

// EISOP Checker Framework
id "org.checkerframework" version "0.6.39"
id "org.checkerframework" version "0.6.41"
}

// Configure this project for use inside IntelliJ:
Expand Down Expand Up @@ -90,11 +90,11 @@ subprojects {
checkerFramework "io.github.eisop:checker:$eisop_version"

testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
testImplementation project(':key.util')

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 27f5bed

Please sign in to comment.