You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/29 08:51:01 UTC

[jmeter] branch master updated: fix(deps): update dependency org.jsoup:jsoup to v1.16.1 (#5864)

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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6134adbf5f fix(deps): update dependency org.jsoup:jsoup to v1.16.1 (#5864)
6134adbf5f is described below

commit 6134adbf5f3e2da6596d412071acf4cb2e7c622d
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Sat Apr 29 10:50:56 2023 +0200

    fix(deps): update dependency org.jsoup:jsoup to v1.16.1 (#5864)
---
 src/bom-thirdparty/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts
index d8fe5478f9..87ebd39aaa 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -126,7 +126,7 @@ dependencies {
         api("org.jodd:jodd-lagarto:5.0.13")
         api("org.jodd:jodd-log:5.0.13")
         api("org.jodd:jodd-props:5.0.13")
-        api("org.jsoup:jsoup:1.15.4")
+        api("org.jsoup:jsoup:1.16.1")
         api("org.mongodb:mongo-java-driver:2.11.3")
         api("org.mozilla:rhino:1.7.14")
         api("org.neo4j.driver:neo4j-java-driver:4.4.11")