From 3204868f281c4ef4f944b0677aba0f5b3793be25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:49:07 +0000 Subject: [PATCH 1/2] Bump jdbi3.version from 3.49.6 to 3.50.0 Bumps `jdbi3.version` from 3.49.6 to 3.50.0. Updates `org.jdbi:jdbi3-core` from 3.49.6 to 3.50.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/jdbi/jdbi/compare/v3.49.6...v3.50.0) Updates `org.jdbi:jdbi3-sqlobject` from 3.49.6 to 3.50.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/jdbi/jdbi/compare/v3.49.6...v3.50.0) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-version: 3.50.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.jdbi:jdbi3-sqlobject dependency-version: 3.50.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 03e257c..29cb880 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ 3.3.4 1.10.0 0.8.14 - 3.49.6 + 3.50.0 2.10.0 5.13.4 2.25.2 From a63d4d68919ae67f1a2aec90ea01934aa29a5559 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Mon, 8 Dec 2025 09:49:16 -0300 Subject: [PATCH 2/2] Bump Java version from 11 to 17 Signed-off-by: Marvin Froeder --- .github/actions/setup-jdk/action.yml | 4 ++-- CLAUDE.md | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup-jdk/action.yml b/.github/actions/setup-jdk/action.yml index 731f6f0..19205ca 100644 --- a/.github/actions/setup-jdk/action.yml +++ b/.github/actions/setup-jdk/action.yml @@ -1,5 +1,5 @@ name: 'Setup JDK' -description: 'Sets up JDK 11 with Maven caching' +description: 'Sets up JDK 17 with Maven caching' runs: using: 'composite' @@ -8,5 +8,5 @@ runs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '11' + java-version: '17' cache: 'maven' diff --git a/CLAUDE.md b/CLAUDE.md index a8f0040..848a9aa 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -61,7 +61,7 @@ java -jar flink-sql-runner/target/flink-sql-runner.jar --sqlfile script.sql --ud ## Technology Stack -- **Java 11** - Base language version +- **Java 17** - Base language version - **Apache Flink 1.19.2** - Stream processing framework (configurable via profiles) - **Maven** - Build system - **Lombok** - Code generation diff --git a/pom.xml b/pom.xml index 29cb880..8aadc83 100644 --- a/pom.xml +++ b/pom.xml @@ -83,8 +83,8 @@ UTF-8 - 11 - 11 + 17 + 17 2.2.0