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/17 14:17:29 UTC

[jmeter] branch master updated: fix(deps): update com.fasterxml.jackson.core to v2.15.1

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 968f0f5b9c fix(deps): update com.fasterxml.jackson.core to v2.15.1
968f0f5b9c is described below

commit 968f0f5b9ca11d0f81ed02eff7525afc5feeab31
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed May 17 13:50:17 2023 +0000

    fix(deps): update com.fasterxml.jackson.core to v2.15.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 5d3c38f247..37e21d3991 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -44,9 +44,9 @@ dependencies {
         api("cglib:cglib-nodep:3.3.0")
         api("com.google.auto.service:auto-service:1.0.1")
         api("com.google.auto.service:auto-service-annotations:1.0.1")
-        api("com.fasterxml.jackson.core:jackson-annotations:2.13.4")
-        api("com.fasterxml.jackson.core:jackson-core:2.13.4")
-        api("com.fasterxml.jackson.core:jackson-databind:2.13.4.2")
+        api("com.fasterxml.jackson.core:jackson-annotations:2.15.1")
+        api("com.fasterxml.jackson.core:jackson-core:2.15.1")
+        api("com.fasterxml.jackson.core:jackson-databind:2.15.1")
         api("com.fifesoft:rsyntaxtextarea:3.3.3")
         api("com.formdev:svgSalamander:1.1.4")
         api("com.github.ben-manes.caffeine:caffeine:2.9.3")