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/05/11 06:23:41 UTC

[jmeter] branch master updated: fix(deps): update dependency net.sf.saxon:saxon-he to v11.5 (#5854)

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 442da17b86 fix(deps): update dependency net.sf.saxon:saxon-he to v11.5 (#5854)
442da17b86 is described below

commit 442da17b86f04e137b709a6ade00cd0961916e91
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Thu May 11 08:23:35 2023 +0200

    fix(deps): update dependency net.sf.saxon:saxon-he to v11.5 (#5854)
---
 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 4ee10916f2..ce437b74ec 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -89,7 +89,7 @@ dependencies {
         api("net.minidev:accessors-smart:2.4.9")
         api("net.minidev:json-smart:2.4.10")
         api("net.sf.jtidy:jtidy:r938")
-        api("net.sf.saxon:Saxon-HE:11.3")
+        api("net.sf.saxon:Saxon-HE:11.5")
         api("org.apache-extras.beanshell:bsh:2.0b6")
         api("org.apache.commons:commons-collections4:4.4")
         api("org.apache.commons:commons-dbcp2:2.9.0")