diff --git a/labs/unicorn-location-api/UnicornLocationFunction/pom.xml b/labs/unicorn-location-api/UnicornLocationFunction/pom.xml index fd059ee9..ead3da2f 100644 --- a/labs/unicorn-location-api/UnicornLocationFunction/pom.xml +++ b/labs/unicorn-location-api/UnicornLocationFunction/pom.xml @@ -27,7 +27,7 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.12.2</version> + <version>5.13.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml b/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml index c970d036..1a9b1751 100644 --- a/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml +++ b/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.12.2</version> + <version>5.13.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/labs/unicorn-stock-broker/pom.xml b/labs/unicorn-stock-broker/pom.xml index d2377832..48411938 100644 --- a/labs/unicorn-stock-broker/pom.xml +++ b/labs/unicorn-stock-broker/pom.xml @@ -103,7 +103,7 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.12.2</version> + <version>5.13.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/labs/unicorn-store/infrastructure/cdk/pom.xml b/labs/unicorn-store/infrastructure/cdk/pom.xml index 185f55c4..fe51b769 100644 --- a/labs/unicorn-store/infrastructure/cdk/pom.xml +++ b/labs/unicorn-store/infrastructure/cdk/pom.xml @@ -11,7 +11,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <cdk.version>2.190.0</cdk.version> - <junit.version>5.12.2</junit.version> + <junit.version>5.13.1</junit.version> </properties> <build>