From 151bf3dd86aefcdc1c79566698a4538444c9d157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 05:41:50 +0000 Subject: [PATCH 1/2] Build(deps): Bump org.firebirdsql.jdbc:jaybird Bumps [org.firebirdsql.jdbc:jaybird](https://github.com/FirebirdSQL/jaybird) from 5.0.10.java11 to 6.0.4. - [Release notes](https://github.com/FirebirdSQL/jaybird/releases) - [Commits](https://github.com/FirebirdSQL/jaybird/commits/v6.0.4) --- updated-dependencies: - dependency-name: org.firebirdsql.jdbc:jaybird dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cce3ad5e15..a61d780e41 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ 9.3.9.0002 3.51.2.0 13.10.00.35 - 5.0.10.java11 + 6.0.4 5.6.3 1.0.0.RELEASE From c2079ee07353deb61c454f36d18ae283f1fa0c93 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Thu, 19 Feb 2026 16:20:30 -0300 Subject: [PATCH 2/2] Update Firebird CI image from 2.5.9 to v4 for Jaybird 6 compatibility Signed-off-by: Marvin Froeder --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1017d9dd55..620b713bf8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -334,7 +334,7 @@ jobs: working_directory: ~/querydsl docker: - image: velo/toolchains-4-ci-builds:latest - - image: jacobalberty/firebird:2.5.9-ss + - image: jacobalberty/firebird:v4 environment: - ISC_PASSWORD=masterkey - FIREBIRD_DATABASE=querydsl.fdb