NIFI-11824 Upgraded JAX-RS API from 2.1 to 2.1.1

This closes #7490

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-07-17 11:04:40 -04:00 committed by exceptionfactory
parent a3fe9d121d
commit 779eea6453
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
5 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>