This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
The following commit(s) were added to refs/heads/develop by this push:
new 3e514bc Bump jetty-server from 9.4.41.v20210516 to 9.4.51.v20230217
in /remoting
3e514bc is described below
commit 3e514bcbfa0aee610476911c841a38af7718c7a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 13 23:12:21 2023 +0000
Bump jetty-server from 9.4.41.v20210516 to 9.4.51.v20230217 in /remoting
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from
9.4.41.v20210516 to 9.4.51.v20230217.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
-
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.41.v20210516...jetty-9.4.51.v20230217)
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
---
remoting/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 4c3d5b9..bef7fd3 100644
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -37,7 +37,7 @@ limitations under the License.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.4.41.v20210516</version>
+ <version>9.4.51.v20230217</version>
<scope>test</scope>
</dependency>