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 4b1b5c5 [BEAM-12185] Bump org.jenkins-ci.plugins:junit to 1.49
new 4da4f59 Merge pull request #14807 from [BEAM-12185] Bump
org.jenkins-ci.plugins:junit to 1.49
4b1b5c5 is described below
commit 4b1b5c57cb0170101e74f5b9f8ccfce5d1e02c6f
Author: masahitojp <[email protected]>
AuthorDate: Thu May 13 19:50:28 2021 +0900
[BEAM-12185] Bump org.jenkins-ci.plugins:junit to 1.49
---
.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 6e8cb49..0721848 100644
--- a/.test-infra/validate-runner/build.gradle
+++ b/.test-infra/validate-runner/build.gradle
@@ -38,7 +38,7 @@ dependencies {
compile group: 'com.cdancy', name: 'jenkins-rest', version: '0.0.22'
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.jenkins-ci.plugins', name: 'junit', version: '1.49'
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'