From 16ec4f96f1e2337f20215209108b660aedc6254b Mon Sep 17 00:00:00 2001
From: Oleksandr Mandryk <2678920+omandryk@users.noreply.github.com>
Date: Tue, 11 Aug 2026 11:49:47 -0400
Subject: [PATCH] chore(build): update Maven and CI tooling
---
.github/workflows/ci.yml | 2 +-
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index deb2e18..3f3597a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
matrix:
java: ['8', '11', '17', '21']
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v7
- uses: actions/setup-java@v5
with:
distribution: temurin
diff --git a/pom.xml b/pom.xml
index 0ba8999..7c81008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,13 +76,13 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.1
+ 3.15.0
org.apache.maven.plugins
maven-source-plugin
- 3.3.1
+ 3.4.0
attach-sources
@@ -128,7 +128,7 @@
org.apache.maven.plugins
maven-release-plugin
- 3.1.1
+ 3.3.1