Skip to content

Commit

Permalink
Merge pull request #238 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Dependabot Bump
  • Loading branch information
gkwan-ibm authored Sep 5, 2024
2 parents fe98f21 + e34d818 commit 4362e38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId>
<version>1.0.91</version>
<version>1.0.92</version>
<scope>provided</scope>
</dependency>
<!-- end::passwordUtilDependency[] -->
<!-- tag::sslDependency[] -->
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.ssl</artifactId>
<version>1.6.91</version>
<version>1.6.92</version>
<scope>provided</scope>
</dependency>
<!-- end::sslDependency[] -->
Expand All @@ -70,20 +70,20 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>5.1.2</version>
<version>5.1.3</version>
</dependency>
<!-- end::mongoDriver[] -->
<!-- For tests -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -125,13 +125,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<!-- tag::testsysprops[] -->
<systemPropertyVariables>
Expand Down
16 changes: 8 additions & 8 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId>
<version>1.0.91</version>
<version>1.0.92</version>
<scope>provided</scope>
</dependency>
<!-- end::passwordUtilDependency[] -->
<!-- tag::sslDependency[] -->
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.ssl</artifactId>
<version>1.6.91</version>
<version>1.6.92</version>
<scope>provided</scope>
</dependency>
<!-- end::sslDependency[] -->
Expand All @@ -70,20 +70,20 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>5.1.2</version>
<version>5.1.3</version>
</dependency>
<!-- end::mongoDriver[] -->
<!-- For tests -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -125,13 +125,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<!-- tag::testsysprops[] -->
<systemPropertyVariables>
Expand Down

0 comments on commit 4362e38

Please sign in to comment.