File tree 5 files changed +25
-9
lines changed
grpc-google-common-protos
proto-google-common-protos
5 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.8.0] ( https://github.com/googleapis/java-common-protos/compare/v2.7.4...v2.8.0 ) (2022-03-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * KMS configuration in settings ([ #322 ] ( https://github.com/googleapis/java-common-protos/issues/322 ) ) ([ 14ca04e] ( https://github.com/googleapis/java-common-protos/commit/14ca04e78d547cc643f419984747781c8915a261 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * update dependency io.grpc: grpc-bom to v1.45.0 ([ #323 ] ( https://github.com/googleapis/java-common-protos/issues/323 ) ) ([ ac71fd9] ( https://github.com/googleapis/java-common-protos/commit/ac71fd90e50498386c559b1e764c948677696ab9 ) )
14
+ * update dependency io.grpc: grpc-protobuf to v1.44.1 ([ #324 ] ( https://github.com/googleapis/java-common-protos/issues/324 ) ) ([ 7be56a8] ( https://github.com/googleapis/java-common-protos/commit/7be56a87aadcbebc98d3136d8c7f4a54a8fe802d ) )
15
+ * update dependency io.grpc: grpc-protobuf to v1.45.0 ([ #336 ] ( https://github.com/googleapis/java-common-protos/issues/336 ) ) ([ 4bbd7a5] ( https://github.com/googleapis/java-common-protos/commit/4bbd7a5d8a57b0f171893e7f1ece6bee9f778f4e ) )
16
+ * update dependency io.grpc: grpc-stub to v1.44.1 ([ #325 ] ( https://github.com/googleapis/java-common-protos/issues/325 ) ) ([ bf00d6a] ( https://github.com/googleapis/java-common-protos/commit/bf00d6a3067df2a6f057be601b27b29accc9d0fb ) )
17
+ * update dependency io.grpc: grpc-stub to v1.45.0 ([ #335 ] ( https://github.com/googleapis/java-common-protos/issues/335 ) ) ([ 3dd8e8f] ( https://github.com/googleapis/java-common-protos/commit/3dd8e8f4f9c56e4673b428b4ff43dfc30475c50c ) )
18
+
3
19
### [ 2.7.4] ( https://github.com/googleapis/java-common-protos/compare/v2.7.3...v2.7.4 ) (2022-02-11)
4
20
5
21
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >grpc-google-common-protos</artifactId >
7
- <version >2.7.5-SNAPSHOT </version ><!-- {x-version-update:proto-google-common-protos:current} -->
7
+ <version >2.8.0 </version ><!-- {x-version-update:proto-google-common-protos:current} -->
8
8
<name >grpc-google-common-protos</name >
9
9
<description >GRPC library for grpc-google-common-protos</description >
10
10
<parent >
11
11
<groupId >com.google.api.grpc</groupId >
12
12
<artifactId >google-common-protos-parent</artifactId >
13
- <version >2.7.5-SNAPSHOT </version ><!-- {x-version-update:proto-google-common-protos:current} -->
13
+ <version >2.8.0 </version ><!-- {x-version-update:proto-google-common-protos:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.api.grpc</groupId >
5
5
<artifactId >google-common-protos-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >2.7.5-SNAPSHOT </version ><!-- {x-version-update:proto-google-common-protos:current} -->
7
+ <version >2.8.0 </version ><!-- {x-version-update:proto-google-common-protos:current} -->
8
8
<name >Google Common Protos Parent</name >
9
9
<url >https://github.com/googleapis/java-iam</url >
10
10
<description >
81
81
<dependency >
82
82
<groupId >com.google.api.grpc</groupId >
83
83
<artifactId >grpc-google-common-protos</artifactId >
84
- <version >2.7.5-SNAPSHOT </version ><!-- {x-version-update:grpc-google-common-protos:current} -->
84
+ <version >2.8.0 </version ><!-- {x-version-update:grpc-google-common-protos:current} -->
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >io.grpc</groupId >
93
93
<dependency >
94
94
<groupId >com.google.api.grpc</groupId >
95
95
<artifactId >proto-google-common-protos</artifactId >
96
- <version >2.7.5-SNAPSHOT </version ><!-- {x-version-update:proto-google-common-protos:current} -->
96
+ <version >2.8.0 </version ><!-- {x-version-update:proto-google-common-protos:current} -->
97
97
</dependency >
98
98
<dependency >
99
99
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.api.grpc</groupId >
5
5
<artifactId >proto-google-common-protos</artifactId >
6
- <version >2.7.5-SNAPSHOT </version ><!-- {x-version-update:proto-google-common-protos:current} -->
6
+ <version >2.8.0 </version ><!-- {x-version-update:proto-google-common-protos:current} -->
7
7
<name >proto-google-common-protos</name >
8
8
<description >PROTO library for proto-google-common-protos</description >
9
9
<parent >
10
10
<groupId >com.google.api.grpc</groupId >
11
11
<artifactId >google-common-protos-parent</artifactId >
12
- <version >2.7.5-SNAPSHOT </version ><!-- {x-version-update:proto-google-common-protos:current} -->
12
+ <version >2.8.0 </version ><!-- {x-version-update:proto-google-common-protos:current} -->
13
13
</parent >
14
14
<dependencies >
15
15
<dependency >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- proto-google-common-protos:2.7.4 :2.7.5-SNAPSHOT
5
- grpc-google-common-protos:2.7.4 :2.7.5-SNAPSHOT
4
+ proto-google-common-protos:2.8.0 :2.8.0
5
+ grpc-google-common-protos:2.8.0 :2.8.0
You can’t perform that action at this time.
0 commit comments