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 09:22:46 UTC

[jmeter] branch master updated: fix(deps): update dependency org.apache.rat:apache-rat to v0.15 (#5844)

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 e79c16a62b fix(deps): update dependency org.apache.rat:apache-rat to v0.15 (#5844)
e79c16a62b is described below

commit e79c16a62bb822d982fb2981284765d469b60065
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 11:22:40 2023 +0200

    fix(deps): update dependency org.apache.rat:apache-rat to v0.15 (#5844)
---
 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 8465d23eb4..4431e865a3 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -114,7 +114,7 @@ dependencies {
         api("org.apache.logging.log4j:log4j-core:2.17.2")
         api("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
         api("org.apache.mina:mina-core:2.1.6")
-        api("org.apache.rat:apache-rat:0.13")
+        api("org.apache.rat:apache-rat:0.15")
         api("org.apache.tika:tika-core:1.28.5")
         api("org.apache.velocity:velocity:1.7")
         api("org.apache.xmlgraphics:xmlgraphics-commons:2.7")