File tree Expand file tree Collapse file tree 7 files changed +27
-9
lines changed
google-cloud-nio-examples
google-cloud-nio-retrofit Expand file tree Collapse file tree 7 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 0.123.17] ( https://www.github.com/googleapis/java-storage-nio/compare/v0.123.16...v0.123.17 ) (2021-12-06)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** java:** java 17 dependency arguments ([ #1266 ] ( https://www.github.com/googleapis/java-storage-nio/issues/1266 ) ) ([ #750 ] ( https://www.github.com/googleapis/java-storage-nio/issues/750 ) ) ([ 3f866da] ( https://www.github.com/googleapis/java-storage-nio/commit/3f866da0aa3b381477c883b4f11239640c577d88 ) )
9+
10+
11+ ### Dependencies
12+
13+ * update dependency com.google.apis: google-api-services-storage to v1-rev20211018-1.32.1 ([ #749 ] ( https://www.github.com/googleapis/java-storage-nio/issues/749 ) ) ([ 7e99920] ( https://www.github.com/googleapis/java-storage-nio/commit/7e99920cfeef90ad5af5503a63338c48a57cb674 ) )
14+ * update dependency com.google.apis: google-api-services-storage to v1-rev20211201-1.32.1 ([ #768 ] ( https://www.github.com/googleapis/java-storage-nio/issues/768 ) ) ([ 650d9b5] ( https://www.github.com/googleapis/java-storage-nio/commit/650d9b5d76869f31d0456f9f3a9c01c9e9ae6ef9 ) )
15+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v2.5.0 ([ #759 ] ( https://www.github.com/googleapis/java-storage-nio/issues/759 ) ) ([ 7cb3292] ( https://www.github.com/googleapis/java-storage-nio/commit/7cb32926da5f910e3636d12a1ad412b4e3531b05 ) )
16+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v2.5.1 ([ #767 ] ( https://www.github.com/googleapis/java-storage-nio/issues/767 ) ) ([ 7eb3dfa] ( https://www.github.com/googleapis/java-storage-nio/commit/7eb3dfab9644f48f0063fb1be4f9805062b2eae8 ) )
17+ * update dependency com.google.cloud: google-cloud-storage to v2.2.0 ([ #753 ] ( https://www.github.com/googleapis/java-storage-nio/issues/753 ) ) ([ fcbc986] ( https://www.github.com/googleapis/java-storage-nio/commit/fcbc986c020ab48412218ab3825c2423a90d70d4 ) )
18+ * update dependency com.google.cloud: google-cloud-storage to v2.2.1 ([ #760 ] ( https://www.github.com/googleapis/java-storage-nio/issues/760 ) ) ([ 33fffbf] ( https://www.github.com/googleapis/java-storage-nio/commit/33fffbf3d79335b36e78af95e0f26cb9ec5f5f4e ) )
19+ * update dependency com.google.cloud: google-cloud-storage to v2.2.2 ([ #769 ] ( https://www.github.com/googleapis/java-storage-nio/issues/769 ) ) ([ 4f48a96] ( https://www.github.com/googleapis/java-storage-nio/commit/4f48a96feb32a43c590a286d8c622b2ba845b8f2 ) )
20+
321### [ 0.123.16] ( https://www.github.com/googleapis/java-storage-nio/compare/v0.123.15...v0.123.16 ) (2021-10-21)
422
523
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-nio-examples</artifactId >
5- <version >0.123.17-SNAPSHOT </version ><!-- {x-version-update:google-cloud-nio:current} -->
5+ <version >0.123.17</version ><!-- {x-version-update:google-cloud-nio:current} -->
66 <packaging >jar</packaging >
77 <name >Google Cloud NIO Examples</name >
88 <url >https://github.com/googleapis/java-storage-nio</url >
1313 <parent >
1414 <groupId >com.google.cloud</groupId >
1515 <artifactId >google-cloud-nio-parent</artifactId >
16- <version >0.123.17-SNAPSHOT </version ><!-- {x-version-update:google-cloud-nio:current} -->
16+ <version >0.123.17</version ><!-- {x-version-update:google-cloud-nio:current} -->
1717 </parent >
1818 <dependencies >
1919 <dependency >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-nio-retrofit</artifactId >
5- <version >0.123.17-SNAPSHOT </version ><!-- {x-version-update:google-cloud-nio:current} -->
5+ <version >0.123.17</version ><!-- {x-version-update:google-cloud-nio:current} -->
66 <packaging >jar</packaging >
77 <name >Google Cloud NIO Retrofit Example</name >
88 <url >https://github.com/googleapis/java-storage-nio</url >
1212 <parent >
1313 <groupId >com.google.cloud</groupId >
1414 <artifactId >google-cloud-nio-parent</artifactId >
15- <version >0.123.17-SNAPSHOT </version ><!-- {x-version-update:google-cloud-nio:current} -->
15+ <version >0.123.17</version ><!-- {x-version-update:google-cloud-nio:current} -->
1616 </parent >
1717 <properties >
1818 <site .installationModule>google-cloud-nio-retrofit</site .installationModule>
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-nio</artifactId >
5- <version >0.123.17-SNAPSHOT </version ><!-- {x-version-update:google-cloud-nio:current} -->
5+ <version >0.123.17</version ><!-- {x-version-update:google-cloud-nio:current} -->
66 <packaging >jar</packaging >
77 <name >Google Cloud NIO</name >
88 <url >https://github.com/googleapis/java-storage-nio</url >
1212 <parent >
1313 <groupId >com.google.cloud</groupId >
1414 <artifactId >google-cloud-nio-parent</artifactId >
15- <version >0.123.17-SNAPSHOT </version ><!-- {x-version-update:google-cloud-nio:current} -->
15+ <version >0.123.17</version ><!-- {x-version-update:google-cloud-nio:current} -->
1616 </parent >
1717 <properties >
1818 <site .installationModule>google-cloud-nio</site .installationModule>
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-nio-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >0.123.17-SNAPSHOT </version ><!-- {x-version-update:google-cloud-nio:current} -->
7+ <version >0.123.17</version ><!-- {x-version-update:google-cloud-nio:current} -->
88 <name >Storage Parent</name >
99 <url >https://github.com/googleapis/java-storage-nio</url >
1010 <description >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.google.cloud</groupId >
3030 <artifactId >google-cloud-nio</artifactId >
31- <version >0.123.17-SNAPSHOT </version >
31+ <version >0.123.17</version >
3232 </dependency >
3333 <!-- {x-version-update-end} -->
3434
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-nio:0.123.16 :0.123.17-SNAPSHOT
4+ google-cloud-nio:0.123.17 :0.123.17
You can’t perform that action at this time.
0 commit comments