From 1d20a8c3c6cdab2f604253ac1210c675038cd999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 01:13:46 +0000 Subject: [PATCH 1/2] fix(deps): bump the prod-deps group with 2 updates Bumps the prod-deps group with 2 updates: [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.apache.logging.log4j:log4j-bom` from 2.26.0 to 2.26.1 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.26.0...rel/2.26.1) Updates `org.postgresql:postgresql` from 42.7.11 to 42.7.12 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.11...REL42.7.12) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.postgresql:postgresql dependency-version: 42.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1e3d2391..af53f770 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 5.1.3 1.9.25.1 2.22.0 - 42.7.11 + 42.7.12 1.22.0 1.11.0 1.18.46 @@ -55,7 +55,7 @@ ${basedir}/ramls types/** - 2.26.0 + 2.26.1 UTF-8 From 257c3395152b49c210e54524d7e984f999763c43 Mon Sep 17 00:00:00 2001 From: Pavlo Smahin Date: Mon, 6 Jul 2026 10:30:21 +0300 Subject: [PATCH 2/2] Update dependabot.yml --- CODEOWNERS => .github/CODEOWNERS | 0 .../PULL_REQUEST_TEMPLATE.md | 0 .github/dependabot.yml | 8 +++----- 3 files changed, 3 insertions(+), 5 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (100%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6215a982..087eeba9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,8 @@ updates: day: "sunday" commit-message: prefix: fix - prefix-development: chore include: scope groups: - dev-deps: - dependency-type: "development" - prod-deps: - dependency-type: "production" \ No newline at end of file + all-deps: + patterns: + - "*" \ No newline at end of file