Skip to content

Commit

Permalink
eng, sync dependency versions (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Apr 18, 2024
1 parent 93108c9 commit eca5c4d
Show file tree
Hide file tree
Showing 15 changed files with 150 additions and 150 deletions.
2 changes: 1 addition & 1 deletion azure-dataplane-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions azure-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<scope>test</scope>
</dependency>

Expand Down
10 changes: 5 additions & 5 deletions customization-base/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.47.0</version>
<version>1.48.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.24.0</version>
<version>1.24.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -63,12 +63,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down
4 changes: 2 additions & 2 deletions customization-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.24.0</version>
<version>1.24.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions fluent-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,25 +91,25 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.24.0</version>
<version>1.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.11.4</version>
<version>1.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion fluentnamer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ public enum Dependency {
AZURE_CLIENT_SDK_PARENT("com.azure", "azure-client-sdk-parent", "1.7.0"),
AZURE_JSON("com.azure", "azure-json", "1.1.0"),
AZURE_XML("com.azure", "azure-xml", "1.0.0-beta.2"),
AZURE_CORE("com.azure", "azure-core", "1.47.0"),
AZURE_CORE_MANAGEMENT("com.azure", "azure-core-management", "1.12.0"),
AZURE_CORE_HTTP_NETTY("com.azure", "azure-core-http-netty", "1.14.1"),
AZURE_CORE_TEST("com.azure", "azure-core-test", "1.24.0"),
AZURE_IDENTITY("com.azure", "azure-identity", "1.11.4"),
AZURE_CORE_EXPERIMENTAL("com.azure", "azure-core-experimental", "1.0.0-beta.48"),
AZURE_CORE("com.azure", "azure-core", "1.48.0"),
AZURE_CORE_MANAGEMENT("com.azure", "azure-core-management", "1.13.0"),
AZURE_CORE_HTTP_NETTY("com.azure", "azure-core-http-netty", "1.14.2"),
AZURE_CORE_TEST("com.azure", "azure-core-test", "1.24.1"),
AZURE_IDENTITY("com.azure", "azure-identity", "1.12.0"),
AZURE_CORE_EXPERIMENTAL("com.azure", "azure-core-experimental", "1.0.0-beta.49"),

GENERIC_CORE("io.clientcore", "core", "1.0.0-beta.1"),
GENERIC_JSON("io.clientcore", "core-json", "1.0.0-beta.1"),
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.47.0</version>
<version>1.48.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -68,31 +68,31 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.1.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.7.1</version>
</plugin>

<!-- This plugin runs tests -->
Expand Down Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand All @@ -139,7 +139,7 @@
<plugin>
<groupId>com.azure.tools</groupId>
<artifactId>codesnippet-maven-plugin</artifactId>
<version>1.0.0-beta.8</version>
<version>1.0.0-beta.10</version>
<configuration>
<skip>${codesnippet.skip}</skip>
</configuration>
Expand All @@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<configuration>
<source>1.8</source>
<detectJavaApiLink>false</detectJavaApiLink>
Expand Down Expand Up @@ -237,7 +237,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
<configuration>
<outputDirectory>${packageOutputDirectory}</outputDirectory>
</configuration>
Expand All @@ -256,7 +256,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>copy</id>
Expand Down
12 changes: 6 additions & 6 deletions protocol-sdk-integration-tests/eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
com.azure:azure-core;1.47.0;1.47.0
com.azure:azure-core-experimental;1.0.0-beta.48;1.0.0-beta.48
com.azure:azure-core-http-netty;1.14.1;1.14.1
com.azure:azure-core-management;1.12.0;1.12.0
com.azure:azure-core-test;1.24.0;1.24.0
com.azure:azure-core;1.48.0;1.48.0
com.azure:azure-core-experimental;1.0.0-beta.49;1.0.0-beta.49
com.azure:azure-core-http-netty;1.14.2;1.14.2
com.azure:azure-core-management;1.13.0;1.13.0
com.azure:azure-core-test;1.24.1;1.24.1

com.azure:azure-identity;1.11.4;1.11.4
com.azure:azure-identity;1.12.0;1.12.0
com.azure:azure-json;1.1.0;1.1.0
2 changes: 1 addition & 1 deletion protocol-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit eca5c4d

Please sign in to comment.