Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
build: update protobuf-java
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jul 5, 2019
1 parent ed7c98a commit 93a9310
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .unicornfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description: "This repository contains the original interface definitions of pub
\ definitions can provide a better understanding of HPI Cloud APIs and help you\
\ to utilize them more efficiently. You can also use these definitions with open\
\ source tools to generate client libraries, documentation, and other artifacts."
version: "0.0.1"
version: "0.0.2"
githubName: "HPI-de/hpi-cloud-apis"
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [0.0.2] - 2019-07-05
### Changed
- Updated library `com.google.protobuf:protobuf-java` to version 3.8.0.

## 0.0.1 - 2019-07-05
Initial release with NewsService.


[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/v0.0.1...dev
[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.2...dev
[0.0.2]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.1...0.0.2
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
jcenter()
}
dependencies {
api("com.google.protobuf:protobuf-java:3.6.1")
api("com.google.protobuf:protobuf-java:3.8.0")
// implementation as Android clients will replace this with grpc-protobuf-lite
implementation("io.grpc:grpc-protobuf:1.21.0")
api("io.grpc:grpc-stub:1.21.0")
Expand All @@ -35,7 +35,7 @@ ext {
githubReleaseNotes = 'CHANGELOG.md'
allLicenses = ["Apache-2.0"]

libraryVersion = "0.0.1"
libraryVersion = "0.0.2"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 93a9310

Please sign in to comment.