Skip to content

Commit 627d745

Browse files
authored
Bump the gradle-deps group across 1 directory with 5 updates (#3536)
2 parents 8f6aa84 + 0224d5a commit 627d745

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
// EISOP Checker Framework
2727
id "org.checkerframework" version "0.6.48"
2828

29-
id("org.sonarqube") version "5.0.0.4638"
29+
id("org.sonarqube") version "6.0.1.5171"
3030
}
3131

3232
sonar {
@@ -87,7 +87,7 @@ subprojects {
8787
dependencies {
8888
implementation("org.slf4j:slf4j-api:2.0.16")
8989
implementation("org.slf4j:slf4j-api:2.0.16")
90-
testImplementation("ch.qos.logback:logback-classic:1.5.12")
90+
testImplementation("ch.qos.logback:logback-classic:1.5.15")
9191

9292
//compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.12.0'
9393
//compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.12.0'
@@ -101,12 +101,12 @@ subprojects {
101101
checkerFramework "io.github.eisop:checker-qual:$eisop_version"
102102
checkerFramework "io.github.eisop:checker:$eisop_version"
103103

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

109-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
109+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
110110
}
111111

112112
tasks.withType(JavaCompile) {

key.ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
api 'com.miglayout:miglayout-swing:11.4.2'
2424

2525
//logging implementation used by the slf4j
26-
implementation 'ch.qos.logback:logback-classic:1.5.12'
26+
implementation 'ch.qos.logback:logback-classic:1.5.15'
2727

2828
api 'org.key-project:docking-frames-common:1.1.3p1'
2929
api 'org.key-project:docking-frames-core:1.1.3p1'

0 commit comments

Comments
 (0)