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 459102e210b1 chore(deps): Bump com.microsoft.azure:msal4j from 1.25.0
to 1.25.1
459102e210b1 is described below
commit 459102e210b161bbe0fb00f64ac88062ab4458e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 07:43:32 2026 +0000
chore(deps): Bump com.microsoft.azure:msal4j from 1.25.0 to 1.25.1
Bumps
[com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java)
from 1.25.0 to 1.25.1.
- [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/compare/1.25.0...1.25.1)
---
updated-dependencies:
- dependency-name: com.microsoft.azure:msal4j
dependency-version: 1.25.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 fd18004445ff..c87acf5e796d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -387,7 +387,7 @@
<mockito-version>5.23.0</mockito-version>
<mojo-executor-version>2.4.1</mojo-executor-version>
<mongo-java-driver-version>5.9.0</mongo-java-driver-version>
- <msal4j-version>1.25.0</msal4j-version>
+ <msal4j-version>1.25.1</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>