Skip to content

Commit a4573f5

Browse files
authored
Merge pull request #319 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 2442294 + 4c11011 commit a4573f5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: finish/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
<dependency>
4444
<groupId>org.junit.jupiter</groupId>
4545
<artifactId>junit-jupiter</artifactId>
46-
<version>5.12.0</version>
46+
<version>5.12.1</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.jboss.resteasy</groupId>
5151
<artifactId>resteasy-client</artifactId>
52-
<version>6.2.11.Final</version>
52+
<version>6.2.12.Final</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.jboss.resteasy</groupId>
5757
<artifactId>resteasy-json-binding-provider</artifactId>
58-
<version>6.2.11.Final</version>
58+
<version>6.2.12.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
@@ -73,13 +73,13 @@
7373
<plugin>
7474
<groupId>io.openliberty.tools</groupId>
7575
<artifactId>liberty-maven-plugin</artifactId>
76-
<version>3.11.2</version>
76+
<version>3.11.3</version>
7777
</plugin>
7878
<!-- Plugin to run functional tests -->
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-failsafe-plugin</artifactId>
82-
<version>3.5.2</version>
82+
<version>3.5.3</version>
8383
<configuration>
8484
<!-- tag::testsysprops[] -->
8585
<systemPropertyVariables>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>3.5.2</version>
101+
<version>3.5.3</version>
102102
</plugin>
103103
</plugins>
104104
</build>

Diff for: start/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>
3939
<artifactId>junit-jupiter</artifactId>
40-
<version>5.12.0</version>
40+
<version>5.12.1</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.jboss.resteasy</groupId>
4545
<artifactId>resteasy-client</artifactId>
46-
<version>6.2.11.Final</version>
46+
<version>6.2.12.Final</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.jboss.resteasy</groupId>
5151
<artifactId>resteasy-json-binding-provider</artifactId>
52-
<version>6.2.11.Final</version>
52+
<version>6.2.12.Final</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
@@ -67,13 +67,13 @@
6767
<plugin>
6868
<groupId>io.openliberty.tools</groupId>
6969
<artifactId>liberty-maven-plugin</artifactId>
70-
<version>3.11.2</version>
70+
<version>3.11.3</version>
7171
</plugin>
7272
<!-- Plugin to run functional tests -->
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-failsafe-plugin</artifactId>
76-
<version>3.5.2</version>
76+
<version>3.5.3</version>
7777
<configuration>
7878
<systemPropertyVariables>
7979
<http.port>${liberty.var.http.port}</http.port>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-surefire-plugin</artifactId>
93-
<version>3.5.2</version>
93+
<version>3.5.3</version>
9494
</plugin>
9595
</plugins>
9696
</build>

0 commit comments

Comments
 (0)