This is an automated email from the ASF dual-hosted git repository.
heejong pushed a commit to branch release-2.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.30.0 by this push:
new 0327a59 [BEAM-12282] revert BEAM-9112
new cc5b2ae Merge pull request #14735 from ihji/revert-9112
0327a59 is described below
commit 0327a59c4b7a0e3f37a297b4954872968cc1028c
Author: Heejong Lee <[email protected]>
AuthorDate: Wed May 5 12:47:16 2021 -0700
[BEAM-12282] revert BEAM-9112
---
.../src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_26_0.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_26_0.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_26_0.groovy
index 40e7383f..5cba1d4 100644
---
a/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_26_0.groovy
+++
b/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_26_0.groovy
@@ -42,7 +42,7 @@ class GrpcVendoring_1_26_0 {
static def alpn_api_version = "1.1.2.v20150522"
static def npn_api_version = "1.1.1.v20141010"
static def jboss_marshalling_version = "1.4.11.Final"
- static def jboss_modules_version = "1.11.0.Final"
+ static def jboss_modules_version = "1.1.0.Beta1"
/** Returns the list of compile time dependencies. */
static List<String> dependencies() {