This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 2a0b64da6ab build(deps): bump com.github.wnameless.json:json-flattener
from 0.7.1 to 0.18.2 (#20045)
2a0b64da6ab is described below
commit 2a0b64da6ab71e0ddda3696fd731096e316cb70f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 19 09:44:07 2026 +0800
build(deps): bump com.github.wnameless.json:json-flattener from 0.7.1 to
0.18.2 (#20045)
* build(deps): bump com.github.wnameless.json:json-flattener
Bumps
[com.github.wnameless.json:json-flattener](https://github.com/wnameless/json-flattener)
from 0.7.1 to 0.18.2.
-
[Changelog](https://github.com/wnameless/json-flattener/blob/master/release-notes)
-
[Commits](https://github.com/wnameless/json-flattener/compare/json-flattener-0.7.1...json-flattener-0.18.2)
---
updated-dependencies:
- dependency-name: com.github.wnameless.json:json-flattener
dependency-version: 0.18.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* build(deps): pin Jackson Databind security fix
* build(deps): manage Jackson Databind version
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
benchmarks/pom.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 8e2f813c8f2..eaaade2ea1c 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -30,6 +30,16 @@
<version>39.0.0-SNAPSHOT</version>
</parent>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>tools.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<dependencies>
<dependency>
<groupId>org.jdbi</groupId>
@@ -132,7 +142,7 @@
<dependency>
<groupId>com.github.wnameless.json</groupId>
<artifactId>json-flattener</artifactId>
- <version>0.7.1</version>
+ <version>0.18.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]