From ecbac402c81fb409bbc9e4b23f45ca4fcad1a295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:04:05 +0000 Subject: [PATCH 1/2] build(deps): Bump org.apache.maven.plugins:maven-source-plugin Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- maven-plugins/bnd-plugin-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugins/bnd-plugin-parent/pom.xml b/maven-plugins/bnd-plugin-parent/pom.xml index c91cef1762..8b7459e8f1 100644 --- a/maven-plugins/bnd-plugin-parent/pom.xml +++ b/maven-plugins/bnd-plugin-parent/pom.xml @@ -295,7 +295,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources From 727de22a487deb01460642d877bd31a5605608aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:05:52 +0000 Subject: [PATCH 2/2] build(deps): Bump gradle/actions from 3.1.0 to 3.2.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/417ae3ccd767c252f5661f1ace9f835f9654f2b5...e24011a3b5db78bd5ab798036042d9312002f252) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cibuild.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/rebuild.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 07083bafdb..5310c6b5a8 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -77,7 +77,7 @@ jobs: 8 ${{ matrix.java }} - name: Set up Gradle - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 - name: Build id: build run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 96b714ed0d..2eb1e59739 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Set up Gradle - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 - name: Initialize CodeQL Analysis uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a with: diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index a2e333475d..03e36a099f 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -67,7 +67,7 @@ jobs: 8 ${{ matrix.java }} - name: Set up Gradle - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 - name: Build id: build run: | @@ -109,7 +109,7 @@ jobs: 8 ${{ matrix.java }} - name: Set up Gradle - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 - name: Download dist/bundles uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: