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 d4419a94cfbd32698dcd12764ec6d50d35f33af2
Author: Paul King <[email protected]>
AuthorDate: Sun Mar 16 15:10:34 2025 +1000

    Bump jsoup to 1.19.1
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 65e521dc..7b9ae7bc 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -41,7 +41,7 @@ jetty-server = { module = 'org.eclipse.jetty:jetty-server', 
version.ref = 'jetty
 jetty-servlet = { module = 'org.eclipse.jetty:jetty-servlet', version.ref = 
'jetty' }
 jodd-core = 'org.jodd:jodd-core:5.3.0'
 jodd-lagarto = 'org.jodd:jodd-lagarto:6.0.6'
-jsoup = 'org.jsoup:jsoup:1.18.3'
+jsoup = 'org.jsoup:jsoup:1.19.1'
 junit-platform-launcher = 'org.junit.platform:junit-platform-launcher:1.12.0'
 junit-platform-testkit = 'org.junit.platform:junit-platform-testkit:1.12.0'
 junit4 = { module = 'junit:junit', version.ref = 'junit4' }

Reply via email to