Skip to content

Commit

Permalink
Bump the gradle-deps group with 5 updates (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon authored Oct 2, 2024
2 parents 144a9ba + 22e4279 commit 41a76db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.43"
id "org.checkerframework" version "0.6.44"
}

// Configure this project for use inside IntelliJ:
Expand Down Expand Up @@ -76,7 +76,7 @@ subprojects {
dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")
implementation("org.slf4j:slf4j-api:2.0.16")
testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("ch.qos.logback:logback-classic:1.5.8")

//compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.12.0'
//compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.12.0'
Expand All @@ -89,12 +89,12 @@ subprojects {
testCompileOnly "io.github.eisop:checker-qual:$eisop_version"
checkerFramework "io.github.eisop:checker:$eisop_version"

testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
testImplementation("ch.qos.logback:logback-classic:1.5.8")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1'
testImplementation project(':key.util')

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
}

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion key.ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
api 'com.miglayout:miglayout-swing:11.4.2'

//logging implementation used by the slf4j
implementation 'ch.qos.logback:logback-classic:1.5.7'
implementation 'ch.qos.logback:logback-classic:1.5.8'

api 'org.key-project:docking-frames-common:1.1.3p1'
api 'org.key-project:docking-frames-core:1.1.3p1'
Expand Down

0 comments on commit 41a76db

Please sign in to comment.