This is an automated email from the ASF dual-hosted git repository.
heejong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 920c44b Revert "[BEAM-9112] Bump jboss-module to 1.11.0.Final"
new 5da41e6 Merge pull request #14757 from
iemejia/BEAM-12282-vendor-grpc-update-revert
920c44b is described below
commit 920c44bbfc1576bdb656331dead1cb263cb43ae4
Author: Ismaël Mejía <[email protected]>
AuthorDate: Fri May 7 18:19:23 2021 +0200
Revert "[BEAM-9112] Bump jboss-module to 1.11.0.Final"
This reverts commit 2bdeeb3f247f73e293a5a0dd347dc2f5b3309156.
---
.../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() {