File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kotlin {
2727}
2828
2929val junit_version = " 5.10.1"
30- val logback_version = " 1.5.8 "
30+ val logback_version = " 1.5.13 "
3131val jackson_version = " 2.17.2"
3232val hsqldb_version = " 2.7.2"
3333
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ dependencies {
4848 testRuntimeOnly(group = " org.junit.jupiter" , name = " junit-jupiter-engine" , version = " 5.10.1" )
4949
5050 implementation(group = " org.slf4j" , name = " slf4j-api" , version = " 2.0.16" )
51- testImplementation(group = " ch.qos.logback" , name = " logback-classic" , version = " 1.5.8 " )
52- testImplementation(group = " ch.qos.logback" , name = " logback-core" , version = " 1.5.8 " )
51+ testImplementation(group = " ch.qos.logback" , name = " logback-classic" , version = " 1.5.13 " )
52+ testImplementation(group = " ch.qos.logback" , name = " logback-core" , version = " 1.5.13 " )
5353 testImplementation(" org.ow2.asm:asm:9.6" )
5454
5555
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ dependencies {
112112 implementation(group = " commons-codec" , name = " commons-codec" , version = " 1.16.0" )
113113
114114 implementation(group = " org.slf4j" , name = " slf4j-api" , version = " 2.0.16" )
115- runtimeOnly(group = " ch.qos.logback" , name = " logback-classic" , version = " 1.5.8 " )
116- runtimeOnly(group = " ch.qos.logback" , name = " logback-core" , version = " 1.5.8 " )
115+ runtimeOnly(group = " ch.qos.logback" , name = " logback-classic" , version = " 1.5.13 " )
116+ runtimeOnly(group = " ch.qos.logback" , name = " logback-core" , version = " 1.5.13 " )
117117
118118 testImplementation(kotlin(" script-runtime" ))
119119 testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter-api" , version = " 5.10.1" )
You can’t perform that action at this time.
0 commit comments