You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2023/03/08 18:43:28 UTC

[flex-blazeds] branch develop updated: Bump jetty-server from 9.3.30.v20211001 to 9.4.41.v20210516 in /remoting

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 2757a92  Bump jetty-server from 9.3.30.v20211001 to 9.4.41.v20210516 in /remoting
2757a92 is described below

commit 2757a92c7e2b38d794ccf68ba4224d824d44bdde
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 10 09:09:14 2023 +0000

    Bump jetty-server from 9.3.30.v20211001 to 9.4.41.v20210516 in /remoting
    
    Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.3.30.v20211001 to 9.4.41.v20210516.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.3.30.v20211001...jetty-9.4.41.v20210516)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 remoting/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/remoting/pom.xml b/remoting/pom.xml
old mode 100755
new mode 100644
index c688b63..8630016
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-server</artifactId>
-            <version>9.3.30.v20211001</version>
+            <version>9.4.41.v20210516</version>
             <scope>test</scope>
         </dependency>