Skip to content

Commit e4cf8bc

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/junit-framework@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/junit-framework@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 04c3bd6 commit e4cf8bc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.junit.jupiter</groupId>
7373
<artifactId>junit-jupiter</artifactId>
74-
<version>5.11.3</version>
74+
<version>5.11.4</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>io.openliberty.tools</groupId>
112112
<artifactId>liberty-maven-plugin</artifactId>
113-
<version>3.11.1</version>
113+
<version>3.11.2</version>
114114
<configuration>
115115
<!-- devc config -->
116116
<containerRunOpts>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.junit.jupiter</groupId>
8585
<artifactId>junit-jupiter</artifactId>
86-
<version>5.11.3</version>
86+
<version>5.11.4</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>io.openliberty.tools</groupId>
113113
<artifactId>liberty-maven-plugin</artifactId>
114-
<version>3.11.1</version>
114+
<version>3.11.2</version>
115115
<configuration>
116116
<!-- devc config -->
117117
<containerRunOpts>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.junit.jupiter</groupId>
7373
<artifactId>junit-jupiter</artifactId>
74-
<version>5.11.3</version>
74+
<version>5.11.4</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>io.openliberty.tools</groupId>
113113
<artifactId>liberty-maven-plugin</artifactId>
114-
<version>3.11.1</version>
114+
<version>3.11.2</version>
115115
<configuration>
116116
<!-- devc config -->
117117
<containerRunOpts>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.junit.jupiter</groupId>
8585
<artifactId>junit-jupiter</artifactId>
86-
<version>5.11.3</version>
86+
<version>5.11.4</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>io.openliberty.tools</groupId>
113113
<artifactId>liberty-maven-plugin</artifactId>
114-
<version>3.11.1</version>
114+
<version>3.11.2</version>
115115
<configuration>
116116
<!-- devc config -->
117117
<containerRunOpts>

0 commit comments

Comments
 (0)