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 e72478afc95 build(deps-dev): bump
org.glassfish.grizzly:grizzly-http-server from 2.2.16 to 5.0.2 (#20170)
e72478afc95 is described below
commit e72478afc9531bc02dc5c74ad7a6e37739b8db8e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 09:40:52 2026 +0800
build(deps-dev): bump org.glassfish.grizzly:grizzly-http-server from 2.2.16
to 5.0.2 (#20170)
* build(deps-dev): bump org.glassfish.grizzly:grizzly-http-server
Bumps org.glassfish.grizzly:grizzly-http-server from 2.2.16 to 5.0.2.
---
updated-dependencies:
- dependency-name: org.glassfish.grizzly:grizzly-http-server
dependency-version: 5.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* build(deps): align Grizzly HTTP modules
---------
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]>
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 27dd76634e7..35c07074829 100644
--- a/pom.xml
+++ b/pom.xml
@@ -764,10 +764,15 @@
<artifactId>expressly</artifactId>
<version>6.0.0</version>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.grizzly</groupId>
+ <artifactId>grizzly-http</artifactId>
+ <version>5.0.2</version>
+ </dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-server</artifactId>
- <version>2.2.16</version>
+ <version>5.0.2</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]