This is an automated email from the ASF dual-hosted git repository.
acosentino 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 da6b900245a chore(deps): Bump com.microsoft.azure:msal4j from 1.21.0
to 1.22.0 (#18633)
da6b900245a is described below
commit da6b900245affc8a21092af99479912b6ff974e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 17 09:32:27 2025 +0200
chore(deps): Bump com.microsoft.azure:msal4j from 1.21.0 to 1.22.0 (#18633)
Bumps
[com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java)
from 1.21.0 to 1.22.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.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index cbfbf622b4e..e12fbc02a2a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -388,7 +388,7 @@
<mojo-executor-version>2.4.1</mojo-executor-version>
<mongo-java-driver-version>5.5.1</mongo-java-driver-version>
<mongo-hadoop-version>1.5.0</mongo-hadoop-version>
- <msal4j-version>1.21.0</msal4j-version>
+ <msal4j-version>1.22.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>