diff --git a/pom.xml b/pom.xml index d1a19f984c72813e266203cdc4ac2be7453ee3f2..b24b5637cbd4abe0fd3b67128af3f269ae111936 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>