From ea469ff30e0d17140f5a3122035d0b06644b907a Mon Sep 17 00:00:00 2001 From: Lars Johansson <lars.johansson@ess.eu> Date: Fri, 24 Nov 2023 10:50:25 +0100 Subject: [PATCH] Update versions for spring framework boot, testcontainers Update spring framework boot version to 2.7.18. Update testcontainers version to 1.19.3. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c2e3a85b..4b439f3b 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.7.17</version> + <version>2.7.18</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>org.openepics</groupId> @@ -104,13 +104,13 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> - <version>1.19.2</version> + <version>1.19.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> - <version>1.19.2</version> + <version>1.19.3</version> <scope>test</scope> </dependency> </dependencies> -- GitLab