From 62a662040e07029ad30fe098be63df1ec486d115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:31:38 +0200 Subject: [PATCH 1/3] Bump really-executable-jar-maven-plugin from 1.5.0 to 2.1.1 (#581) Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin) from 1.5.0 to 2.1.1. - [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases) - [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.skife.maven:really-executable-jar-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergii Karpenko Co-authored-by: Igor Yova --- feign-reactor-benchmarks/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feign-reactor-benchmarks/pom.xml b/feign-reactor-benchmarks/pom.xml index ef5bfd72..4179bc30 100644 --- a/feign-reactor-benchmarks/pom.xml +++ b/feign-reactor-benchmarks/pom.xml @@ -117,7 +117,7 @@ org.skife.maven really-executable-jar-maven-plugin - 1.5.0 + 2.1.1 benchmark From cf7eb26ea11b4c0d8760b1c9ea5a64372c68cd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:31:55 +0200 Subject: [PATCH 2/3] Bump maven-javadoc-plugin from 3.3.2 to 3.5.0 (#542) Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.5.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Yova --- feign-reactor-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feign-reactor-parent/pom.xml b/feign-reactor-parent/pom.xml index db65228e..331eb788 100644 --- a/feign-reactor-parent/pom.xml +++ b/feign-reactor-parent/pom.xml @@ -42,9 +42,10 @@ 3.11.0 3.2.1 - 3.3.2 + 3.5.0 3.3.0 + 3EEF24C7 false From 5762339ee90c2cd3ff632527c9e0647d73d4c3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:35:30 +0200 Subject: [PATCH 3/3] Bump renovatebot/github-action from 39.0.5 to 39.1.1 (#632) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 39.0.5 to 39.1.1. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v39.0.5...v39.1.1) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Yova --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e31de9ea..62b9aaba 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.5 + uses: renovatebot/github-action@v39.1.1 with: configurationFile: .github/renovate/renovate.json token: ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}