From 90b147db3baf1f52beda3cf38320a58340fbad4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:03:11 +0000 Subject: [PATCH 1/2] build(deps): Bump byte-buddy from 1.12.23 to 1.14.2 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.23 to 1.14.2. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.23...byte-buddy-1.14.2) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7be05db52..bdcbe3947 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 1.17.1 3.24.2 4.2.0 - 1.12.23 + 1.14.2 7.18.0 4.8.154 3.12.0 From bca6473dd95871375cf1344df49de03c62963a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 07:40:12 +0000 Subject: [PATCH 2/2] build(deps): Bump actions/add-to-project from 0.4.0 to 0.4.1 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/project-new-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-new-issues.yml b/.github/workflows/project-new-issues.yml index 227eacc72..1191cc2a4 100644 --- a/.github/workflows/project-new-issues.yml +++ b/.github/workflows/project-new-issues.yml @@ -7,7 +7,7 @@ jobs: name: Assign to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.4.0 + - uses: actions/add-to-project@v0.4.1 with: project-url: https://github.com/orgs/camunda/projects/29 github-token: ${{ secrets.PROJECT_ADMIN_TOKEN }}