diff options
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r-- | aai-parent/pom.xml | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index add636e1..9ffc0379 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -86,9 +86,7 @@ limitations under the License. Please don't upgrade to 2.3.0 or above for nexus iq or security scans as it could potentially break our code --> - <spring.boot.version>2.5.15</spring.boot.version> - <spring.version>5.3.39</spring.version> - <spring.test.version>${spring.version}</spring.test.version> + <spring.boot.version>2.6.15</spring.boot.version> <json.path.version>2.2.0</json.path.version> <json.version>20190722</json.version> <junit.version>4.12</junit.version> @@ -140,13 +138,6 @@ limitations under the License. <scope>import</scope> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-framework-bom</artifactId> - <version>${spring.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>${spring.boot.version}</version> @@ -496,9 +487,9 @@ limitations under the License. </dependency> <dependency> - <groupId>io.swagger</groupId> + <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-core</artifactId> - <version>${io.swagger.version}</version> + <version>2.2.25</version> </dependency> <dependency> @@ -508,9 +499,9 @@ limitations under the License. </dependency> <dependency> - <groupId>io.swagger</groupId> + <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> - <version>${io.swagger.version}</version> + <version>2.2.25</version> </dependency> <dependency> |