Skip to content

Commit 2457aa3

Browse files
authored
Merge pull request #324 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 30081f5 + 8fff320 commit 2457aa3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

finish/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.12.0</version>
42+
<version>5.12.1</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.11.Final</version>
48+
<version>6.2.12.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.11.Final</version>
54+
<version>6.2.12.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -74,19 +74,19 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-surefire-plugin</artifactId>
77-
<version>3.5.2</version>
77+
<version>3.5.3</version>
7878
</plugin>
7979
<!-- Enable liberty-maven plugin -->
8080
<plugin>
8181
<groupId>io.openliberty.tools</groupId>
8282
<artifactId>liberty-maven-plugin</artifactId>
83-
<version>3.11.2</version>
83+
<version>3.11.3</version>
8484
</plugin>
8585
<!-- Plugin to run functional tests -->
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-failsafe-plugin</artifactId>
89-
<version>3.5.2</version>
89+
<version>3.5.3</version>
9090
<configuration>
9191
<systemPropertyVariables>
9292
<http.port>${liberty.var.http.port}</http.port>

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>
@@ -72,19 +72,19 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.5.2</version>
75+
<version>3.5.3</version>
7676
</plugin>
7777
<!-- Enable liberty-maven plugin -->
7878
<plugin>
7979
<groupId>io.openliberty.tools</groupId>
8080
<artifactId>liberty-maven-plugin</artifactId>
81-
<version>3.11.2</version>
81+
<version>3.11.3</version>
8282
</plugin>
8383
<!-- Plugin to run functional tests -->
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-failsafe-plugin</artifactId>
87-
<version>3.5.2</version>
87+
<version>3.5.3</version>
8888
<configuration>
8989
<systemPropertyVariables>
9090
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)