From bd94426d0136243bdf996457f58013259b8dbf6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:34:13 +0000 Subject: [PATCH] Bump the dependencies group with 7 updates Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) | `11.3` | `11.4` | | io.avaje:avaje-inject-generator | `11.3` | `11.4` | | io.avaje:avaje-spi-service | `2.10` | `2.11` | | [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) | `1.41` | `1.42` | | [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) | `3.0-RC23` | `3.0` | | io.avaje:avaje-jex-htmx | `3.0-RC23` | `3.0` | | io.avaje:avaje-inject-maven-plugin | `11.3` | `11.4` | Updates `io.avaje:avaje-inject` from 11.3 to 11.4 - [Release notes](https://github.com/avaje/avaje-inject/releases) - [Commits](https://github.com/avaje/avaje-inject/compare/11.3...11.4) Updates `io.avaje:avaje-inject-generator` from 11.3 to 11.4 Updates `io.avaje:avaje-inject-generator` from 11.3 to 11.4 Updates `io.avaje:avaje-spi-service` from 2.10 to 2.11 Updates `io.avaje:avaje-prisms` from 1.41 to 1.42 - [Release notes](https://github.com/avaje/avaje-prisms/releases) - [Commits](https://github.com/avaje/avaje-prisms/compare/1.41...1.42) Updates `io.avaje:avaje-jex` from 3.0-RC23 to 3.0 - [Release notes](https://github.com/avaje/avaje-jex/releases) - [Commits](https://github.com/avaje/avaje-jex/commits/3.0) Updates `io.avaje:avaje-jex-htmx` from 3.0-RC23 to 3.0 Updates `io.avaje:avaje-inject-maven-plugin` from 11.3 to 11.4 Updates `io.avaje:avaje-jex-htmx` from 3.0-RC23 to 3.0 --- updated-dependencies: - dependency-name: io.avaje:avaje-inject dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-inject-generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-inject-generator 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-prisms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jex dependency-type: direct:development dependency-group: dependencies - dependency-name: io.avaje:avaje-jex-htmx dependency-type: direct:production dependency-group: dependencies - dependency-name: io.avaje:avaje-inject-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jex-htmx dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- htmx-nima-jstache/pom.xml | 4 ++-- http-client/pom.xml | 4 ++-- http-inject-plugin/pom.xml | 4 ++-- pom.xml | 2 +- tests/pom.xml | 4 ++-- tests/test-client-generation/pom.xml | 2 +- tests/test-jex/pom.xml | 2 +- tests/test-nima-htmx/pom.xml | 2 +- tests/test-nima-jsonb/pom.xml | 2 +- tests/test-nima/pom.xml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/htmx-nima-jstache/pom.xml b/htmx-nima-jstache/pom.xml index 503faf01..65bc9ac9 100644 --- a/htmx-nima-jstache/pom.xml +++ b/htmx-nima-jstache/pom.xml @@ -39,14 +39,14 @@ io.avaje avaje-inject - 11.3 + 11.4 provided true io.avaje avaje-spi-service - 2.10 + 2.11 provided true diff --git a/http-client/pom.xml b/http-client/pom.xml index 79034b6c..c492ca62 100644 --- a/http-client/pom.xml +++ b/http-client/pom.xml @@ -50,7 +50,7 @@ io.avaje avaje-inject - 11.3 + 11.4 true @@ -106,7 +106,7 @@ io.avaje avaje-inject-generator - 11.3 + 11.4 diff --git a/http-inject-plugin/pom.xml b/http-inject-plugin/pom.xml index 9b0ac980..d857eecf 100644 --- a/http-inject-plugin/pom.xml +++ b/http-inject-plugin/pom.xml @@ -19,7 +19,7 @@ io.avaje avaje-inject - 11.3 + 11.4 provided true @@ -33,7 +33,7 @@ io.avaje avaje-spi-service - 2.10 + 2.11 provided true diff --git a/pom.xml b/pom.xml index 1358bebe..3c0f01e0 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 2.2.29 2.14.2 3.0-RC10 - 1.41 + 1.42 2025-03-30T19:22:50Z ${project.build.directory}${file.separator}module-info.shade diff --git a/tests/pom.xml b/tests/pom.xml index eb97c161..ebe050cb 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -15,8 +15,8 @@ 5.12.1 3.27.3 2.18.3 - 3.0-RC23 - 11.3 + 3.0 + 11.4 4.2.0 6.5.0 diff --git a/tests/test-client-generation/pom.xml b/tests/test-client-generation/pom.xml index 5e385ff6..8daa31e2 100644 --- a/tests/test-client-generation/pom.xml +++ b/tests/test-client-generation/pom.xml @@ -141,7 +141,7 @@ io.avaje avaje-inject-maven-plugin - 11.3 + 11.4 process-sources diff --git a/tests/test-jex/pom.xml b/tests/test-jex/pom.xml index f64ef9b5..b778073b 100644 --- a/tests/test-jex/pom.xml +++ b/tests/test-jex/pom.xml @@ -187,7 +187,7 @@ io.avaje avaje-inject-maven-plugin - 11.3 + 11.4 process-sources diff --git a/tests/test-nima-htmx/pom.xml b/tests/test-nima-htmx/pom.xml index 79887f78..61735f26 100644 --- a/tests/test-nima-htmx/pom.xml +++ b/tests/test-nima-htmx/pom.xml @@ -103,7 +103,7 @@ io.avaje avaje-inject-maven-plugin - 11.3 + 11.4 process-sources diff --git a/tests/test-nima-jsonb/pom.xml b/tests/test-nima-jsonb/pom.xml index 2ee19cff..9273c179 100644 --- a/tests/test-nima-jsonb/pom.xml +++ b/tests/test-nima-jsonb/pom.xml @@ -120,7 +120,7 @@ io.avaje avaje-inject-maven-plugin - 11.3 + 11.4 process-sources diff --git a/tests/test-nima/pom.xml b/tests/test-nima/pom.xml index 1a69cb4b..07cf2f10 100644 --- a/tests/test-nima/pom.xml +++ b/tests/test-nima/pom.xml @@ -75,7 +75,7 @@ io.avaje avaje-inject-maven-plugin - 11.3 + 11.4 process-sources