diff --git a/build.gradle b/build.gradle index 67b47b56f..16e128853 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation 'commons-io:commons-io:2.11.0' implementation 'org.springframework:spring-context:5.3.9' implementation 'org.aspectj:aspectjweaver:1.9.7' - implementation 'org.slf4j:slf4j-api:1.7.32' + implementation 'org.slf4j:slf4j-api:2.0.6' testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest:2.2'