From 2e0ac3f5c90cacab0ac69e601c32794c4fd1fef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:26:24 +0000 Subject: [PATCH] Bump the dependencies group with 10 updates Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [io.javalin:javalin](https://github.com/javalin/javalin) | `6.3.0` | `6.4.0` | | io.avaje:avaje-spi-service | `2.8` | `2.9` | | [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) | `1.36` | `1.37` | | io.helidon.webserver:helidon-webserver | `4.1.5` | `4.1.6` | | io.helidon.webserver:helidon-webserver-security | `4.1.5` | `4.1.6` | | io.helidon.http.media:helidon-http-media-jsonb | `4.1.5` | `4.1.6` | | [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) | `3.0-RC11` | `3.0-RC12` | | io.avaje:avaje-jex-htmx | `3.0-RC11` | `3.0-RC12` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.12` | `1.5.15` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.3` | `3.27.0` | Updates `io.javalin:javalin` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/javalin/javalin/releases) - [Commits](https://github.com/javalin/javalin/compare/javalin-parent-6.3.0...javalin-parent-6.4.0) Updates `io.avaje:avaje-spi-service` from 2.8 to 2.9 Updates `io.avaje:avaje-prisms` from 1.36 to 1.37 - [Release notes](https://github.com/avaje/avaje-prisms/releases) - [Commits](https://github.com/avaje/avaje-prisms/compare/1.36...1.37) Updates `io.helidon.webserver:helidon-webserver` from 4.1.5 to 4.1.6 Updates `io.helidon.webserver:helidon-webserver-security` from 4.1.5 to 4.1.6 Updates `io.helidon.http.media:helidon-http-media-jsonb` from 4.1.5 to 4.1.6 Updates `io.helidon.webserver:helidon-webserver-security` from 4.1.5 to 4.1.6 Updates `io.helidon.http.media:helidon-http-media-jsonb` from 4.1.5 to 4.1.6 Updates `io.avaje:avaje-jex` from 3.0-RC11 to 3.0-RC12 - [Release notes](https://github.com/avaje/avaje-jex/releases) - [Commits](https://github.com/avaje/avaje-jex/commits) Updates `io.avaje:avaje-jex-htmx` from 3.0-RC11 to 3.0-RC12 Updates `io.avaje:avaje-jex-htmx` from 3.0-RC11 to 3.0-RC12 Updates `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.15 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.12...v_1.5.15) Updates `org.assertj:assertj-core` from 3.26.3 to 3.27.0 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.3...assertj-build-3.27.0) --- updated-dependencies: - dependency-name: io.javalin:javalin dependency-type: direct:development 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.helidon.webserver:helidon-webserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.helidon.webserver:helidon-webserver-security dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.helidon.http.media:helidon-http-media-jsonb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.helidon.webserver:helidon-webserver-security dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.helidon.http.media:helidon-http-media-jsonb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.avaje:avaje-jex dependency-type: direct:production dependency-group: dependencies - dependency-name: io.avaje:avaje-jex-htmx dependency-type: direct:production dependency-group: dependencies - dependency-name: io.avaje:avaje-jex-htmx dependency-type: direct:production dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- htmx-nima-jstache/pom.xml | 2 +- htmx-nima/pom.xml | 2 +- http-api/pom.xml | 2 +- http-client/pom.xml | 2 +- http-inject-plugin/pom.xml | 2 +- pom.xml | 2 +- tests/pom.xml | 8 ++++---- tests/test-client-generation/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/htmx-nima-jstache/pom.xml b/htmx-nima-jstache/pom.xml index 01795057..6d49feea 100644 --- a/htmx-nima-jstache/pom.xml +++ b/htmx-nima-jstache/pom.xml @@ -46,7 +46,7 @@ io.avaje avaje-spi-service - 2.8 + 2.9 provided true diff --git a/htmx-nima/pom.xml b/htmx-nima/pom.xml index 0bc859cf..ec4cb50b 100644 --- a/htmx-nima/pom.xml +++ b/htmx-nima/pom.xml @@ -26,7 +26,7 @@ io.helidon.webserver helidon-webserver - 4.1.5 + 4.1.6 diff --git a/http-api/pom.xml b/http-api/pom.xml index e2672b7e..bd0a6458 100644 --- a/http-api/pom.xml +++ b/http-api/pom.xml @@ -24,7 +24,7 @@ io.javalin javalin - 6.3.0 + 6.4.0 provided true diff --git a/http-client/pom.xml b/http-client/pom.xml index 06222fc6..6a617be1 100644 --- a/http-client/pom.xml +++ b/http-client/pom.xml @@ -66,7 +66,7 @@ io.javalin javalin - 6.3.0 + 6.4.0 test diff --git a/http-inject-plugin/pom.xml b/http-inject-plugin/pom.xml index ab557d36..22519c5c 100644 --- a/http-inject-plugin/pom.xml +++ b/http-inject-plugin/pom.xml @@ -33,7 +33,7 @@ io.avaje avaje-spi-service - 2.8 + 2.9 provided true diff --git a/pom.xml b/pom.xml index f0b2a7d1..a1fc58a5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 2.2.27 2.14.2 3.0-RC10 - 1.36 + 1.37 2024-12-16T19:12:09Z ${project.build.directory}${file.separator}module-info.shade diff --git a/tests/pom.xml b/tests/pom.xml index 9015a222..fc43e680 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -13,12 +13,12 @@ true 5.11.4 - 3.26.3 + 3.27.0 2.18.2 - 3.0-RC11 + 3.0-RC12 11.0 - 4.1.5 - 6.3.0 + 4.1.6 + 6.4.0 diff --git a/tests/test-client-generation/pom.xml b/tests/test-client-generation/pom.xml index a3c5447c..95256b08 100644 --- a/tests/test-client-generation/pom.xml +++ b/tests/test-client-generation/pom.xml @@ -26,7 +26,7 @@ ch.qos.logback logback-classic - 1.5.12 + 1.5.15