Skip to content

Commit daf1312

Browse files
authored
Prepare Core beta release for October 2022 (#1224)
* Updated Jackson Databind version. * Updated CHANGELOGs and READMEs. * Updated Woodstox Core version. * Updated CHANGELOGs.
1 parent a75f607 commit daf1312

23 files changed

Lines changed: 69 additions & 77 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ allprojects {
265265
azureCommunicationCommonVersion = "1.0.2"
266266
azureCoreVersion = "1.0.0-beta.11"
267267
jacksonVersion = "2.12.7" // Do not upgrade to 2.13.0 and above, as it introduced using an API not available in javax.xml.stream:stax-api:1.0-2. See: https://github.com/Azure/azure-sdk-for-android/issues/1017
268+
jacksonDatabindVersion = "2.12.7.1" // Need this to be a separate version to include a security fix.
268269
junitJupiterVersion = "5.7.2"
269270
mockitoVersion = "4.0.0"
270271
nimbusJoseJwtTestVersion = "9.15.2"
@@ -278,6 +279,7 @@ allprojects {
278279
threeTenBpVersion = "1.5.1"
279280
trouterVersion = "0.1.1"
280281
wireMockVersion = "2.27.2"
282+
woodstoxVersion = "6.4.0"
281283
}
282284
}
283285

sdk/communication/azure-communication-common/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
### Other Changes
1313

14+
#### Dependency updates
15+
- Updated `jackson-databind` dependency to `2.12.7.1`.
16+
1417
## 1.1.0-beta.1 (2022-08-29)
1518

1619
### Features Added

sdk/communication/azure-communication-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
// <!-- end: api Dependencies -->
1818

1919
// <!-- begin: implementation Dependencies -->
20-
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
20+
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
2121
implementation "com.jakewharton.threetenabp:threetenabp:$threeTenAbpVersion"
2222
// <!-- end: implementation Dependencies -->
2323

sdk/core/azure-core-credential/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.0.0-beta.12 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0-beta.12 (2022-11-08)
104

115
### Other Changes
126

7+
#### Dependency updates
8+
- Updated `azure-core-logging` dependency version to `1.0.0-beta.12`.
9+
1310
## 1.0.0-beta.11 (2022-08-26)
1411

1512
### Other changes

sdk/core/azure-core-credential/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core Credentials provides shared primitives, abstractions, and helpers aut
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-credential</artifactId>
20-
<version>1.0.0-beta.11</version>
20+
<version>1.0.0-beta.12</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http-httpurlconnection/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Release History
22

3-
## 1.0.0-beta.12 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0-beta.12 (2022-11-08)
104

115
### Other Changes
126

7+
#### Dependency updates
8+
- Updated `azure-core-http` dependency version to `1.0.0-beta.12`.
9+
- Updated `azure-core-logging` dependency version to `1.0.0-beta.12`.
10+
1311
## 1.0.0-beta.11 (2022-08-26)
1412

1513
### Other Changes

sdk/core/azure-core-http-httpurlconnection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core HttpUrlConnection HTTP client is a plugin for the `azure-core` HTTP c
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-http-httpurlconnection</artifactId>
20-
<version>1.0.0-beta.11</version>
20+
<version>1.0.0-beta.12</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http-okhttp/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Release History
22

3-
## 1.0.0-beta.12 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0-beta.12 (2022-11-08)
104

115
### Other Changes
126

7+
#### Dependency updates
8+
- Updated `azure-core-http` dependency version to `1.0.0-beta.12`.
9+
- Updated `azure-core-logging` dependency version to `1.0.0-beta.12`.
10+
1311
## 1.0.0-beta.11 (2022-08-26)
1412

1513
### Other changes

sdk/core/azure-core-http-okhttp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-http-okhttp</artifactId>
20-
<version>1.0.0-beta.11</version>
20+
<version>1.0.0-beta.12</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http/CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Release History
22

3-
## 1.0.0-beta.12 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0-beta.12 (2022-11-08)
104

115
### Other Changes
126

7+
#### Dependency updates
8+
- Updated `azure-core` dependency version to `1.0.0-beta.12`.
9+
- Updated `azure-core-credential` dependency version to `1.0.0-beta.12`.
10+
- Updated `azure-core-logging` dependency version to `1.0.0-beta.12`.
11+
1312
## 1.0.0-beta.11 (2022-08-26)
1413

1514
### Bugs Fixed

0 commit comments

Comments
 (0)