Skip to content

Commit 6d056fe

Browse files
authored
Merge pull request #206 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 612a9f5 + 77c8b0a commit 6d056fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

finish/ear/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
5959
<artifactId>junit-jupiter</artifactId>
60-
<version>5.12.0</version>
60+
<version>5.12.1</version>
6161
<scope>test</scope>
6262
</dependency>
6363
</dependencies>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-failsafe-plugin</artifactId>
114-
<version>3.5.2</version>
114+
<version>3.5.3</version>
115115
<configuration>
116116
<systemPropertyVariables>
117117
<http.port>

finish/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>io.openliberty.tools</groupId>
5050
<artifactId>liberty-maven-plugin</artifactId>
51-
<version>3.11.2</version>
51+
<version>3.11.3</version>
5252
</plugin>
5353
<!-- end::liberty-maven-plugin[] -->
5454
</plugins>

0 commit comments

Comments
 (0)