Skip to content

Commit 766c617

Browse files
authored
Merge pull request #155 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 9f1a84c + ae76ffa commit 766c617

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

finish/system/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.12.0</version>
45+
<version>5.12.1</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</artifactId>
51-
<version>6.2.11.Final</version>
51+
<version>6.2.12.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-json-binding-provider</artifactId>
57-
<version>6.2.11.Final</version>
57+
<version>6.2.12.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
@@ -71,19 +71,19 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.11.2</version>
74+
<version>3.11.3</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.2</version>
80+
<version>3.5.3</version>
8181
</plugin>
8282
<!-- Plugin to run functional tests -->
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-failsafe-plugin</artifactId>
86-
<version>3.5.2</version>
86+
<version>3.5.3</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

start/system/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.12.0</version>
45+
<version>5.12.1</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</artifactId>
51-
<version>6.2.11.Final</version>
51+
<version>6.2.12.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-json-binding-provider</artifactId>
57-
<version>6.2.11.Final</version>
57+
<version>6.2.12.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
@@ -71,19 +71,19 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.11.2</version>
74+
<version>3.11.3</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.2</version>
80+
<version>3.5.3</version>
8181
</plugin>
8282
<!-- Plugin to run functional tests -->
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-failsafe-plugin</artifactId>
86-
<version>3.5.2</version>
86+
<version>3.5.3</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)