Skip to content

Commit 86fddad

Browse files
Dependabot Bump (#269)
* Bump org.apache.maven.plugins:maven-surefire-plugin in /start Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.apache.maven.plugins:maven-failsafe-plugin in /start Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-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.10.3 to 3.11.1. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.10.3...liberty-maven-3.11.1) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /start Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.apache.maven.plugins:maven-surefire-plugin in /finish Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-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.1 to 5.11.3 in /finish Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development 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.10.3 to 3.11.1. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.10.3...liberty-maven-3.11.1) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin 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 b719798 commit 86fddad

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

finish/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>5.11.1</version>
49+
<version>5.11.3</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>io.openliberty.tools</groupId>
8484
<artifactId>liberty-maven-plugin</artifactId>
85-
<version>3.10.3</version>
85+
<version>3.11.1</version>
8686
<!-- tag::configuration[] -->
8787
<configuration>
8888
<!-- Copy the hazelcast library -->
@@ -104,14 +104,14 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-surefire-plugin</artifactId>
107-
<version>3.5.0</version>
107+
<version>3.5.1</version>
108108
</plugin>
109109

110110
<!-- Plugin to run functional tests -->
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-failsafe-plugin</artifactId>
114-
<version>3.5.0</version>
114+
<version>3.5.1</version>
115115
<configuration>
116116
<systemPropertyVariables>
117117
<http.port>${liberty.var.http.port}</http.port>

start/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>5.11.1</version>
49+
<version>5.11.3</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>io.openliberty.tools</groupId>
8585
<artifactId>liberty-maven-plugin</artifactId>
86-
<version>3.10.3</version>
86+
<version>3.11.1</version>
8787
<configuration>
8888
<!-- Copy the hazelcast library -->
8989
<copyDependencies>
@@ -103,14 +103,14 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.5.0</version>
106+
<version>3.5.1</version>
107107
</plugin>
108108

109109
<!-- Plugin to run functional tests -->
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-failsafe-plugin</artifactId>
113-
<version>3.5.0</version>
113+
<version>3.5.1</version>
114114
<configuration>
115115
<systemPropertyVariables>
116116
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)