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 f781395514 fix(deps): update com.fasterxml.jackson.core to v2.16.1
f781395514 is described below
commit f781395514da8bd376eabde52e5ce35faf2473d8
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Dec 25 01:49:22 2023 +0000
fix(deps): update com.fasterxml.jackson.core to v2.16.1
---
src/bom-thirdparty/build.gradle.kts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 685952996e..e0db168dc6 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -42,9 +42,9 @@ dependencies {
api("bsf:bsf:2.4.0")
api("cglib:cglib-nodep:3.3.0")
- api("com.fasterxml.jackson.core:jackson-annotations:2.16.0")
- api("com.fasterxml.jackson.core:jackson-core:2.16.0")
- api("com.fasterxml.jackson.core:jackson-databind:2.16.0")
+ api("com.fasterxml.jackson.core:jackson-annotations:2.16.1")
+ api("com.fasterxml.jackson.core:jackson-core:2.16.1")
+ api("com.fasterxml.jackson.core:jackson-databind:2.16.1")
api("com.fifesoft:rsyntaxtextarea:3.3.4")
api("com.formdev:svgSalamander:1.1.4")
api("com.github.ben-manes.caffeine:caffeine:2.9.3")