Skip to content

Commit

Permalink
Dependabot Bump (#90)
Browse files Browse the repository at this point in the history
* Bump org.eclipse.jetty.websocket:websocket-jakarta-client in /finish

Bumps org.eclipse.jetty.websocket:websocket-jakarta-client from 11.0.20 to 11.0.21.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty.websocket:websocket-jakarta-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump io.openliberty.tools:liberty-maven-plugin in /finish

Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.10.2 to 3.10.3.
- [Release notes](https://github.com/OpenLiberty/ci.maven/releases)
- [Commits](OpenLiberty/ci.maven@liberty-maven-3.10.2...liberty-maven-3.10.3)

---
updated-dependencies:
- dependency-name: io.openliberty.tools:liberty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump org.jboss.resteasy:resteasy-json-binding-provider in /finish

Bumps org.jboss.resteasy:resteasy-json-binding-provider from 6.2.8.Final to 6.2.9.Final.

---
updated-dependencies:
- dependency-name: org.jboss.resteasy:resteasy-json-binding-provider
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump org.eclipse.jetty.websocket:websocket-jakarta-client in /start

Bumps org.eclipse.jetty.websocket:websocket-jakarta-client from 11.0.20 to 11.0.21.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty.websocket:websocket-jakarta-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump org.jboss.resteasy:resteasy-json-binding-provider in /start

Bumps org.jboss.resteasy:resteasy-json-binding-provider from 6.2.8.Final to 6.2.9.Final.

---
updated-dependencies:
- dependency-name: org.jboss.resteasy:resteasy-json-binding-provider
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump io.openliberty.tools:liberty-maven-plugin in /start

Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.10.2 to 3.10.3.
- [Release notes](https://github.com/OpenLiberty/ci.maven/releases)
- [Commits](OpenLiberty/ci.maven@liberty-maven-3.10.2...liberty-maven-3.10.3)

---
updated-dependencies:
- dependency-name: io.openliberty.tools:liberty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
gkwan-ibm and dependabot[bot] authored Jun 6, 2024
1 parent c5f18cd commit afe67a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion finish/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.2</version>
<version>3.10.3</version>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 3 additions & 3 deletions finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-jakarta-client</artifactId>
<version>11.0.20</version>
<version>11.0.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.8.Final</version>
<version>6.2.9.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -77,7 +77,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.2</version>
<version>3.10.3</version>
</plugin>

<!-- Plugin to run unit tests -->
Expand Down
2 changes: 1 addition & 1 deletion start/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.2</version>
<version>3.10.3</version>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 3 additions & 3 deletions start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-jakarta-client</artifactId>
<version>11.0.20</version>
<version>11.0.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.8.Final</version>
<version>6.2.9.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -77,7 +77,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.2</version>
<version>3.10.3</version>
</plugin>

<!-- Plugin to run unit tests -->
Expand Down

0 comments on commit afe67a6

Please sign in to comment.