Skip to content

Commit 25dbd1b

Browse files
Bump the junit group across 4 directories with 1 update
Bumps the junit group with 1 update in the /labs/unicorn-location-api/UnicornLocationFunction directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit group with 1 update in the /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit group with 1 update in the /labs/unicorn-stock-broker directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit group with 1 update in the /labs/unicorn-store/infrastructure/cdk directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50d8e80 commit 25dbd1b

File tree

4 files changed

+4
-4
lines changed
  • labs
    • unicorn-location-api
      • UnicornLocationFunction
      • final/unicorn-location-api-final/UnicornLocationFunction
    • unicorn-stock-broker
    • unicorn-store/infrastructure/cdk

4 files changed

+4
-4
lines changed

labs/unicorn-location-api/UnicornLocationFunction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.junit.jupiter</groupId>
2929
<artifactId>junit-jupiter</artifactId>
30-
<version>5.12.0</version>
30+
<version>5.12.1</version>
3131
<scope>test</scope>
3232
</dependency>
3333
</dependencies>

labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>
7272
<artifactId>junit-jupiter</artifactId>
73-
<version>5.12.0</version>
73+
<version>5.12.1</version>
7474
<scope>test</scope>
7575
</dependency>
7676
</dependencies>

labs/unicorn-stock-broker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.junit.jupiter</groupId>
105105
<artifactId>junit-jupiter</artifactId>
106-
<version>5.12.0</version>
106+
<version>5.12.1</version>
107107
<scope>test</scope>
108108
</dependency>
109109
</dependencies>

labs/unicorn-store/infrastructure/cdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1313
<cdk.version>2.180.0</cdk.version>
14-
<junit.version>5.12.0</junit.version>
14+
<junit.version>5.12.1</junit.version>
1515
</properties>
1616

1717
<build>

0 commit comments

Comments
 (0)