This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 9d6cdfbb1d Bump 
org.glassfish.jersey.containers:jersey-container-servlet (#1546)
9d6cdfbb1d is described below

commit 9d6cdfbb1d29fa6c69e65671686eca34c47140fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 7 09:20:50 2024 +0200

    Bump org.glassfish.jersey.containers:jersey-container-servlet (#1546)
    
    Bumps org.glassfish.jersey.containers:jersey-container-servlet from 3.1.7 
to 3.1.8.
    
    ---
    updated-dependencies:
    - dependency-name: org.glassfish.jersey.containers:jersey-container-servlet
      dependency-type: direct:production
      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>
---
 examples/rest-example-with-application/pom.xml | 2 +-
 examples/rest-example/pom.xml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/rest-example-with-application/pom.xml 
b/examples/rest-example-with-application/pom.xml
index e9fa4a7bce..7871efb7a2 100644
--- a/examples/rest-example-with-application/pom.xml
+++ b/examples/rest-example-with-application/pom.xml
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>org.glassfish.jersey.containers</groupId>
       <artifactId>jersey-container-servlet</artifactId>
-      <version>3.1.7</version>
+      <version>3.1.8</version>
     </dependency>
     <dependency>
       <groupId>org.glassfish.jersey.core</groupId>
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index e2348c7627..1b7fab095a 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.glassfish.jersey.containers</groupId>
       <artifactId>jersey-container-servlet</artifactId>
-      <version>3.1.7</version>
+      <version>3.1.8</version>
     </dependency>
     <dependency>
       <groupId>org.glassfish.jersey.core</groupId>

Reply via email to