NIFI-12106 Upgraded Spring Boot from 2.7.14 to 2.7.15

This closes #7772

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-09-21 14:17:17 -04:00 committed by exceptionfactory
parent 1f87c16ab8
commit b6bcce4fe1
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
</modules>
<properties>
<jax.rs.api.version>2.1.1</jax.rs.api.version>
<spring.boot.version>2.7.14</spring.boot.version>
<spring.boot.version>2.7.15</spring.boot.version>
<flyway.version>8.5.13</flyway.version>
<flyway.tests.version>7.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>