Skip to content

Commit

Permalink
bump azure-core to latest (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Sep 12, 2023
1 parent 403f309 commit 0d85c55
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions azure-dataplane-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.6</version>
<version>1.13.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.30</version>
<version>3.4.31</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.11.4</version>
<version>1.11.5</version>
</dependency>

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

Expand Down
6 changes: 3 additions & 3 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.42.0</version>
<version>1.43.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.6</version>
<version>1.13.7</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
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.13.6</version>
<version>1.13.7</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions fluent-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,19 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.11.4</version>
<version>1.11.5</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.6</version>
<version>1.13.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.10.0</version>
<version>1.10.1</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 @@ -44,7 +44,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.11.4</version>
<version>1.11.5</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,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.42.0"),
AZURE_CORE_MANAGEMENT("com.azure", "azure-core-management", "1.11.4"),
AZURE_CORE_HTTP_NETTY("com.azure", "azure-core-http-netty", "1.13.6"),
AZURE_CORE_TEST("com.azure", "azure-core-test", "1.19.0"),
AZURE_IDENTITY("com.azure", "azure-identity", "1.10.0"),
AZURE_CORE_EXPERIMENTAL("com.azure", "azure-core-experimental", "1.0.0-beta.42"),
AZURE_CORE("com.azure", "azure-core", "1.43.0"),
AZURE_CORE_MANAGEMENT("com.azure", "azure-core-management", "1.11.5"),
AZURE_CORE_HTTP_NETTY("com.azure", "azure-core-http-netty", "1.13.7"),
AZURE_CORE_TEST("com.azure", "azure-core-test", "1.20.0"),
AZURE_IDENTITY("com.azure", "azure-identity", "1.10.1"),
AZURE_CORE_EXPERIMENTAL("com.azure", "azure-core-experimental", "1.0.0-beta.43"),

// external
JUNIT_JUPITER_API("org.junit.jupiter", "junit-jupiter-api", "5.9.3"),
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.42.0;1.42.0
com.azure:azure-core-experimental;1.0.0-beta.42;1.0.0-beta.42
com.azure:azure-core-http-netty;1.13.6;1.13.6
com.azure:azure-core-management;1.11.4;1.11.4
com.azure:azure-core-test;1.19.0;1.19.0
com.azure:azure-core;1.43.0;1.43.0
com.azure:azure-core-experimental;1.0.0-beta.43;1.0.0-beta.43
com.azure:azure-core-http-netty;1.13.7;1.13.7
com.azure:azure-core-management;1.11.5;1.11.5
com.azure:azure-core-test;1.20.0;1.20.0

com.azure:azure-identity;1.10.0;1.10.0
com.azure:azure-identity;1.10.1;1.10.1
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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.6</version>
<version>1.13.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion typespec-extension/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 0.8.12 (Unreleased)
## 0.8.12 (2023-09-12)

Compatible with compiler 0.47.

Expand Down
10 changes: 5 additions & 5 deletions typespec-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-experimental</artifactId>
<version>1.0.0-beta.42</version>
<version>1.0.0-beta.43</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.6</version>
<version>1.13.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.30</version>
<version>3.4.31</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions vanilla-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.6</version>
<version>1.13.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.30</version>
<version>3.4.31</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0d85c55

Please sign in to comment.