| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,21 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [2.3.0](https://github.com/googleapis/api-common-java/compare/v2.2.2...v2.3.0) (2022-12-05) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * Next release from main branch is 2.3.0 ([#371](https://github.com/googleapis/api-common-java/issues/371)) ([9f6f62d](https://github.com/googleapis/api-common-java/commit/9f6f62d1a32ee0b9c02065fe3752c2cd9d711038)) | ||
| 9 | + | ||
| 10 | + | ||
| 11 | + ### Dependencies | ||
| 12 | + | ||
| 13 | + * Update auto-value.version to v1.10.1 ([#378](https://github.com/googleapis/api-common-java/issues/378)) ([d44ba0b](https://github.com/googleapis/api-common-java/commit/d44ba0b7b15ef910ad7caba607d0d84edac2611b)) | ||
| 14 | + * Update dependency com.google.auto.value:auto-value to v1.10.1 ([#380](https://github.com/googleapis/api-common-java/issues/380)) ([96eb7d6](https://github.com/googleapis/api-common-java/commit/96eb7d67c06fcd2e43dc6a2d332e9ad8e5fec7eb)) | ||
| 15 | + * Update dependency com.google.auto.value:auto-value-annotations to v1.10.1 ([#381](https://github.com/googleapis/api-common-java/issues/381)) ([fb33ae8](https://github.com/googleapis/api-common-java/commit/fb33ae8ab0810dde5e33400309b4e632e04f4e0b)) | ||
| 16 | + * Update dependency com.google.errorprone:error_prone_annotations to v2.16 ([#382](https://github.com/googleapis/api-common-java/issues/382)) ([da19378](https://github.com/googleapis/api-common-java/commit/da1937834bcfa9edfe2fa642211478fed54e5e61)) | ||
| 17 | + * Update dependency gradle to v6.9.3 ([#379](https://github.com/googleapis/api-common-java/issues/379)) ([3cbb296](https://github.com/googleapis/api-common-java/commit/3cbb296485c5f6a5483aa15573c563e97436e13a)) | ||
| 18 | + | ||
| 3 | 19 | ## [2.2.2](https://github.com/googleapis/api-common-java/compare/v2.2.1...v2.2.2) (2022-08-04) | |
| 4 | 20 | ||
| 5 | 21 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin' | |||
| 26 | 26 | group = "com.google.api" | |
| 27 | 27 | archivesBaseName = "api-common" | |
| 28 | 28 | ||
| 29 | - project.version = "2.2.3-SNAPSHOT" // {x-version-update:api-common:current} | ||
| 29 | + project.version = "2.3.0" // {x-version-update:api-common:current} | ||
| 30 | 30 | ||
| 31 | 31 | sourceCompatibility = 1.8 | |
| 32 | 32 | targetCompatibility = 1.8 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | <groupId>com.google.api</groupId> | |
| 6 | 6 | <artifactId>api-common</artifactId> | |
| 7 | 7 | <packaging>jar</packaging> | |
| 8 | - <version>2.2.3-SNAPSHOT</version><!-- {x-version-update:api-common:current} --> | ||
| 8 | + <version>2.3.0</version><!-- {x-version-update:api-common:current} --> | ||
| 9 | 9 | <name>API Common</name> | |
| 10 | 10 | <url>https://github.com/googleapis/api-common-java</url> | |
| 11 | 11 | <description>Common utilities for Google APIs in Java</description> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | # Format: | |
| 2 | 2 | # module:released-version:current-version | |
| 3 | 3 | ||
| 4 | - api-common:2.2.2:2.2.3-SNAPSHOT | ||
| 4 | + api-common:2.3.0:2.3.0 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments