From dc93548300b2db4a9f7a6a230b8d20b6b64e903b Mon Sep 17 00:00:00 2001 From: Lars Johansson <lars.johansson@ess.eu> Date: Wed, 1 Jun 2022 10:02:07 +0200 Subject: [PATCH] Update versions for spring framework boot, springdoc, testcontainers Update spring framework boot version to 2.7.0. Update springdoc version to 1.6.9. Update testcontainers version to 1.17.2. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d1a19f98..b24b5637 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.6.7</version> + <version>2.7.0</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>org.openepics</groupId> @@ -69,7 +69,7 @@ <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> - <version>1.6.8</version> + <version>1.6.9</version> </dependency> <dependency> @@ -91,7 +91,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> - <version>1.17.1</version> + <version>1.17.2</version> <scope>test</scope> </dependency> </dependencies> -- GitLab