From 2135adf1529687727f12f361b67231d5571e37d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Wed, 10 Jun 2026 17:03:07 +0300 Subject: [PATCH] Update Tycho/Maven Tycho to 5.0.3. Maven to 3.9.16. --- .github/workflows/licensecheck.yml | 2 +- .mvn/maven.config | 2 +- .mvn/wrapper/maven-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 485c9140f9..3d85765f8d 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -75,7 +75,7 @@ jobs: - name: Set up Maven uses: stCarolas/setup-maven@v5.1 with: - maven-version: 3.9.14 + maven-version: 3.9.16 - name: Cache local Maven repository uses: actions/cache@v5 with: diff --git a/.mvn/maven.config b/.mvn/maven.config index 6b18c82395..2d5e229ec9 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --Dtycho-version=5.0.2 +-Dtycho-version=5.0.3 diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index bb55983c18..c1677b6832 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.4 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip