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 e051077a8a5 build(deps): bump com.google.re2j:re2j from 1.7 to 1.8
(#19996)
e051077a8a5 is described below
commit e051077a8a5e8078108c7972fb5c7339722c6195
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 16 13:11:39 2026 +0800
build(deps): bump com.google.re2j:re2j from 1.7 to 1.8 (#19996)
* build(deps): bump com.google.re2j:re2j from 1.7 to 1.8
Bumps [com.google.re2j:re2j](https://github.com/google/re2j) from 1.7 to
1.8.
- [Release notes](https://github.com/google/re2j/releases)
- [Commits](https://github.com/google/re2j/compare/re2j-1.7...re2j-1.8)
---
updated-dependencies:
- dependency-name: com.google.re2j:re2j
dependency-version: '1.8'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* build: align re2j dependency
* build: register re2j license
* build: use managed re2j version
* build: consolidate re2j license metadata
---------
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]>
---
licenses.yaml | 2 +-
pom.xml | 6 ++++++
processing/pom.xml | 1 -
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index dd5b2c63a8b..72927056d7e 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -5420,7 +5420,7 @@ name: RE2/J
license_category: binary
module: java-core
license_name: The Go license
-version: 1.7
+version: 1.8
license_file_path: licenses/bin/re2j.GO
libraries:
- com.google.re2j: re2j
diff --git a/pom.xml b/pom.xml
index 38528ba81ae..691ac7c0b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1584,6 +1584,12 @@
</exclusion>
</exclusions>
</dependency>
+ <!-- Keep re2j aligned for Google Cloud Storage and Druid
processing test dependencies. -->
+ <dependency>
+ <groupId>com.google.re2j</groupId>
+ <artifactId>re2j</artifactId>
+ <version>1.8</version>
+ </dependency>
</dependencies>
</dependencyManagement>
diff --git a/processing/pom.xml b/processing/pom.xml
index 9adee843a80..fedbfe9c2eb 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -300,7 +300,6 @@
<dependency>
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
- <version>1.7</version>
</dependency>
<!-- com.lmax.disruptor is optional in log4j-core, so we explicitly
include it here -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]