You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2023/12/12 09:13:34 UTC

(camel) branch main updated: Bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.1

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 41d81d67276 Bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.1
41d81d67276 is described below

commit 41d81d6727697b712d2c5bf4d584eda4d825ca84
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 12 08:57:38 2023 +0000

    Bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.1
    
    Bumps [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) from 1.14.0 to 1.14.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/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.microsoft.azure:msal4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 42b235bd330..47caf15d367 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -346,7 +346,7 @@
         <mockito-version>5.8.0</mockito-version>
         <mongo-java-driver-version>4.11.1</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
-        <msal4j-version>1.14.0</msal4j-version>
+        <msal4j-version>1.14.1</msal4j-version>
         <mustache-java-version>0.9.11</mustache-java-version>
         <mvel-version>2.5.1.Final</mvel-version>
         <mybatis-version>3.5.13</mybatis-version>