Skip to content

Commit 981c357

Browse files
Dependabot Bump (#341)
* Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 in /finish Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.openliberty.tools:liberty-maven-plugin in /finish Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.11.1...liberty-maven-3.11.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.openliberty.tools:liberty-maven-plugin in /start Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.11.1...liberty-maven-3.11.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 in /start Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24f2f74 commit 981c357

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: finish/inventory/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.junit.jupiter</groupId>
5858
<artifactId>junit-jupiter</artifactId>
59-
<version>5.11.3</version>
59+
<version>5.11.4</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>io.openliberty.tools</groupId>
9292
<artifactId>liberty-maven-plugin</artifactId>
93-
<version>3.11.1</version>
93+
<version>3.11.2</version>
9494
</plugin>
9595
<!-- Plugin to run unit tests -->
9696
<plugin>

Diff for: finish/system/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.11.3</version>
45+
<version>5.11.4</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.11.1</version>
74+
<version>3.11.2</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>

Diff for: start/inventory/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.junit.jupiter</groupId>
5353
<artifactId>junit-jupiter</artifactId>
54-
<version>5.11.3</version>
54+
<version>5.11.4</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>io.openliberty.tools</groupId>
8787
<artifactId>liberty-maven-plugin</artifactId>
88-
<version>3.11.1</version>
88+
<version>3.11.2</version>
8989
</plugin>
9090
<!-- Plugin to run unit tests -->
9191
<plugin>

Diff for: start/system/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.11.3</version>
45+
<version>5.11.4</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.11.1</version>
74+
<version>3.11.2</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>

0 commit comments

Comments
 (0)