This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 7eb935db3365 chore(deps): Bump com.auth0:java-jwt from 4.5.2 to 4.6.0
7eb935db3365 is described below
commit 7eb935db33654c50deadd19961018b66f769987b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 15 11:35:59 2026 +0000
chore(deps): Bump com.auth0:java-jwt from 4.5.2 to 4.6.0
Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.2 to
4.6.0.
- [Release notes](https://github.com/auth0/java-jwt/releases)
- [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/java-jwt/compare/4.5.2...4.6.0)
---
updated-dependencies:
- dependency-name: com.auth0:java-jwt
dependency-version: 4.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 32ee6e5e3791..a50349d3c671 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -205,7 +205,7 @@
<greenmail-version>2.1.10</greenmail-version>
<groovy-version>5.0.7</groovy-version>
<grpc-version>1.82.2</grpc-version>
- <grpc-java-jwt-version>4.5.2</grpc-java-jwt-version>
+ <grpc-java-jwt-version>4.6.0</grpc-java-jwt-version>
<gson-version>2.14.0</gson-version>
<guava-version>33.6.0-jre</guava-version>
<h2-version>2.4.240</h2-version>