This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 8.0.x-hibernate7
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 287a9b0f9e178aec652720233fcd76582767be08
Author: James Daugherty <[email protected]>
AuthorDate: Sun May 17 13:10:35 2026 -0400

    Remove slf4j-simple
---
 grails-data-hibernate7/dbmigration/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/grails-data-hibernate7/dbmigration/build.gradle 
b/grails-data-hibernate7/dbmigration/build.gradle
index a6d22085a3..27513588c6 100644
--- a/grails-data-hibernate7/dbmigration/build.gradle
+++ b/grails-data-hibernate7/dbmigration/build.gradle
@@ -104,7 +104,6 @@ dependencies {
 
     // Liquibase uses JUL for logging -> redirect it to SLF4J to reliably 
capture its output
     testRuntimeOnly 'org.slf4j:jul-to-slf4j'
-    testRuntimeOnly 'org.slf4j:slf4j-simple'
 }
 
 tasks.named('test', Test) {

Reply via email to