From bbd46912bbd308d94efb6625c99952233cd7fac4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:04:07 +0000 Subject: [PATCH 1/2] Initial plan From 657ef1bfc16d61b610d300614871da8883036b9d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:12:14 +0000 Subject: [PATCH 2/2] Migrate project from JDK 8 to JDK 17 Co-authored-by: rbri <2544132+rbri@users.noreply.github.com> --- .github/dependabot.yml | 4 +--- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a72c8a..762f1bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,4 @@ updates: directory: "/" schedule: interval: "daily" - ignore: - # version 9.3 was the last one working with jdk8 - - dependency-name: "com.puppycrawl.tools:checkstyle" \ No newline at end of file + ignore: \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5e0639d..6342659 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ UTF-8 yyyy-MM-dd HH:mm - 8 - 8 + 17 + 17 5.14.1 @@ -60,7 +60,7 @@ 3.6.3 - 1.8.0 + 17