Skip to content

Commit

Permalink
Bump the gradle-deps group across 1 directory with 5 updates (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon authored Jan 5, 2025
2 parents 8f6aa84 + 0224d5a commit 627d745
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 @@ -26,7 +26,7 @@ plugins {
// EISOP Checker Framework
id "org.checkerframework" version "0.6.48"

id("org.sonarqube") version "5.0.0.4638"
id("org.sonarqube") version "6.0.1.5171"
}

sonar {
Expand Down Expand Up @@ -87,7 +87,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.12")
testImplementation("ch.qos.logback:logback-classic:1.5.15")

//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 @@ -101,12 +101,12 @@ subprojects {
checkerFramework "io.github.eisop:checker-qual:$eisop_version"
checkerFramework "io.github.eisop:checker:$eisop_version"

testImplementation("ch.qos.logback:logback-classic:1.5.12")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testImplementation("ch.qos.logback:logback-classic:1.5.15")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testImplementation project(':key.util')

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
}

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.12'
implementation 'ch.qos.logback:logback-classic:1.5.15'

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 627d745

Please sign in to comment.