This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this
push:
new ba0297c0 Bump org.jsoup:jsoup from 1.18.1 to 1.19.1
ba0297c0 is described below
commit ba0297c0341c9a8ff49a49c7024f87b285573c3e
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Oct 19 10:37:15 2025 +0200
Bump org.jsoup:jsoup from 1.18.1 to 1.19.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 33916306..6f047895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.18.1</version>
+ <version>1.19.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>