From 4862007f4346d74054c74b60876f0895ba54de71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:52:48 +0000 Subject: [PATCH 1/3] build(deps): bump tycho-version from 5.0.0 to 5.0.1 Bumps `tycho-version` from 5.0.0 to 5.0.1. Updates `org.eclipse.tycho:tycho-maven-plugin` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/eclipse-tycho/tycho/releases) - [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.1/RELEASE_NOTES.md) - [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-5.0.0...tycho-5.0.1) Updates `org.eclipse.tycho:tycho-compiler-plugin` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/eclipse-tycho/tycho/releases) - [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.1/RELEASE_NOTES.md) - [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-5.0.0...tycho-5.0.1) Updates `org.eclipse.tycho:target-platform-configuration` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/eclipse-tycho/tycho/releases) - [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.1/RELEASE_NOTES.md) - [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-5.0.0...tycho-5.0.1) Updates `org.eclipse.tycho:tycho-surefire-plugin` from 5.0.0 to 5.0.1 --- updated-dependencies: - dependency-name: org.eclipse.tycho:tycho-maven-plugin dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.tycho:tycho-compiler-plugin dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.tycho:target-platform-configuration dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.tycho:tycho-surefire-plugin dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 313cf74..9b15385 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - 5.0.0 + 5.0.1 UTF-8 From b468f074e47b7047d80b9eea51e6cc81e5789e3e Mon Sep 17 00:00:00 2001 From: Pawel Wolanski Date: Mon, 1 Dec 2025 21:49:34 +0100 Subject: [PATCH 2/3] Update Maven version from 3.9.6 to 3.9.9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81e0e81..0d269e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Maven uses: stCarolas/setup-maven@v5 with: - maven-version: 3.9.6 + maven-version: 3.9.9 - name: Build with Maven run: mvn --batch-mode --update-snapshots package env: From 0b965b65ffe3e587aba1cfe0246600feccd63826 Mon Sep 17 00:00:00 2001 From: Pawel Wolanski Date: Mon, 1 Dec 2025 21:50:00 +0100 Subject: [PATCH 3/3] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b241582..b8427e3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -47,7 +47,7 @@ jobs: - name: Set up Maven uses: stCarolas/setup-maven@v5 with: - maven-version: 3.9.6 + maven-version: 3.9.9 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL