Skip to content

Commit 0b6fc9b

Browse files
committed
update core dependency to 2.0.12
1 parent 2cbf20b commit 0b6fc9b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [0.46.0] - 2022-04-22
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Bump dependency on Graph-Core to 2.0.12
21+
1422
## [0.45.0] - 2022-04-12
1523

1624
### Added

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
1212

1313
// Core Http library
14-
api 'com.microsoft.graph:microsoft-graph-core:2.0.11'
14+
api 'com.microsoft.graph:microsoft-graph-core:2.0.12'
1515
}

0 commit comments

Comments
 (0)