From 3fb797cd255c2df142ab580716c9b410981e027a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:42:51 +0000 Subject: [PATCH] Bump the dependencies group with 6 updates Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `3.4` | `3.5` | | io.avaje:avaje-json-node | `3.4` | `3.5` | | io.avaje:avaje-jsonb-generator | `3.4` | `3.5` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | io.avaje:avaje-json-core | `3.4` | `3.5` | Updates `io.avaje:avaje-jsonb` from 3.4 to 3.5 - [Release notes](https://github.com/avaje/avaje-jsonb/releases) - [Commits](https://github.com/avaje/avaje-jsonb/compare/3.4...3.5) Updates `io.avaje:avaje-json-node` from 3.4 to 3.5 Updates `io.avaje:avaje-jsonb-generator` from 3.4 to 3.5 Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `io.avaje:avaje-json-core` from 3.4 to 3.5 --- updated-dependencies: - dependency-name: io.avaje:avaje-jsonb dependency-version: '3.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-json-node dependency-version: '3.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jsonb-generator dependency-version: '3.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-json-core dependency-version: '3.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- aws-cognito/http-client-authtoken/pom.xml | 4 ++-- http-client/pom.xml | 4 ++-- tests/pom.xml | 2 +- tests/test-javalin-jsonb/pom.xml | 4 ++-- tests/test-jex/pom.xml | 4 ++-- tests/test-nima-htmx/pom.xml | 2 +- tests/test-nima-jsonb/pom.xml | 4 ++-- tests/test-sigma/pom.xml | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/aws-cognito/http-client-authtoken/pom.xml b/aws-cognito/http-client-authtoken/pom.xml index 6923b7b5..ecb1b287 100644 --- a/aws-cognito/http-client-authtoken/pom.xml +++ b/aws-cognito/http-client-authtoken/pom.xml @@ -23,14 +23,14 @@ io.avaje avaje-json-core - 3.4 + 3.5 io.avaje avaje-json-node - 3.4 + 3.5 test diff --git a/http-client/pom.xml b/http-client/pom.xml index 21ff6895..d9a155ee 100644 --- a/http-client/pom.xml +++ b/http-client/pom.xml @@ -36,14 +36,14 @@ io.avaje avaje-jsonb - 3.4 + 3.5 true io.avaje avaje-json-node - 3.4 + 3.5 test diff --git a/tests/pom.xml b/tests/pom.xml index 96830010..83629da5 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -12,7 +12,7 @@ true - 5.12.2 + 5.13.0 3.27.3 2.19.0 3.2 diff --git a/tests/test-javalin-jsonb/pom.xml b/tests/test-javalin-jsonb/pom.xml index 2e8a2409..aa122cc9 100644 --- a/tests/test-javalin-jsonb/pom.xml +++ b/tests/test-javalin-jsonb/pom.xml @@ -74,13 +74,13 @@ io.avaje avaje-jsonb - 3.4 + 3.5 io.avaje avaje-jsonb-generator - 3.4 + 3.5 provided diff --git a/tests/test-jex/pom.xml b/tests/test-jex/pom.xml index 0dfc9907..77ce328c 100644 --- a/tests/test-jex/pom.xml +++ b/tests/test-jex/pom.xml @@ -74,7 +74,7 @@ io.avaje avaje-jsonb - 3.4 + 3.5 @@ -140,7 +140,7 @@ io.avaje avaje-jsonb-generator - 3.4 + 3.5 io.avaje diff --git a/tests/test-nima-htmx/pom.xml b/tests/test-nima-htmx/pom.xml index d1e3fa94..38e6b7b6 100644 --- a/tests/test-nima-htmx/pom.xml +++ b/tests/test-nima-htmx/pom.xml @@ -88,7 +88,7 @@ io.avaje avaje-jsonb-generator - 3.4 + 3.5 io.jstach diff --git a/tests/test-nima-jsonb/pom.xml b/tests/test-nima-jsonb/pom.xml index 055c5d61..cd9e3ee8 100644 --- a/tests/test-nima-jsonb/pom.xml +++ b/tests/test-nima-jsonb/pom.xml @@ -44,7 +44,7 @@ io.avaje avaje-jsonb - 3.4 + 3.5 io.helidon.webserver @@ -104,7 +104,7 @@ io.avaje avaje-jsonb-generator - 3.4 + 3.5 io.avaje diff --git a/tests/test-sigma/pom.xml b/tests/test-sigma/pom.xml index f644951b..fbb13ab6 100644 --- a/tests/test-sigma/pom.xml +++ b/tests/test-sigma/pom.xml @@ -82,12 +82,12 @@ io.avaje avaje-jsonb - 3.4 + 3.5 io.avaje avaje-jsonb-generator - 3.4 + 3.5 provided