This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 23ea166c5c325fdf86e6d99be2f2bc5b27eb5326
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 21 10:35:17 2023 -0500
Bump org.glassfish.grizzly:grizzly-http-server from 4.0.0 to 4.0.2 (#1601)
Bumps org.glassfish.grizzly:grizzly-http-server from 4.0.0 to 4.0.2.
---
updated-dependencies:
- dependency-name: org.glassfish.grizzly:grizzly-http-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
systests/container-integration/grizzly/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/container-integration/grizzly/pom.xml
b/systests/container-integration/grizzly/pom.xml
index a70fe3d030..e43cd472b8 100644
--- a/systests/container-integration/grizzly/pom.xml
+++ b/systests/container-integration/grizzly/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-server</artifactId>
- <version>4.0.0</version>
+ <version>4.0.2</version>
<scope>test</scope>
</dependency>
<dependency>