Skip to content

Commit

Permalink
Dependabot Bump (#74)
Browse files Browse the repository at this point in the history
* Bump org.jboss.resteasy:resteasy-json-binding-provider in /start

Bumps org.jboss.resteasy:resteasy-json-binding-provider from 6.2.7.Final to 6.2.8.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.jboss.resteasy:resteasy-json-binding-provider in /finish

Bumps org.jboss.resteasy:resteasy-json-binding-provider from 6.2.7.Final to 6.2.8.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]>

---------

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 Apr 2, 2024
1 parent 7170cb2 commit 0fcad3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.7.Final</version>
<version>6.2.8.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.7.Final</version>
<version>6.2.8.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0fcad3c

Please sign in to comment.