Skip to content

Commit cc8b98e

Browse files
authored
Merge pull request #5457 from microsoft/fix-tools-common
Bump azure tools common to 0.14.0
2 parents 2675f40 + 7dcbab3 commit cc8b98e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111
exclude group: "javax.xml.bind", module: "jaxb-api"
112112
}
113113
compile group: 'com.microsoft.azure', name: 'azure-auth-helper', version: '0.6.0'
114-
compile 'com.microsoft.azure:azure-tools-common:0.5.0'
114+
compile 'com.microsoft.azure:azure-tools-common:0.14.0'
115115
compile group: 'com.microsoft.azure.appplatform.v2019_05_01_preview', name: 'azure-mgmt-appplatform', version: '1.0.0-beta-2'
116116
compile group: 'org.dom4j', name: 'dom4j', version: '2.1.3'
117117
compile group: 'jaxen', name: 'jaxen', version: '1.2.0'

Utils/azuretools-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
<dependency>
228228
<groupId>com.microsoft.azure</groupId>
229229
<artifactId>azure-tools-common</artifactId>
230-
<version>0.2.0</version>
230+
<version>0.14.0</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>junit</groupId>

0 commit comments

Comments
 (0)