This is an automated email from the ASF dual-hosted git repository.

pabloem 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 6f6715e  [BEAM-12188] Bump snakeyaml to 1.28
     new bc2fb2a  Merge pull request #14645 from [BEAM-12188] Bump snakeyaml to 
1.28
6f6715e is described below

commit 6f6715e271d45de2d206afff3dafd77b9decbc35
Author: masahitojp <randoms...@gmail.com>
AuthorDate: Tue Apr 27 00:01:16 2021 +0900

    [BEAM-12188] Bump snakeyaml to 1.28
---
 .test-infra/validate-runner/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/validate-runner/build.gradle 
b/.test-infra/validate-runner/build.gradle
index cd062f5..6e8cb49 100644
--- a/.test-infra/validate-runner/build.gradle
+++ b/.test-infra/validate-runner/build.gradle
@@ -39,7 +39,7 @@ dependencies {
     compile 'com.offbytwo.jenkins:jenkins-client:0.3.8'
     compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', 
version: '2.0.1'
     compile group: 'org.jenkins-ci.plugins', name: 'junit', version: '1.34'
-    compile group: 'org.yaml', name: 'snakeyaml', version: '1.8'
+    compile group: 'org.yaml', name: 'snakeyaml', version: '1.28'
     compile group: 'com.fasterxml.jackson.dataformat', name: 
'jackson-dataformat-yaml', version: '2.11.3'
     compile 'org.slf4j:slf4j-simple:1.7.9'
     compile group: 'junit', name: 'junit', version: '4.12'

Reply via email to