Skip to content

Commit bdafe03

Browse files
authored
Merge pull request #405 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents b6e98f4 + 23ab4ca commit bdafe03

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

finish/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<dependency>
4646
<groupId>com.ibm.websphere.appserver.api</groupId>
4747
<artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId>
48-
<version>1.0.104</version>
48+
<version>1.0.105</version>
4949
<scope>provided</scope>
5050
</dependency>
5151
<!-- end::passwordUtilDependency[] -->
5252
<!-- tag::sslDependency[] -->
5353
<dependency>
5454
<groupId>com.ibm.websphere.appserver.api</groupId>
5555
<artifactId>com.ibm.websphere.appserver.api.ssl</artifactId>
56-
<version>1.8.104</version>
56+
<version>1.8.105</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<!-- end::sslDependency[] -->
@@ -62,20 +62,20 @@
6262
<dependency>
6363
<groupId>org.mongodb</groupId>
6464
<artifactId>mongodb-driver-sync</artifactId>
65-
<version>5.5.1</version>
65+
<version>5.6.0</version>
6666
</dependency>
6767
<!-- end::mongoDriver[] -->
6868
<!-- For tests -->
6969
<dependency>
7070
<groupId>org.jboss.resteasy</groupId>
7171
<artifactId>resteasy-client</artifactId>
72-
<version>6.2.12.Final</version>
72+
<version>6.2.14.Final</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.jboss.resteasy</groupId>
7777
<artifactId>resteasy-json-binding-provider</artifactId>
78-
<version>6.2.12.Final</version>
78+
<version>6.2.14.Final</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.junit.jupiter</groupId>
8989
<artifactId>junit-jupiter</artifactId>
90-
<version>5.13.4</version>
90+
<version>5.14.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
</dependencies>
@@ -111,13 +111,13 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-surefire-plugin</artifactId>
114-
<version>3.5.3</version>
114+
<version>3.5.4</version>
115115
</plugin>
116116
<!-- Plugin to run functional tests -->
117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-failsafe-plugin</artifactId>
120-
<version>3.5.3</version>
120+
<version>3.5.4</version>
121121
<configuration>
122122
<!-- tag::testsysprops[] -->
123123
<systemPropertyVariables>

start/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<dependency>
4646
<groupId>com.ibm.websphere.appserver.api</groupId>
4747
<artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId>
48-
<version>1.0.104</version>
48+
<version>1.0.105</version>
4949
<scope>provided</scope>
5050
</dependency>
5151
<!-- end::passwordUtilDependency[] -->
5252
<!-- tag::sslDependency[] -->
5353
<dependency>
5454
<groupId>com.ibm.websphere.appserver.api</groupId>
5555
<artifactId>com.ibm.websphere.appserver.api.ssl</artifactId>
56-
<version>1.8.104</version>
56+
<version>1.8.105</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<!-- end::sslDependency[] -->
@@ -62,20 +62,20 @@
6262
<dependency>
6363
<groupId>org.mongodb</groupId>
6464
<artifactId>mongodb-driver-sync</artifactId>
65-
<version>5.5.1</version>
65+
<version>5.6.0</version>
6666
</dependency>
6767
<!-- end::mongoDriver[] -->
6868
<!-- For tests -->
6969
<dependency>
7070
<groupId>org.jboss.resteasy</groupId>
7171
<artifactId>resteasy-client</artifactId>
72-
<version>6.2.12.Final</version>
72+
<version>6.2.14.Final</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.jboss.resteasy</groupId>
7777
<artifactId>resteasy-json-binding-provider</artifactId>
78-
<version>6.2.12.Final</version>
78+
<version>6.2.14.Final</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.junit.jupiter</groupId>
8989
<artifactId>junit-jupiter</artifactId>
90-
<version>5.13.4</version>
90+
<version>5.14.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
</dependencies>
@@ -111,13 +111,13 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-surefire-plugin</artifactId>
114-
<version>3.5.3</version>
114+
<version>3.5.4</version>
115115
</plugin>
116116
<!-- Plugin to run functional tests -->
117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-failsafe-plugin</artifactId>
120-
<version>3.5.3</version>
120+
<version>3.5.4</version>
121121
<configuration>
122122
<!-- tag::testsysprops[] -->
123123
<systemPropertyVariables>

0 commit comments

Comments
 (0)