Skip to content

Commit 8540f1e

Browse files
Dependabot Bump (#214)
* 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 org.jboss.resteasy:resteasy-client in /start Bumps [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/resteasy) from 6.2.8.Final to 6.2.9.Final. - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](resteasy/resteasy@6.2.8.Final...6.2.9.Final) --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-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 /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]> * 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.jboss.resteasy:resteasy-client in /finish Bumps [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/resteasy) from 6.2.8.Final to 6.2.9.Final. - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](resteasy/resteasy@6.2.8.Final...6.2.9.Final) --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-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]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 240d50b commit 8540f1e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

finish/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ xsi:schemaLocation=
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</artifactId>
51-
<version>6.2.8.Final</version>
51+
<version>6.2.9.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-json-binding-provider</artifactId>
57-
<version>6.2.8.Final</version>
57+
<version>6.2.9.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
@@ -84,7 +84,7 @@ xsi:schemaLocation=
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.10.2</version>
87+
<version>3.10.3</version>
8888
</plugin>
8989

9090
<!-- Plugin to run functional tests -->

start/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ xsi:schemaLocation=
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</artifactId>
51-
<version>6.2.8.Final</version>
51+
<version>6.2.9.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-json-binding-provider</artifactId>
57-
<version>6.2.8.Final</version>
57+
<version>6.2.9.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
@@ -84,7 +84,7 @@ xsi:schemaLocation=
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.10.2</version>
87+
<version>3.10.3</version>
8888
</plugin>
8989

9090
<!-- Plugin to run functional tests -->

0 commit comments

Comments
 (0)