Skip to content

Commit 485435e

Browse files
authored
Bump the gradle-deps group with 6 updates (#3527)
2 parents 957b469 + 1b92b2d commit 485435e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
id "com.diffplug.spotless" version "6.25.0"
2525

2626
// EISOP Checker Framework
27-
id "org.checkerframework" version "0.6.44"
27+
id "org.checkerframework" version "0.6.45"
2828
}
2929

3030
// Configure this project for use inside IntelliJ:
@@ -76,7 +76,7 @@ subprojects {
7676
dependencies {
7777
implementation("org.slf4j:slf4j-api:2.0.16")
7878
implementation("org.slf4j:slf4j-api:2.0.16")
79-
testImplementation("ch.qos.logback:logback-classic:1.5.8")
79+
testImplementation("ch.qos.logback:logback-classic:1.5.12")
8080

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

92-
testImplementation("ch.qos.logback:logback-classic:1.5.8")
93-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
94-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1'
92+
testImplementation("ch.qos.logback:logback-classic:1.5.12")
93+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
94+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
9595
testImplementation project(':key.util')
9696

97-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
97+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
9898
}
9999

100100
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.8'
26+
implementation 'ch.qos.logback:logback-classic:1.5.12'
2727

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

recoder/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories {
55
mavenCentral()
66
}
77
dependencies {
8-
implementation 'org.ow2.asm:asm:9.7'
8+
implementation 'org.ow2.asm:asm:9.7.1'
99
implementation 'org.apache-extras.beanshell:bsh:2.0b6'
1010
implementation 'net.sf.retrotranslator:retrotranslator-runtime:1.2.9'
1111
implementation 'net.sf.retrotranslator:retrotranslator-transformer:1.2.9'

0 commit comments

Comments
 (0)