diff --git a/build.gradle b/build.gradle index c379abd..0120827 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { runtimeOnly 'com.h2database:h2:2.3.230' implementation 'c3p0:c3p0:0.9.1.2' implementation 'org.slf4j:slf4j-api:2.0.16' - runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.15' + runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.16' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation('junit:junit:4.13.2') {transitive = false} testImplementation 'org.mockito:mockito-core:5.12.0'