From 3e6149efd5f06b5d671c55e56fa7d9b2987f336e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:03:20 +0000 Subject: [PATCH] Bump the npm group in /backend with 5 updates Bumps the npm group in /backend with 5 updates: | Package | From | To | | --- | --- | --- | | [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.12.0` | `3.13.0` | | [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.12.0` | `3.13.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.17.2` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` | Updates `io.quarkus.platform:quarkus-bom` from 3.12.0 to 3.13.0 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.12.0...3.13.0) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.12.0 to 3.13.0 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.12.0...3.13.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.12.0 to 3.13.0 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.12.0...3.13.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) --- 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-patch 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-patch dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch 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..15d963f 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -12,9 +12,9 @@ UTF-8 quarkus-bom io.quarkus.platform - 3.12.0 + 3.13.0 true - 3.3.0 + 3.3.1 @@ -39,7 +39,7 @@ com.fasterxml.jackson.core jackson-databind - 2.17.1 + 2.17.2 io.quarkus