From 432a0029bce1cabfa14185d8fb030dcc4e7766f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:37:25 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: io.avaje:avaje-jex-parent, [com.auth0:java-jwt](https://github.com/auth0/java-jwt), [com.github.slugify:slugify](https://github.com/slugify/slugify) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `io.avaje:avaje-jex-parent` from 3.4 to 3.5 Updates `com.auth0:java-jwt` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/auth0/java-jwt/releases) - [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/java-jwt/compare/4.5.1...4.5.2) Updates `com.github.slugify:slugify` from 3.0.7 to 4.0.0 - [Changelog](https://github.com/slugify/slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/slugify/slugify/compare/3.0.7...4.0.0) Updates `org.postgresql:postgresql` from 42.7.10 to 42.7.11 - [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.10...REL42.7.11) --- updated-dependencies: - dependency-name: io.avaje:avaje-jex-parent dependency-version: '3.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.auth0:java-jwt dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.github.slugify:slugify dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4686dce..34b12ac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.avaje avaje-jex-parent - 3.4 + 3.5 com.avaje @@ -23,7 +23,7 @@ com.auth0 java-jwt - 4.5.1 + 4.5.2 @@ -53,13 +53,13 @@ com.github.slugify slugify - 3.0.7 + 4.0.0 org.postgresql postgresql - 42.7.10 + 42.7.11