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 07:43:20 UTC

[jmeter] branch master updated: fix(deps): update dependency org.freemarker:freemarker to v2.3.32 (#5833)

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 08e3bf1ea7 fix(deps): update dependency org.freemarker:freemarker to v2.3.32 (#5833)
08e3bf1ea7 is described below

commit 08e3bf1ea7608ccfbba09b4e693f3e4aa922c202
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 09:43:14 2023 +0200

    fix(deps): update dependency org.freemarker:freemarker to v2.3.32 (#5833)
---
 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 eb6b0a3683..fa90dd1ad8 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -124,7 +124,7 @@ dependencies {
         api("org.bouncycastle:bcprov-jdk15on:1.70")
         api("org.brotli:dec:0.1.2")
         api("org.exparity:hamcrest-date:2.0.8")
-        api("org.freemarker:freemarker:2.3.31")
+        api("org.freemarker:freemarker:2.3.32")
         api("org.hamcrest:hamcrest:2.2")
         api("org.hamcrest:hamcrest-core:2.2")
         api("org.hamcrest:hamcrest-library:2.2")