From 9daa6812250c2eb65bed95799d7f9e9e8833ba2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:04:22 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 5 updates Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | io.avaje:avaje-jex-parent | `3.5` | `3.6` | | [com.auth0:java-jwt](https://github.com/auth0/java-jwt) | `4.5.2` | `4.6.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.2` | | [com.github.slugify:slugify](https://github.com/slugify/slugify) | `4.0.0` | `4.0.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.11` | `42.7.13` | Updates `io.avaje:avaje-jex-parent` from 3.5 to 3.6 Updates `com.auth0:java-jwt` from 4.5.2 to 4.6.0 - [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.2...4.6.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.3 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.2) Updates `com.github.slugify:slugify` from 4.0.0 to 4.0.1 - [Changelog](https://github.com/slugify/slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/slugify/slugify/compare/4.0.0...4.0.1) Updates `org.postgresql:postgresql` from 42.7.11 to 42.7.13 - [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.13) --- updated-dependencies: - dependency-name: io.avaje:avaje-jex-parent dependency-version: '3.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.auth0:java-jwt dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.github.slugify:slugify dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 34b12ac..d84c36c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.avaje avaje-jex-parent - 3.5 + 3.6 com.avaje @@ -23,7 +23,7 @@ com.auth0 java-jwt - 4.5.2 + 4.6.0 @@ -46,20 +46,20 @@ org.junit.jupiter junit-jupiter-engine - 6.0.3 + 6.1.2 test com.github.slugify slugify - 4.0.0 + 4.0.1 org.postgresql postgresql - 42.7.11 + 42.7.13