Skip to content

Commit 68caf7b

Browse files
chore: bump the all group across 1 directory with 7 updates
Bumps the all group with 7 updates in the /examples/msal-java directory: | Package | From | To | | --- | --- | --- | | [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) | `4.7.3` | `4.9.2` | | [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.12.2` | `1.15.3` | | [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) | `1.45.1` | `1.55.2` | | [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) | `1.14.2` | `1.19.1` | | org.slf4j:slf4j-simple | `2.0.10` | `2.0.17` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.1` | `3.6.0` | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.6.1` | `3.8.1` | Updates `com.azure:azure-security-keyvault-secrets` from 4.7.3 to 4.9.2 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-security-keyvault-keys_4.7.3...azure-security-keyvault-keys_4.9.2) Updates `com.azure:azure-identity` from 1.12.2 to 1.15.3 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-identity_1.12.2...azure-identity_1.15.3) Updates `com.azure:azure-core` from 1.45.1 to 1.55.2 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-core_1.45.1...azure-core_1.55.2) Updates `com.microsoft.azure:msal4j` from 1.14.2 to 1.19.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](AzureAD/microsoft-authentication-library-for-java@v1.14.2...v1.19.1) Updates `org.slf4j:slf4j-simple` from 2.0.10 to 2.0.17 Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.6.0 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.1...maven-shade-plugin-3.6.0) Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.6.1 to 3.8.1 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.8.1) --- updated-dependencies: - dependency-name: com.azure:azure-security-keyvault-secrets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.azure:azure-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.microsoft.azure:msal4j dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6618387 commit 68caf7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/msal-java/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,36 @@
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-security-keyvault-secrets</artifactId>
24-
<version>4.7.3</version>
24+
<version>4.9.4</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.azure</groupId>
2828
<artifactId>azure-identity</artifactId>
29-
<version>1.12.2</version>
29+
<version>1.15.4</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.azure</groupId>
3333
<artifactId>azure-core</artifactId>
34-
<version>1.45.1</version>
34+
<version>1.55.3</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.microsoft.azure</groupId>
3838
<artifactId>msal4j</artifactId>
39-
<version>1.14.2</version>
39+
<version>1.19.1</version>
4040
</dependency>
4141
<!-- in a real application, you would use a proper logging implementation such as log4j2 or logback -->
4242
<dependency>
4343
<groupId>org.slf4j</groupId>
4444
<artifactId>slf4j-simple</artifactId>
45-
<version>2.0.10</version>
45+
<version>2.0.17</version>
4646
</dependency>
4747
</dependencies>
4848
<build>
4949
<plugins>
5050
<plugin>
5151
<groupId>org.apache.maven.plugins</groupId>
5252
<artifactId>maven-shade-plugin</artifactId>
53-
<version>3.5.1</version>
53+
<version>3.6.0</version>
5454
<executions>
5555
<execution>
5656
<phase>package</phase>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-dependency-plugin</artifactId>
83-
<version>3.6.1</version>
83+
<version>3.8.1</version>
8484
<executions>
8585
<execution>
8686
<id>unpack-dependencies</id>

0 commit comments

Comments
 (0)