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
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new 5bad9b0571 Bump grizzly-http-server from 3.0.1 to 4.0.0 (#1282)
5bad9b0571 is described below
commit 5bad9b0571ea6829abf584af95693229a3fd83be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 25 18:42:07 2023 -0400
Bump grizzly-http-server from 3.0.1 to 4.0.0 (#1282)
Bumps grizzly-http-server from 3.0.1 to 4.0.0.
---
updated-dependencies:
- dependency-name: org.glassfish.grizzly:grizzly-http-server
dependency-type: direct:development
update-type: version-update:semver-major
...
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/systests/container-integration/grizzly/pom.xml
b/systests/container-integration/grizzly/pom.xml
index ae19dbfefd..57124c4833 100644
--- a/systests/container-integration/grizzly/pom.xml
+++ b/systests/container-integration/grizzly/pom.xml
@@ -58,9 +58,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.sun.grizzly</groupId>
- <artifactId>grizzly-http</artifactId>
- <version>1.9.65</version>
+ <groupId>org.glassfish.grizzly</groupId>
+ <artifactId>grizzly-http-server</artifactId>
+ <version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>