Skip to content

Commit 27eba50

Browse files
authored
Merge pull request #231 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents fb4d8dc + 449c763 commit 27eba50

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

finish/inventory/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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
</dependencies>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-failsafe-plugin</artifactId>
97-
<version>3.5.2</version>
97+
<version>3.5.3</version>
9898
<configuration>
9999
<systemPropertyVariables>
100100
<http.port>${liberty.var.http.port}</http.port>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>io.openliberty.tools</groupId>
107107
<artifactId>liberty-maven-plugin</artifactId>
108-
<version>3.11.2</version>
108+
<version>3.11.3</version>
109109
</plugin>
110110
</plugins>
111111
</build>

finish/system/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>
5252
<artifactId>resteasy-client</artifactId>
53-
<version>6.2.11.Final</version>
53+
<version>6.2.12.Final</version>
5454
<scope>test</scope>
5555
</dependency>
5656
</dependencies>
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>io.openliberty.tools</groupId>
6565
<artifactId>liberty-maven-plugin</artifactId>
66-
<version>3.11.2</version>
66+
<version>3.11.3</version>
6767
</plugin>
6868
<!-- end::libertyMavenPlugin[] -->
6969
<plugin>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-failsafe-plugin</artifactId>
78-
<version>3.5.2</version>
78+
<version>3.5.3</version>
7979
<configuration>
8080
<systemPropertyVariables>
8181
<http.port>${liberty.var.http.port}</http.port>

start/inventory/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.jboss.resteasy</groupId>
4343
<artifactId>resteasy-client</artifactId>
44-
<version>6.2.11.Final</version>
44+
<version>6.2.12.Final</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-failsafe-plugin</artifactId>
61-
<version>3.5.2</version>
61+
<version>3.5.3</version>
6262
<configuration>
6363
<systemPropertyVariables>
6464
<http.port>${liberty.var.http.port}</http.port>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.openliberty.tools</groupId>
7171
<artifactId>liberty-maven-plugin</artifactId>
72-
<version>3.11.2</version>
72+
<version>3.11.3</version>
7373
</plugin>
7474
</plugins>
7575
</build>

start/system/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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
</dependencies>
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>io.openliberty.tools</groupId>
5858
<artifactId>liberty-maven-plugin</artifactId>
59-
<version>3.11.2</version>
59+
<version>3.11.3</version>
6060
</plugin>
6161
<!-- end::libertyMavenPlugin[] -->
6262
<plugin>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-failsafe-plugin</artifactId>
71-
<version>3.5.2</version>
71+
<version>3.5.3</version>
7272
<configuration>
7373
<systemPropertyVariables>
7474
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)