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 d415196b418c chore(deps): Bump com.microsoft.azure:msal4j from 1.24.1
to 1.25.0
d415196b418c is described below
commit d415196b418c2fbe290a58411e4cc4b9a5edd227
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 08:26:53 2026 +0000
chore(deps): Bump com.microsoft.azure:msal4j from 1.24.1 to 1.25.0
Bumps
[com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java)
from 1.24.1 to 1.25.0.
- [Release
notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases)
-
[Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt)
-
[Commits](https://github.com/AzureAD/microsoft-authentication-library-for-java/commits)
---
updated-dependencies:
- dependency-name: com.microsoft.azure:msal4j
dependency-version: 1.25.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 5dcc58f9dca6..7406a3eea52e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -389,7 +389,7 @@
<mockito-version>5.23.0</mockito-version>
<mojo-executor-version>2.4.1</mojo-executor-version>
<mongo-java-driver-version>5.7.1</mongo-java-driver-version>
- <msal4j-version>1.24.1</msal4j-version>
+ <msal4j-version>1.25.0</msal4j-version>
<mustache-java-version>0.9.14</mustache-java-version>
<mvel-version>2.5.2.Final</mvel-version>
<mybatis-version>3.5.19</mybatis-version>