This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new f49add4 Bump com.microsoft.azure:msal4j in /mail-ms-exchange-oauth2
(#131)
f49add4 is described below
commit f49add49961921c026ec2d6f76a1680395c77ae1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 20 13:46:04 2024 +0200
Bump com.microsoft.azure:msal4j in /mail-ms-exchange-oauth2 (#131)
Bumps
[com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java)
from 1.13.2 to 1.15.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/v1.13.2...v1.15.1)
---
updated-dependencies:
- dependency-name: com.microsoft.azure:msal4j
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
mail-ms-exchange-oauth2/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-ms-exchange-oauth2/pom.xml b/mail-ms-exchange-oauth2/pom.xml
index 3492cba..38d67ac 100644
--- a/mail-ms-exchange-oauth2/pom.xml
+++ b/mail-ms-exchange-oauth2/pom.xml
@@ -18,7 +18,7 @@
with IMAP protocol and access email data for Office 365 users using
OAuth2 authentication</description>
<properties>
- <msal4j-version>1.13.2</msal4j-version>
+ <msal4j-version>1.15.1</msal4j-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<category>Mail</category>
</properties>