Skip to content

Commit 7a3c7b2

Browse files
Dependabot Bump (#229)
* 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.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * 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.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update resteasy and junit dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06e33ac commit 7a3c7b2

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
@@ -39,7 +39,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.13.4</version>
42+
<version>5.14.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -87,7 +87,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-failsafe-plugin</artifactId>
90-
<version>3.5.3</version>
90+
<version>3.5.4</version>
9191
<configuration>
9292
<systemPropertyVariables>
9393
<sys.http.port>${liberty.var.system.http.port}</sys.http.port>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.junit.jupiter</groupId>
3737
<artifactId>junit-jupiter</artifactId>
38-
<version>5.13.4</version>
38+
<version>5.14.0</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-failsafe-plugin</artifactId>
83-
<version>3.5.3</version>
83+
<version>3.5.4</version>
8484
<configuration>
8585
<systemPropertyVariables>
8686
<sys.http.port>${liberty.var.http.port}</sys.http.port>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.13.4</version>
42+
<version>5.14.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -87,7 +87,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-failsafe-plugin</artifactId>
90-
<version>3.5.3</version>
90+
<version>3.5.4</version>
9191
<configuration>
9292
<systemPropertyVariables>
9393
<sys.http.port>${liberty.var.system.http.port}</sys.http.port>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.junit.jupiter</groupId>
3838
<artifactId>junit-jupiter</artifactId>
39-
<version>5.13.4</version>
39+
<version>5.14.0</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-failsafe-plugin</artifactId>
83-
<version>3.5.3</version>
83+
<version>3.5.4</version>
8484
<configuration>
8585
<systemPropertyVariables>
8686
<sys.http.port>${liberty.var.http.port}</sys.http.port>

0 commit comments

Comments
 (0)