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

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


The following commit(s) were added to refs/heads/main by this push:
     new 779eea6453 NIFI-11824 Upgraded JAX-RS API from 2.1 to 2.1.1
779eea6453 is described below

commit 779eea6453d3925b34f40a701b4697b3859bcb20
Author: mr1716 <[email protected]>
AuthorDate: Mon Jul 17 11:04:40 2023 -0400

    NIFI-11824 Upgraded JAX-RS API from 2.1 to 2.1.1
    
    This closes #7490
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                          | 2 +-
 nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml        | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                           | 2 +-
 .../nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml       | 2 +-
 nifi-registry/pom.xml                                                   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index a65655dbcb..0c6714e722 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -263,7 +263,7 @@
             <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <artifactId>javax.ws.rs-api</artifactId>
-                <version>2.1</version>
+                <version>2.1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.quartz-scheduler</groupId>
diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml 
b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 6d957e1fbb..99668f5eb4 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
-            <version>2.1</version>
+            <version>2.1.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 27cbb4428c..38c85059af 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -95,7 +95,7 @@
             <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <artifactId>javax.ws.rs-api</artifactId>
-                <version>2.1</version>
+                <version>2.1.1</version>
             </dependency>
             <dependency>
                 <groupId>com.yammer.metrics</groupId>
diff --git 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
index a2f8c15b42..1aee7c2276 100644
--- 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
+++ 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
-            <version>2.1</version>
+            <version>2.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.glassfish.jersey.containers</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 8a01527055..008b755f57 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,7 +35,7 @@
         <module>nifi-registry-docker-maven</module>
     </modules>
     <properties>
-        <jax.rs.api.version>2.1</jax.rs.api.version>
+        <jax.rs.api.version>2.1.1</jax.rs.api.version>
         <spring.boot.version>2.7.13</spring.boot.version>
         <flyway.version>8.5.13</flyway.version>
         <flyway.tests.version>7.0.0</flyway.tests.version>

Reply via email to