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/28 19:35:34 UTC

[jmeter] branch master updated: fix(deps): update dependency org.apache.xmlgraphics:xmlgraphics-commons to v2.8 (#5852)

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 e7a99a4518 fix(deps): update dependency org.apache.xmlgraphics:xmlgraphics-commons to v2.8 (#5852)
e7a99a4518 is described below

commit e7a99a4518a62f998c26ad51f2c6233264f66f51
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 21:35:29 2023 +0200

    fix(deps): update dependency org.apache.xmlgraphics:xmlgraphics-commons to v2.8 (#5852)
---
 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 c3713af151..087338b1a6 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -102,7 +102,7 @@ dependencies {
         api("org.apache.tika:tika-core:1.28.5")
         api("org.apache.tika:tika-parsers:1.28.5")
         api("org.apache.velocity:velocity:1.7")
-        api("org.apache.xmlgraphics:xmlgraphics-commons:2.7")
+        api("org.apache.xmlgraphics:xmlgraphics-commons:2.8")
         api("org.apiguardian:apiguardian-api:1.1.2")
         api("org.bouncycastle:bcmail-jdk15on:1.70")
         api("org.bouncycastle:bcpkix-jdk15on:1.70")