Skip to content

Commit e54c974

Browse files
committed
Bump toolkits lib to 0.5.0-SNAPSHOT
1 parent 7808450 commit e54c974

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ dependencies {
105105
compile 'net.minidev:json-smart:2.3'
106106
compile 'com.microsoft.azure:azure-client-runtime:1.7.5', { force = true }
107107
compile 'com.microsoft.azure:azure-client-authentication:1.7.5', { force = true }
108-
compile 'com.microsoft.azure:azure-toolkit-springcloud-lib:0.4.0-SNAPSHOT', { force = true }
109-
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.4.0-SNAPSHOT"
108+
compile 'com.microsoft.azure:azure-toolkit-springcloud-lib:0.5.0-SNAPSHOT', { force = true }
109+
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.5.0-SNAPSHOT"
110110
compile 'com.microsoft.azuretools:azuretools-core:3.51.0-SNAPSHOT', {
111111
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
112112
exclude group: "com.microsoft.azure", module: "azure-client-runtime"

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<rx.version>1.3.8</rx.version>
7474
<slf4j-api.version>1.7.30</slf4j-api.version>
7575

76-
<azure.toolkit-lib.version>0.4.0-SNAPSHOT</azure.toolkit-lib.version>
76+
<azure.toolkit-lib.version>0.5.0-SNAPSHOT</azure.toolkit-lib.version>
7777
<azure.storage.version>8.6.5</azure.storage.version>
7878
<azure.auth.helper.version>0.6.0</azure.auth.helper.version>
7979
<azure.security.keyvault.secrets.version>4.2.0</azure.security.keyvault.secrets.version>

0 commit comments

Comments
 (0)