Skip to content

Commit 0c0acd1

Browse files
committed
Bump version for dependency
1 parent a042cba commit 0c0acd1

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
@@ -131,7 +131,7 @@ dependencies {
131131
exclude group: "javax.xml.bind", module: "jaxb-api"
132132
}
133133
compile group: 'com.microsoft.azure', name: 'azure-auth-helper', version: '0.6.0'
134-
compile 'com.microsoft.azure:azure-tools-common:0.10.0'
134+
compile 'com.microsoft.azure:azure-tools-common:0.10.2'
135135
compile group: 'com.microsoft.azure.appplatform.v2020_07_01', name: 'azure-mgmt-appplatform', version: '1.0.0-beta'
136136
compile group: 'org.dom4j', name: 'dom4j', version: '2.1.3', {
137137
exclude group: "javax.xml.stream", module: "stax-api"

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<azure.identity.version>1.2.1</azure.identity.version>
4646
<azure.resourcemanager.version>2.1.0</azure.resourcemanager.version>
4747
<azure.toolkit-auth.version>${project.version}</azure.toolkit-auth.version>
48-
<azure.tools-common.version>0.10.0</azure.tools-common.version>
48+
<azure.tools-common.version>0.10.2</azure.tools-common.version>
4949
<azure.version>1.38.0</azure.version>
5050

5151
<aspectj.version>1.8.13</aspectj.version>

0 commit comments

Comments
 (0)