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 7ccc542b344f chore(deps): Bump com.microsoft.azure:msal4j from 1.25.1
to 1.26.0
7ccc542b344f is described below
commit 7ccc542b344fb3fc1408a992a2f4901fd82f97dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 12:46:29 2026 +0000
chore(deps): Bump com.microsoft.azure:msal4j from 1.25.1 to 1.26.0
Bumps
[com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java)
from 1.25.1 to 1.26.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.26.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 1c419e1f596a..45f812d062ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -400,7 +400,7 @@
<mockito-version>5.23.0</mockito-version>
<mojo-executor-version>2.4.1</mojo-executor-version>
<mongo-java-driver-version>5.10.0</mongo-java-driver-version>
- <msal4j-version>1.25.1</msal4j-version>
+ <msal4j-version>1.26.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>