Skip to content

Commit 8e53ab9

Browse files
authored
Merge pull request #391 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents e375b58 + c91a6fb commit 8e53ab9

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

finish/frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.ibm.websphere.appserver.api</groupId>
3535
<artifactId>com.ibm.websphere.appserver.api.jwt</artifactId>
36-
<version>1.1.98</version>
36+
<version>1.1.99</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
</dependencies>
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>io.openliberty.tools</groupId>
5151
<artifactId>liberty-maven-plugin</artifactId>
52-
<version>3.11.2</version>
52+
<version>3.11.3</version>
5353
</plugin>
5454
</plugins>
5555
</build>

finish/system/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
<dependency>
5050
<groupId>org.junit.jupiter</groupId>
5151
<artifactId>junit-jupiter</artifactId>
52-
<version>5.12.0</version>
52+
<version>5.12.1</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.jboss.resteasy</groupId>
5757
<artifactId>resteasy-client</artifactId>
58-
<version>6.2.11.Final</version>
58+
<version>6.2.12.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.jboss.resteasy</groupId>
6363
<artifactId>resteasy-json-binding-provider</artifactId>
64-
<version>6.2.11.Final</version>
64+
<version>6.2.12.Final</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
@@ -97,19 +97,19 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-surefire-plugin</artifactId>
100-
<version>3.5.2</version>
100+
<version>3.5.3</version>
101101
</plugin>
102102
<!-- Enable liberty-maven plugin -->
103103
<plugin>
104104
<groupId>io.openliberty.tools</groupId>
105105
<artifactId>liberty-maven-plugin</artifactId>
106-
<version>3.11.2</version>
106+
<version>3.11.3</version>
107107
</plugin>
108108
<!-- Plugin to run functional tests -->
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-failsafe-plugin</artifactId>
112-
<version>3.5.2</version>
112+
<version>3.5.3</version>
113113
<configuration>
114114
<systemPropertyVariables>
115115
<hostname>${liberty.var.default.hostname}</hostname>

start/frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.ibm.websphere.appserver.api</groupId>
3535
<artifactId>com.ibm.websphere.appserver.api.jwt</artifactId>
36-
<version>1.1.98</version>
36+
<version>1.1.99</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
</dependencies>
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>io.openliberty.tools</groupId>
5151
<artifactId>liberty-maven-plugin</artifactId>
52-
<version>3.11.2</version>
52+
<version>3.11.3</version>
5353
</plugin>
5454
</plugins>
5555
</build>

start/system/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
<dependency>
5050
<groupId>org.junit.jupiter</groupId>
5151
<artifactId>junit-jupiter</artifactId>
52-
<version>5.12.0</version>
52+
<version>5.12.1</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.jboss.resteasy</groupId>
5757
<artifactId>resteasy-client</artifactId>
58-
<version>6.2.11.Final</version>
58+
<version>6.2.12.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.jboss.resteasy</groupId>
6363
<artifactId>resteasy-json-binding-provider</artifactId>
64-
<version>6.2.11.Final</version>
64+
<version>6.2.12.Final</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
@@ -97,19 +97,19 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-surefire-plugin</artifactId>
100-
<version>3.5.2</version>
100+
<version>3.5.3</version>
101101
</plugin>
102102
<!-- Enable liberty-maven plugin -->
103103
<plugin>
104104
<groupId>io.openliberty.tools</groupId>
105105
<artifactId>liberty-maven-plugin</artifactId>
106-
<version>3.11.2</version>
106+
<version>3.11.3</version>
107107
</plugin>
108108
<!-- Plugin to run functional tests -->
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-failsafe-plugin</artifactId>
112-
<version>3.5.2</version>
112+
<version>3.5.3</version>
113113
<configuration>
114114
<systemPropertyVariables>
115115
<hostname>${liberty.var.default.hostname}</hostname>

0 commit comments

Comments
 (0)