From d884ee31bf872ba6ad154c07389b8fcbb2be71f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:28:49 +0000 Subject: [PATCH] Bump the npm group across 1 directory with 5 updates Bumps the npm group with 5 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.12.0` | `3.15.1` | | [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.12.0` | `3.15.1` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.18.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.5.0` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.5.0` | Updates `io.quarkus.platform:quarkus-bom` from 3.12.0 to 3.15.1 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.12.0...3.15.1) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.12.0 to 3.15.1 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.12.0...3.15.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.12.0 to 3.15.1 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.12.0...3.15.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.0) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- backend/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index afe11dc..7662f4e 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -12,9 +12,9 @@ UTF-8 quarkus-bom io.quarkus.platform - 3.12.0 + 3.15.1 true - 3.3.0 + 3.5.0 @@ -39,7 +39,7 @@ com.fasterxml.jackson.core jackson-databind - 2.17.1 + 2.18.0 io.quarkus