From e2b8aab2e298531332424bba823aae6ebc989df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:11:38 +0000 Subject: [PATCH] Bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `2.2` | `2.3` | | io.avaje:avaje-spi-service | `2.6` | `2.7` | | io.avaje:avaje-jsonb-generator | `2.2` | `2.3` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | Updates `io.avaje:avaje-jsonb` from 2.2 to 2.3 - [Release notes](https://github.com/avaje/avaje-jsonb/releases) - [Commits](https://github.com/avaje/avaje-jsonb/compare/2.2...2.3) Updates `io.avaje:avaje-spi-service` from 2.6 to 2.7 Updates `io.avaje:avaje-jsonb-generator` from 2.2 to 2.3 Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: io.avaje:avaje-jsonb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-spi-service dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jsonb-generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- htmx-nima-jstache/pom.xml | 2 +- http-client/pom.xml | 2 +- http-inject-plugin/pom.xml | 2 +- tests/pom.xml | 2 +- tests/test-javalin-jsonb/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, 11 insertions(+), 11 deletions(-) diff --git a/htmx-nima-jstache/pom.xml b/htmx-nima-jstache/pom.xml index 36ab96cdb..8884d2bbc 100644 --- a/htmx-nima-jstache/pom.xml +++ b/htmx-nima-jstache/pom.xml @@ -46,7 +46,7 @@ io.avaje avaje-spi-service - 2.6 + 2.7 provided true diff --git a/http-client/pom.xml b/http-client/pom.xml index f5bbae84a..cadff26ab 100644 --- a/http-client/pom.xml +++ b/http-client/pom.xml @@ -36,7 +36,7 @@ io.avaje avaje-jsonb - 2.2 + 2.3 true diff --git a/http-inject-plugin/pom.xml b/http-inject-plugin/pom.xml index 0bb0604de..0840b6a5d 100644 --- a/http-inject-plugin/pom.xml +++ b/http-inject-plugin/pom.xml @@ -33,7 +33,7 @@ io.avaje avaje-spi-service - 2.6 + 2.7 provided true diff --git a/tests/pom.xml b/tests/pom.xml index 657626258..7761db976 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -12,7 +12,7 @@ true - 5.11.2 + 5.11.3 3.26.3 2.18.0 2.5 diff --git a/tests/test-javalin-jsonb/pom.xml b/tests/test-javalin-jsonb/pom.xml index e90b53129..29e090e7c 100644 --- a/tests/test-javalin-jsonb/pom.xml +++ b/tests/test-javalin-jsonb/pom.xml @@ -80,13 +80,13 @@ io.avaje avaje-jsonb - 2.2 + 2.3 io.avaje avaje-jsonb-generator - 2.2 + 2.3 provided diff --git a/tests/test-nima-htmx/pom.xml b/tests/test-nima-htmx/pom.xml index a1197fd61..8e7dc3a0f 100644 --- a/tests/test-nima-htmx/pom.xml +++ b/tests/test-nima-htmx/pom.xml @@ -82,7 +82,7 @@ io.avaje avaje-jsonb-generator - 2.2 + 2.3 io.jstach diff --git a/tests/test-nima-jsonb/pom.xml b/tests/test-nima-jsonb/pom.xml index a1ea7ee71..05eef070d 100644 --- a/tests/test-nima-jsonb/pom.xml +++ b/tests/test-nima-jsonb/pom.xml @@ -31,7 +31,7 @@ io.avaje avaje-jsonb - 2.2 + 2.3 io.avaje @@ -90,7 +90,7 @@ io.avaje avaje-jsonb-generator - 2.2 + 2.3 diff --git a/tests/test-sigma/pom.xml b/tests/test-sigma/pom.xml index 4bcc3d598..95534c3e2 100644 --- a/tests/test-sigma/pom.xml +++ b/tests/test-sigma/pom.xml @@ -73,12 +73,12 @@ io.avaje avaje-jsonb - 2.2 + 2.3 io.avaje avaje-jsonb-generator - 2.2 + 2.3 provided