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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git

commit f90aa13b5e284afa478abe90e1bd8a5fe4aed163
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 1 12:33:15 2025 +1000

    Bump slf4j-simple to 2.0.17 (test runtime)
---
 doc/manual-snippets/manual-snippets.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual-snippets/manual-snippets.gradle 
b/doc/manual-snippets/manual-snippets.gradle
index f21ecfa4..6c9ec5a1 100644
--- a/doc/manual-snippets/manual-snippets.gradle
+++ b/doc/manual-snippets/manual-snippets.gradle
@@ -29,7 +29,7 @@ dependencies {
     testImplementation libs.systemLambda
     testImplementation libs.junit.platform.testkit
     testImplementation libs.junit5.jupiter.api
-    testRuntimeOnly "org.slf4j:slf4j-simple:2.0.16"
+    testRuntimeOnly "org.slf4j:slf4j-simple:2.0.17"
 }
 
 tasks.named("test") {

Reply via email to