From 9f19206cd2a44bc66ddb1232d8eb1cf23c6273da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:30:57 +0000 Subject: [PATCH] chore(deps): bump the maven-minor-and-patch group in /api with 6 updates Bumps the maven-minor-and-patch group in /api with 6 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.14` | `3.5.16` | | [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) | `0.11.5` | `0.12.7` | | [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) | `0.11.5` | `0.12.7` | | io.jsonwebtoken:jjwt-jackson | `0.11.5` | `0.12.7` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.12` | `0.8.15` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.2` | `3.5.6` | Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.14 to 3.5.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.14...v3.5.16) Updates `io.jsonwebtoken:jjwt-api` from 0.11.5 to 0.12.7 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.11.5...0.12.7) Updates `io.jsonwebtoken:jjwt-impl` from 0.11.5 to 0.12.7 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.11.5...0.12.7) Updates `io.jsonwebtoken:jjwt-jackson` from 0.11.5 to 0.12.7 Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.15 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.12...v0.8.15) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.2 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-and-patch - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-and-patch - dependency-name: io.jsonwebtoken:jjwt-impl dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-and-patch - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-and-patch - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-and-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-and-patch ... Signed-off-by: dependabot[bot] --- api/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 49f8a44..9b15d4f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.14 + 3.5.16 com.receitasapi @@ -38,18 +38,18 @@ io.jsonwebtoken jjwt-api - 0.11.5 + 0.12.7 io.jsonwebtoken jjwt-impl - 0.11.5 + 0.12.7 runtime io.jsonwebtoken jjwt-jackson - 0.11.5 + 0.12.7 runtime @@ -133,7 +133,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.15 @@ -160,7 +160,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.2 + 3.5.6