[jenkins-infra/update-center2] 6ae81c: Add deprecation links for suspended plugins (#522)

2021-05-16 Thread 'Zbynek Konecny' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 6ae81c319e1f63e2b0bc99dcdb243382e97d7193
  
https://github.com/jenkins-infra/update-center2/commit/6ae81c319e1f63e2b0bc99dcdb243382e97d7193
  Author: Zbynek Konecny 
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
M resources/deprecations.properties

  Log Message:
  ---
  Add deprecation links for suspended plugins (#522)

* Add deprecation links for suspended plugins

* Link to blog instead of security advisory

* New URL for deprecations

* Update paths for pipeline-classpath and perforce

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/update-center2/push/refs/heads/master/9fb58c-6ae81c%40github.com.


[jenkinsci/kubernetes-cli-plugin] 2dd419: limit credentials returned when no ancestor is pro...

2021-05-16 Thread 'maxlaverse' via Jenkins Commits
  Branch: refs/heads/check_empty_ancestor
  Home:   https://github.com/jenkinsci/kubernetes-cli-plugin
  Commit: 2dd419cc13b9a7ec4064774872ce61b1be03697a
  
https://github.com/jenkinsci/kubernetes-cli-plugin/commit/2dd419cc13b9a7ec4064774872ce61b1be03697a
  Author: Max Laverse 
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
M pom.xml
A src/main/java/org/jenkinsci/plugins/kubernetes/cli/CredentialsLister.java
M src/main/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildStep.java
M 
src/main/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildWrapper.java
M src/main/java/org/jenkinsci/plugins/kubernetes/cli/KubectlCredential.java
M 
src/test/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildStepTest.java
M 
src/test/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildWrapperTest.java
M 
src/test/java/org/jenkinsci/plugins/kubernetes/cli/KubectlCredentialTest.java

  Log Message:
  ---
  limit credentials returned when no ancestor is provided

Return limited credential entries depending on the permission
when no ancestor is provided, as in other plugins (e.g. azure)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/kubernetes-cli-plugin/push/refs/heads/check_empty_ancestor/00-2dd419%40github.com.


[jenkinsci/kubernetes-cli-plugin] b130ef: limit credentials returned when no ancestor is pro...

2021-05-16 Thread 'maxlaverse' via Jenkins Commits
  Branch: refs/heads/check_empty_ancestor
  Home:   https://github.com/jenkinsci/kubernetes-cli-plugin
  Commit: b130ef5560d8cb6d170067623a4ff61bb2cec872
  
https://github.com/jenkinsci/kubernetes-cli-plugin/commit/b130ef5560d8cb6d170067623a4ff61bb2cec872
  Author: Max Laverse 
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
M pom.xml
A src/main/java/org/jenkinsci/plugins/kubernetes/cli/CredentialsLister.java
M src/main/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildStep.java
M 
src/main/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildWrapper.java
M src/main/java/org/jenkinsci/plugins/kubernetes/cli/KubectlCredential.java
M 
src/test/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildStepTest.java
M 
src/test/java/org/jenkinsci/plugins/kubernetes/cli/KubectlBuildWrapperTest.java
M 
src/test/java/org/jenkinsci/plugins/kubernetes/cli/KubectlCredentialTest.java

  Log Message:
  ---
  limit credentials returned when no ancestor is provided

Return limited credential entries depending on the permission
when no ancestor is provided, as in other plugins (e.g. azure)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/kubernetes-cli-plugin/push/refs/heads/check_empty_ancestor/2dd419-b130ef%40github.com.


[jenkinsci/compuware-scm-downloader-plugin] bad6ef: ZENG-172871 Use common global config method to bui...

2021-05-16 Thread 'Dave Dresser' via Jenkins Commits
  Branch: refs/heads/feature/zeng-172871-common-args
  Home:   https://github.com/jenkinsci/compuware-scm-downloader-plugin
  Commit: bad6ef7ef10f5500bc1283241c9df9d471b1abc8
  
https://github.com/jenkinsci/compuware-scm-downloader-plugin/commit/bad6ef7ef10f5500bc1283241c9df9d471b1abc8
  Author: Dave Dresser 
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
M pom.xml
M src/main/java/com/compuware/jenkins/scm/AbstractIspwConfiguration.java
M src/main/java/com/compuware/jenkins/scm/CpwrScmConfiguration.java
M src/main/java/com/compuware/jenkins/scm/EndevorConfiguration.java
M src/main/java/com/compuware/jenkins/scm/EndevorDownloader.java
M src/main/java/com/compuware/jenkins/scm/IspwConfiguration.java
M src/main/java/com/compuware/jenkins/scm/IspwContainerConfiguration.java
M src/main/java/com/compuware/jenkins/scm/IspwDownloader.java
M src/main/java/com/compuware/jenkins/scm/PdsConfiguration.java
M src/main/java/com/compuware/jenkins/scm/PdsDownloader.java
M src/test/java/com/compuware/jenkins/scm/CpwrScmConfigurationTest.java

  Log Message:
  ---
  ZENG-172871 Use common global config method to build common arguments


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-scm-downloader-plugin/push/refs/heads/feature/zeng-172871-common-args/00-bad6ef%40github.com.


[jenkinsci/compuware-topaz-utilities-plugin] 4ac3ae: ZENG-172871 Use common global config method to bui...

2021-05-16 Thread 'Dave Dresser' via Jenkins Commits
  Branch: refs/heads/feature/zeng-172871-common-args
  Home:   https://github.com/jenkinsci/compuware-topaz-utilities-plugin
  Commit: 4ac3aeabecf33a5d8ecc0679c37d9fd4a5c76271
  
https://github.com/jenkinsci/compuware-topaz-utilities-plugin/commit/4ac3aeabecf33a5d8ecc0679c37d9fd4a5c76271
  Author: Dave Dresser 
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
M pom.xml
M src/main/java/com/compuware/jenkins/build/JclDescriptorImpl.java
M src/main/java/com/compuware/jenkins/build/SubmitJclBaseBuilder.java

  Log Message:
  ---
  ZENG-172871 Use common global config method to build common arguments


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-topaz-utilities-plugin/push/refs/heads/feature/zeng-172871-common-args/00-4ac3ae%40github.com.


[jenkinsci/compuware-xpediter-code-coverage-plugin] e718b6: ZENG-172871 Use common global config method to bui...

2021-05-16 Thread 'Dave Dresser' via Jenkins Commits
  Branch: refs/heads/feature/zeng-172871-common-args
  Home:   https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin
  Commit: e718b677bfef872b0fd6c3d0af6b006c32fd56e6
  
https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin/commit/e718b677bfef872b0fd6c3d0af6b006c32fd56e6
  Author: Dave Dresser 
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
M pom.xml
M src/main/java/com/compuware/jenkins/build/CodeCoverageBuilder.java
M src/main/java/com/compuware/jenkins/build/CodeCoverageScanner.java

  Log Message:
  ---
  ZENG-172871 Use common global config method to build common arguments


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-xpediter-code-coverage-plugin/push/refs/heads/feature/zeng-172871-common-args/00-e718b6%40github.com.


[jenkinsci/jira-plugin] 78f9ff: Bump p4 from 1.11.4 to 1.11.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-p4-1.11.5
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 78f9ff6dfa8c608f71abd21fdd49ec954c5b2f44
  
https://github.com/jenkinsci/jira-plugin/commit/78f9ff6dfa8c608f71abd21fdd49ec954c5b2f44
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump p4 from 1.11.4 to 1.11.5

Bumps [p4](https://github.com/jenkinsci/p4-plugin) from 1.11.4 to 1.11.5.
- [Release notes](https://github.com/jenkinsci/p4-plugin/releases)
- [Changelog](https://github.com/jenkinsci/p4-plugin/blob/master/RELEASE.md)
- 
[Commits](https://github.com/jenkinsci/p4-plugin/compare/p4-1.11.4...p4-1.11.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jira-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-p4-1.11.5/00-78f9ff%40github.com.


[jenkinsci/jira-plugin] 3857ae: Bump workflow-multibranch from 2.22 to 2.24

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-multibranch-2.24
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 3857aef49313864968052cb3f8d043406a556ae9
  
https://github.com/jenkinsci/jira-plugin/commit/3857aef49313864968052cb3f8d043406a556ae9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-multibranch from 2.22 to 2.24

Bumps 
[workflow-multibranch](https://github.com/jenkinsci/workflow-multibranch-plugin)
 from 2.22 to 2.24.
- [Release 
notes](https://github.com/jenkinsci/workflow-multibranch-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/workflow-multibranch-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/workflow-multibranch-plugin/compare/workflow-multibranch-2.22...workflow-multibranch-2.24)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jira-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-multibranch-2.24/00-3857ae%40github.com.


[jenkinsci/jira-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-multibranch-2.23
  Home:   https://github.com/jenkinsci/jira-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jira-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-multibranch-2.23/ce95d4-00%40github.com.


[jenkinsci/artifact-manager-s3-plugin] bd45d3: Bump error_prone_annotations from 2.6.0 to 2.7.1

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.7.1
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: bd45d33422de7d312ee85886e8c27d625d24e01f
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/bd45d33422de7d312ee85886e8c27d625d24e01f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump error_prone_annotations from 2.6.0 to 2.7.1

Bumps [error_prone_annotations](https://github.com/google/error-prone) from 
2.6.0 to 2.7.1.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.6.0...v2.7.1)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/artifact-manager-s3-plugin/push/refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.7.1/00-bd45d3%40github.com.


[jenkinsci/database-mysql-plugin] 7ba4ab: Bump mysql-connector-java from 8.0.22 to 8.0.25

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/mysql-mysql-connector-java-8.0.25
  Home:   https://github.com/jenkinsci/database-mysql-plugin
  Commit: 7ba4ab355289c4a823c32600908ec0a84c8f2f9e
  
https://github.com/jenkinsci/database-mysql-plugin/commit/7ba4ab355289c4a823c32600908ec0a84c8f2f9e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mysql-connector-java from 8.0.22 to 8.0.25

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 
8.0.22 to 8.0.25.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- 
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.22...8.0.25)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/database-mysql-plugin/push/refs/heads/dependabot/maven/mysql-mysql-connector-java-8.0.25/00-7ba4ab%40github.com.


[jenkinsci/database-mysql-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/mysql-mysql-connector-java-8.0.24
  Home:   https://github.com/jenkinsci/database-mysql-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/database-mysql-plugin/push/refs/heads/dependabot/maven/mysql-mysql-connector-java-8.0.24/4783a4-00%40github.com.


[jenkinsci/pipeline-stage-view-plugin] 990b01: Bump actions/cache from 2.1.3 to 2.1.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-2.1.5
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 990b012b51146e309a24c8668c332d1a5ebec662
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/990b012b51146e309a24c8668c332d1a5ebec662
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.3 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...v2.1.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/github_actions/actions/cache-2.1.5/00-990b01%40github.com.


[jenkinsci/pipeline-stage-view-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-v2.1.5
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/github_actions/actions/cache-v2.1.5/922ee3-00%40github.com.


[jenkinsci/pipeline-stage-view-plugin] 73adc4: Bump release-drafter/release-drafter from 5.12.1 t...

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 73adc4ea6a2e5bce14c1911be522a9db59e15cb6
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/73adc4ea6a2e5bce14c1911be522a9db59e15cb6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.12.1 to 5.15.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.12.1 to 5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.12.1...v5.15.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0/00-73adc4%40github.com.


[jenkinsci/pipeline-stage-view-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0/950de7-00%40github.com.


[jenkinsci/cloudbees-jenkins-advisor-plugin] d9f3c9: Bump support-core from 2.73 to 2.74

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-support-core-2.74
  Home:   https://github.com/jenkinsci/cloudbees-jenkins-advisor-plugin
  Commit: d9f3c9a405196b2a0476b83cbee42577708acd5c
  
https://github.com/jenkinsci/cloudbees-jenkins-advisor-plugin/commit/d9f3c9a405196b2a0476b83cbee42577708acd5c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump support-core from 2.73 to 2.74

Bumps [support-core](https://github.com/jenkinsci/support-core-plugin) from 
2.73 to 2.74.
- [Release notes](https://github.com/jenkinsci/support-core-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/support-core-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/support-core-plugin/compare/support-core-2.73...support-core-2.74)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cloudbees-jenkins-advisor-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-support-core-2.74/00-d9f3c9%40github.com.


[jenkinsci/pipeline-stage-view-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.38
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.38/b8cc8e-00%40github.com.


[jenkinsci/pipeline-stage-view-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/f5801b-00%40github.com.


[jenkinsci/pipeline-stage-view-plugin] befd66: Bump workflow-durable-task-step from 2.16 to 2.39

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.39
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: befd66c88a6cf734ed46118221b58467dc8edd34
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/befd66c88a6cf734ed46118221b58467dc8edd34
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M rest-api/pom.xml

  Log Message:
  ---
  Bump workflow-durable-task-step from 2.16 to 2.39

Bumps 
[workflow-durable-task-step](https://github.com/jenkinsci/workflow-durable-task-step-plugin)
 from 2.16 to 2.39.
- [Release 
notes](https://github.com/jenkinsci/workflow-durable-task-step-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/workflow-durable-task-step-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/workflow-durable-task-step-plugin/compare/workflow-durable-task-step-2.16...workflow-durable-task-step-2.39)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.39/00-befd66%40github.com.


[jenkinsci/pipeline-stage-view-plugin] c8212c: Bump workflow-cps from 2.31 to 2.92

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-cps-2.92
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: c8212c09d65e74675d92eabca93a7e35157c
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/c8212c09d65e74675d92eabca93a7e35157c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M rest-api/pom.xml
M ui/pom.xml

  Log Message:
  ---
  Bump workflow-cps from 2.31 to 2.92

Bumps [workflow-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 
2.31 to 2.92.
- [Release notes](https://github.com/jenkinsci/workflow-cps-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/workflow-cps-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/workflow-cps-plugin/compare/workflow-cps-2.31...workflow-cps-2.92)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-cps-2.92/00-c8212c%40github.com.


[jenkinsci/pipeline-stage-view-plugin] 3a7b8c: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 3a7b8c78fe042cf71404d6654d7f2609489e7dc7
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/3a7b8c78fe042cf71404d6654d7f2609489e7dc7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-2/00-3a7b8c%40github.com.


[jenkinsci/pipeline-stage-view-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-cps-2.90
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-stage-view-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-cps-2.90/525219-00%40github.com.


[jenkinsci/blueocean-display-url-plugin] b99362: Bump error_prone_annotations from 2.4.0 to 2.7.1

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.7.1
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin
  Commit: b9936262006c4e79cfe33b78ecce9775782f269a
  
https://github.com/jenkinsci/blueocean-display-url-plugin/commit/b9936262006c4e79cfe33b78ecce9775782f269a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump error_prone_annotations from 2.4.0 to 2.7.1

Bumps [error_prone_annotations](https://github.com/google/error-prone) from 
2.4.0 to 2.7.1.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.4.0...v2.7.1)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.7.1/00-b99362%40github.com.


[jenkinsci/blueocean-display-url-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.6.0
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.6.0/99370c-00%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] 459bb5: Bump htmlunit from 2.49.1 to 2.50.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.50.0
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: 459bb5046fc4783a28752fa4c99fd19ec0a3
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/459bb5046fc4783a28752fa4c99fd19ec0a3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump htmlunit from 2.49.1 to 2.50.0

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.49.1 to 2.50.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.49.1...2.50.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.50.0/00-459bb5%40github.com.


[jenkinsci/blueocean-display-url-plugin] 431de0: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin
  Commit: 431de08506cdfcb9ac14be1d34f79d8d3427427f
  
https://github.com/jenkinsci/blueocean-display-url-plugin/commit/431de08506cdfcb9ac14be1d34f79d8d3427427f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-2/00-431de0%40github.com.


[jenkinsci/blueocean-display-url-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/08c54e-00%40github.com.


[jenkinsci/blueocean-display-url-plugin] f56a77: Bump actions/cache from 2.1.4 to 2.1.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-2.1.5
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin
  Commit: f56a778b86fb08de9fb7c74d61e995f54b30505b
  
https://github.com/jenkinsci/blueocean-display-url-plugin/commit/f56a778b86fb08de9fb7c74d61e995f54b30505b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.4 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/github_actions/actions/cache-2.1.5/00-f56a77%40github.com.


[jenkinsci/blueocean-display-url-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-v2.1.5
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/github_actions/actions/cache-v2.1.5/00201c-00%40github.com.


[jenkinsci/blueocean-display-url-plugin] ee19e1: Bump release-drafter/release-drafter from 5.13.0 t...

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin
  Commit: ee19e16699e61b63e8cd467540f55079aa7470ad
  
https://github.com/jenkinsci/blueocean-display-url-plugin/commit/ee19e16699e61b63e8cd467540f55079aa7470ad
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.13.0 to 5.15.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.13.0 to 5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.13.0...v5.15.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0/00-ee19e1%40github.com.


[jenkinsci/blueocean-display-url-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0
  Home:   https://github.com/jenkinsci/blueocean-display-url-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-display-url-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0/31d1df-00%40github.com.


[jenkinsci/pipeline-maven-plugin] aa47d1: Bump jacoco from 3.1.1 to 3.2.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-jacoco-3.2.0
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: aa47d19d658a73ac6be7ce74550ad1321b710f01
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/aa47d19d658a73ac6be7ce74550ad1321b710f01
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M jenkins-plugin/pom.xml

  Log Message:
  ---
  Bump jacoco from 3.1.1 to 3.2.0

Bumps [jacoco](https://github.com/jenkinsci/jacoco-plugin) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/jenkinsci/jacoco-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/jacoco-plugin/compare/jacoco-3.1.1...jacoco-3.2.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-maven-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-jacoco-3.2.0/00-aa47d1%40github.com.


[jenkinsci/maven-interceptors] 26cc2b: Bump remoting from 1.401 to 4.8

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-remoting-4.8
  Home:   https://github.com/jenkinsci/maven-interceptors
  Commit: 26cc2b5f026a3e3c595435b1c11f02fd13c6cf8e
  
https://github.com/jenkinsci/maven-interceptors/commit/26cc2b5f026a3e3c595435b1c11f02fd13c6cf8e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M maven-agent/pom.xml

  Log Message:
  ---
  Bump remoting from 1.401 to 4.8

Bumps [remoting](https://github.com/jenkinsci/remoting) from 1.401 to 4.8.
- [Release notes](https://github.com/jenkinsci/remoting/releases)
- [Changelog](https://github.com/jenkinsci/remoting/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/remoting/commits/remoting-4.8)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-interceptors/push/refs/heads/dependabot/maven/org.jenkins-ci.main-remoting-4.8/00-26cc2b%40github.com.


[jenkinsci/maven-invoker-plugin] 04d1a3: Bump mockito-core from 1.8.5 to 3.10.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.10.0
  Home:   https://github.com/jenkinsci/maven-invoker-plugin
  Commit: 04d1a38330e5bde015fc06cb5adef856204543a9
  
https://github.com/jenkinsci/maven-invoker-plugin/commit/04d1a38330e5bde015fc06cb5adef856204543a9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 1.8.5 to 3.10.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 1.8.5 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v1.8.5...v3.10.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-invoker-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.10.0/00-04d1a3%40github.com.


[jenkinsci/maven-invoker-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.9.0
  Home:   https://github.com/jenkinsci/maven-invoker-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-invoker-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.9.0/372ccb-00%40github.com.


[jenkinsci/maven-invoker-plugin] f1dadd: Bump workflow-durable-task-step from 2.13 to 2.39

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.39
  Home:   https://github.com/jenkinsci/maven-invoker-plugin
  Commit: f1dadd1faf83ecddef0e0f21e881814db7ff1810
  
https://github.com/jenkinsci/maven-invoker-plugin/commit/f1dadd1faf83ecddef0e0f21e881814db7ff1810
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-durable-task-step from 2.13 to 2.39

Bumps 
[workflow-durable-task-step](https://github.com/jenkinsci/workflow-durable-task-step-plugin)
 from 2.13 to 2.39.
- [Release 
notes](https://github.com/jenkinsci/workflow-durable-task-step-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/workflow-durable-task-step-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/workflow-durable-task-step-plugin/compare/workflow-durable-task-step-2.13...workflow-durable-task-step-2.39)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-invoker-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.39/00-f1dadd%40github.com.


[jenkinsci/maven-invoker-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.38
  Home:   https://github.com/jenkinsci/maven-invoker-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-invoker-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.38/b11b97-00%40github.com.


[jenkinsci/winstone] 830e81: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/setup-java-2
  Home:   https://github.com/jenkinsci/winstone
  Commit: 830e81bfcdac61bfd504d2aec08823a59591dd52
  
https://github.com/jenkinsci/winstone/commit/830e81bfcdac61bfd504d2aec08823a59591dd52
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/winstone/push/refs/heads/dependabot/github_actions/master/actions/setup-java-2/00-830e81%40github.com.


[jenkinsci/winstone]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/winstone

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/winstone/push/refs/heads/dependabot/github_actions/master/actions/setup-java-v2/d4f4ad-00%40github.com.


[jenkinsci/cloudbees-folder-plugin] e93895: Bump matrix-auth from 2.5.1 to 2.6.7

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-matrix-auth-2.6.7
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin
  Commit: e93895b941d9197c92c65696b8c6e67c51498c88
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/e93895b941d9197c92c65696b8c6e67c51498c88
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump matrix-auth from 2.5.1 to 2.6.7

Bumps [matrix-auth](https://github.com/jenkinsci/matrix-auth-plugin) from 2.5.1 
to 2.6.7.
- [Release notes](https://github.com/jenkinsci/matrix-auth-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/matrix-auth-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/matrix-auth-plugin/compare/matrix-auth-2.5.1...matrix-auth-2.6.7)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cloudbees-folder-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-matrix-auth-2.6.7/00-e93895%40github.com.


[jenkinsci/cloudbees-folder-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-matrix-auth-2.6.6
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cloudbees-folder-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-matrix-auth-2.6.6/7e01be-00%40github.com.


[jenkinsci/authentication-tokens-plugin] 73f26f: Bump mockito-core from 1.9.5 to 3.10.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.10.0
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin
  Commit: 73f26fa74d6beb1c055164e31336c44c26514b0c
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/73f26fa74d6beb1c055164e31336c44c26514b0c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 1.9.5 to 3.10.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 1.9.5 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v1.9.5...v3.10.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/authentication-tokens-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.10.0/00-73f26f%40github.com.


[jenkinsci/javadoc-plugin] 721d98: Bump symbol-annotation from 1.17 to 1.23

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-symbol-annotation-1.23
  Home:   https://github.com/jenkinsci/javadoc-plugin
  Commit: 721d9813c755dc826654687414a8a644904780f6
  
https://github.com/jenkinsci/javadoc-plugin/commit/721d9813c755dc826654687414a8a644904780f6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump symbol-annotation from 1.17 to 1.23

Bumps [symbol-annotation](https://github.com/jenkinsci/structs-plugin) from 
1.17 to 1.23.
- [Release notes](https://github.com/jenkinsci/structs-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/structs-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/structs-plugin/compare/structs-parent-1.17...structs-parent-1.23)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/javadoc-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci-symbol-annotation-1.23/00-721d98%40github.com.


[jenkinsci/authentication-tokens-plugin] ae31ef: Bump credentials from 1.22 to 2.4.1

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.4.1
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin
  Commit: ae31ef9ede5c0605e2526a858e32a89609721e7a
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/ae31ef9ede5c0605e2526a858e32a89609721e7a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump credentials from 1.22 to 2.4.1

Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 1.22 
to 2.4.1.
- [Release notes](https://github.com/jenkinsci/credentials-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/credentials-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/credentials-plugin/compare/credentials-1.22...credentials-2.4.1)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/authentication-tokens-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.4.1/00-ae31ef%40github.com.


[jenkinsci/authentication-tokens-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.9.0
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/authentication-tokens-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.9.0/210420-00%40github.com.


[jenkinsci/authentication-tokens-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.18
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/authentication-tokens-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.18/236edc-00%40github.com.


[jenkinsci/javadoc-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-symbol-annotation-1.22
  Home:   https://github.com/jenkinsci/javadoc-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/javadoc-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci-symbol-annotation-1.22/32c88f-00%40github.com.


[jenkinsci/metrics-plugin] 0fc273: Bump bridge-method-injector from 1.18 to 1.21

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.infradna.tool-bridge-method-injector-1.21
  Home:   https://github.com/jenkinsci/metrics-plugin
  Commit: 0fc273308970e6f56a364ae4d74fce00e6aeb1b3
  
https://github.com/jenkinsci/metrics-plugin/commit/0fc273308970e6f56a364ae4d74fce00e6aeb1b3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bridge-method-injector from 1.18 to 1.21

Bumps 
[bridge-method-injector](https://github.com/infradna/bridge-method-injector) 
from 1.18 to 1.21.
- [Release notes](https://github.com/infradna/bridge-method-injector/releases)
- 
[Commits](https://github.com/infradna/bridge-method-injector/compare/bridge-method-injector-parent-1.18...bridge-method-injector-parent-1.21)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/metrics-plugin/push/refs/heads/dependabot/maven/com.infradna.tool-bridge-method-injector-1.21/00-0fc273%40github.com.


[jenkinsci/pubsub-light-plugin] 2965af: Bump matrix-auth from 2.6.6 to 2.6.7

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-matrix-auth-2.6.7
  Home:   https://github.com/jenkinsci/pubsub-light-plugin
  Commit: 2965afd78a2265d9a40e850ec79f6652bc3124b5
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/2965afd78a2265d9a40e850ec79f6652bc3124b5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump matrix-auth from 2.6.6 to 2.6.7

Bumps [matrix-auth](https://github.com/jenkinsci/matrix-auth-plugin) from 2.6.6 
to 2.6.7.
- [Release notes](https://github.com/jenkinsci/matrix-auth-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/matrix-auth-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/matrix-auth-plugin/compare/matrix-auth-2.6.6...matrix-auth-2.6.7)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pubsub-light-plugin/push/refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-matrix-auth-2.6.7/00-2965af%40github.com.


[jenkinsci/maven-interceptors] 89267c: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2
  Home:   https://github.com/jenkinsci/maven-interceptors
  Commit: 89267c5e04edb628fb5fdc341dc8be307fa49f78
  
https://github.com/jenkinsci/maven-interceptors/commit/89267c5e04edb628fb5fdc341dc8be307fa49f78
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-interceptors/push/refs/heads/dependabot/github_actions/actions/setup-java-2/00-89267c%40github.com.


[jenkinsci/metrics-plugin] 734af6: Bump metrics.version from 4.1.6 to 4.2.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/metrics.version-4.2.0
  Home:   https://github.com/jenkinsci/metrics-plugin
  Commit: 734af6e9fddc899d4bb9ba7e222f9337acbf5683
  
https://github.com/jenkinsci/metrics-plugin/commit/734af6e9fddc899d4bb9ba7e222f9337acbf5683
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump metrics.version from 4.1.6 to 4.2.0

Bumps `metrics.version` from 4.1.6 to 4.2.0.

Updates `metrics-core` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.1.6...v4.2.0)

Updates `metrics-servlet` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.1.6...v4.2.0)

Updates `metrics-healthchecks` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.1.6...v4.2.0)

Updates `metrics-jvm` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.1.6...v4.2.0)

Updates `metrics-jmx` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.1.6...v4.2.0)

Updates `metrics-json` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.1.6...v4.2.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/metrics-plugin/push/refs/heads/dependabot/maven/metrics.version-4.2.0/00-734af6%40github.com.


[jenkinsci/maven-interceptors]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/maven-interceptors

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-interceptors/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/303c51-00%40github.com.


[jenkinsci/metrics-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/metrics.version-4.1.21
  Home:   https://github.com/jenkinsci/metrics-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/metrics-plugin/push/refs/heads/dependabot/maven/metrics.version-4.1.21/1fcc81-00%40github.com.


[jenkinsci/variant-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.18
  Home:   https://github.com/jenkinsci/variant-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/variant-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.18/64d957-00%40github.com.


[jenkinsci/variant-plugin] 5266db: Bump credentials from 2.3.14 to 2.4.1

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.4.1
  Home:   https://github.com/jenkinsci/variant-plugin
  Commit: 5266dbf425827f844d0d98efdae6b5c53bc22393
  
https://github.com/jenkinsci/variant-plugin/commit/5266dbf425827f844d0d98efdae6b5c53bc22393
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump credentials from 2.3.14 to 2.4.1

Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 
2.3.14 to 2.4.1.
- [Release notes](https://github.com/jenkinsci/credentials-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/credentials-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/credentials-plugin/compare/credentials-2.3.14...credentials-2.4.1)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/variant-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.4.1/00-5266db%40github.com.


[jenkinsci/plugin-pom] 8592a1: Bump mockito-core from 3.9.0 to 3.10.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.10.0
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 8592a165a5798aba70b3162f1004fe8fdfc52f9e
  
https://github.com/jenkinsci/plugin-pom/commit/8592a165a5798aba70b3162f1004fe8fdfc52f9e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.9.0 to 3.10.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/plugin-pom/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.10.0/00-8592a1%40github.com.


[jenkinsci/plugin-pom] 67b9c9: Bump frontend-maven-plugin from 1.11.3 to 1.12.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.12.0
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 67b9c93ff5f07fdba843808f8de3714b1ec5718c
  
https://github.com/jenkinsci/plugin-pom/commit/67b9c93ff5f07fdba843808f8de3714b1ec5718c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump frontend-maven-plugin from 1.11.3 to 1.12.0

Bumps 
[frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 
1.11.3 to 1.12.0.
- [Release notes](https://github.com/eirslett/frontend-maven-plugin/releases)
- 
[Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.11.3...frontend-plugins-1.12.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/plugin-pom/push/refs/heads/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.12.0/00-67b9c9%40github.com.


[jenkinsci/jenkins-test-harness] f26dbf: Bump jmh.version from 1.30 to 1.31

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/jmh.version-1.31
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: f26dbfa5a179c38af5a8e41a9f6cbad9f807dd36
  
https://github.com/jenkinsci/jenkins-test-harness/commit/f26dbfa5a179c38af5a8e41a9f6cbad9f807dd36
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jmh.version from 1.30 to 1.31

Bumps `jmh.version` from 1.30 to 1.31.

Updates `jmh-core` from 1.30 to 1.31

Updates `jmh-generator-annprocess` from 1.30 to 1.31

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins-test-harness/push/refs/heads/dependabot/maven/jmh.version-1.31/00-f26dbf%40github.com.


[jenkinsci/display-url-api-plugin] 58286b: Bump actions/cache from 2.1.4 to 2.1.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-2.1.5
  Home:   https://github.com/jenkinsci/display-url-api-plugin
  Commit: 58286b6870e65fc5957225930f161d2a4190d018
  
https://github.com/jenkinsci/display-url-api-plugin/commit/58286b6870e65fc5957225930f161d2a4190d018
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.4 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/display-url-api-plugin/push/refs/heads/dependabot/github_actions/actions/cache-2.1.5/00-58286b%40github.com.


[jenkinsci/display-url-api-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-v2.1.5
  Home:   https://github.com/jenkinsci/display-url-api-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/display-url-api-plugin/push/refs/heads/dependabot/github_actions/actions/cache-v2.1.5/b0f384-00%40github.com.


[jenkinsci/display-url-api-plugin] 25905b: Bump release-drafter/release-drafter from 5.14.0 t...

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0
  Home:   https://github.com/jenkinsci/display-url-api-plugin
  Commit: 25905bc1a69e24d230776b1ec248ccf4a17988c4
  
https://github.com/jenkinsci/display-url-api-plugin/commit/25905bc1a69e24d230776b1ec248ccf4a17988c4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.14.0 to 5.15.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.14.0 to 5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...v5.15.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/display-url-api-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0/00-25905b%40github.com.


[jenkinsci/display-url-api-plugin] 22b14a: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2
  Home:   https://github.com/jenkinsci/display-url-api-plugin
  Commit: 22b14a9c738ee69c4b191dd333b1b31103ff2642
  
https://github.com/jenkinsci/display-url-api-plugin/commit/22b14a9c738ee69c4b191dd333b1b31103ff2642
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/display-url-api-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-2/00-22b14a%40github.com.


[jenkinsci/display-url-api-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0
  Home:   https://github.com/jenkinsci/display-url-api-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/display-url-api-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0/e59776-00%40github.com.


[jenkinsci/display-url-api-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/display-url-api-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/display-url-api-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/1ba104-00%40github.com.


[jenkinsci/blueocean-autofavorite-plugin] 16f924: Bump release-drafter/release-drafter from 5.12.1 t...

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0
  Home:   https://github.com/jenkinsci/blueocean-autofavorite-plugin
  Commit: 16f924aae59bf2f310aa916e782a93024e47f358
  
https://github.com/jenkinsci/blueocean-autofavorite-plugin/commit/16f924aae59bf2f310aa916e782a93024e47f358
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.12.1 to 5.15.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.12.1 to 5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.12.1...v5.15.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-autofavorite-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0/00-16f924%40github.com.


[jenkinsci/blueocean-autofavorite-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0
  Home:   https://github.com/jenkinsci/blueocean-autofavorite-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-autofavorite-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0/e32239-00%40github.com.


[jenkinsci/blueocean-autofavorite-plugin] eadf05: Bump actions/cache from 2.1.3 to 2.1.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-2.1.5
  Home:   https://github.com/jenkinsci/blueocean-autofavorite-plugin
  Commit: eadf05155a3e487ad4fc0d18d478fccc645679df
  
https://github.com/jenkinsci/blueocean-autofavorite-plugin/commit/eadf05155a3e487ad4fc0d18d478fccc645679df
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.3 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...v2.1.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-autofavorite-plugin/push/refs/heads/dependabot/github_actions/actions/cache-2.1.5/00-eadf05%40github.com.


[jenkinsci/blueocean-autofavorite-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-v2.1.5
  Home:   https://github.com/jenkinsci/blueocean-autofavorite-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-autofavorite-plugin/push/refs/heads/dependabot/github_actions/actions/cache-v2.1.5/1fde1e-00%40github.com.


[jenkinsci/blueocean-autofavorite-plugin] 619bba: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2
  Home:   https://github.com/jenkinsci/blueocean-autofavorite-plugin
  Commit: 619bba3528008b2252b050b0122d59d59466
  
https://github.com/jenkinsci/blueocean-autofavorite-plugin/commit/619bba3528008b2252b050b0122d59d59466
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-autofavorite-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-2/00-619bba%40github.com.


[jenkinsci/blueocean-autofavorite-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/blueocean-autofavorite-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/blueocean-autofavorite-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/f66acc-00%40github.com.


[jenkinsci/dependency-track-plugin] 8c0f33: Bump credentials from 2.3.18 to 2.4.1

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.4.1
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 8c0f337a73a1d505e46bb37c41ecdea796cf763c
  
https://github.com/jenkinsci/dependency-track-plugin/commit/8c0f337a73a1d505e46bb37c41ecdea796cf763c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump credentials from 2.3.18 to 2.4.1

Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 
2.3.18 to 2.4.1.
- [Release notes](https://github.com/jenkinsci/credentials-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/credentials-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/credentials-plugin/compare/credentials-2.3.18...credentials-2.4.1)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.4.1/00-8c0f33%40github.com.


[jenkinsci/dependency-track-plugin] c6931a: Bump frontend-maven-plugin from 1.11.3 to 1.12.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.12.0
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: c6931a9e412c70b6ca6342a45c755f7c448c6b75
  
https://github.com/jenkinsci/dependency-track-plugin/commit/c6931a9e412c70b6ca6342a45c755f7c448c6b75
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump frontend-maven-plugin from 1.11.3 to 1.12.0

Bumps 
[frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 
1.11.3 to 1.12.0.
- [Release notes](https://github.com/eirslett/frontend-maven-plugin/releases)
- 
[Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.11.3...frontend-plugins-1.12.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.12.0/00-c6931a%40github.com.


[jenkinsci/favorite-plugin] cfcd05: Bump actions/cache from 2.1.3 to 2.1.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-2.1.5
  Home:   https://github.com/jenkinsci/favorite-plugin
  Commit: cfcd0587add38eab9cf8442d767600ed3f896fed
  
https://github.com/jenkinsci/favorite-plugin/commit/cfcd0587add38eab9cf8442d767600ed3f896fed
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.3 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...v2.1.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/favorite-plugin/push/refs/heads/dependabot/github_actions/actions/cache-2.1.5/00-cfcd05%40github.com.


[jenkinsci/favorite-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-v2.1.5
  Home:   https://github.com/jenkinsci/favorite-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/favorite-plugin/push/refs/heads/dependabot/github_actions/actions/cache-v2.1.5/d20a87-00%40github.com.


[jenkinsci/favorite-plugin] b163f5: Bump release-drafter/release-drafter from 5.13.0 t...

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0
  Home:   https://github.com/jenkinsci/favorite-plugin
  Commit: b163f5e79f6fc3955c686b6581dfadc83dbe64b6
  
https://github.com/jenkinsci/favorite-plugin/commit/b163f5e79f6fc3955c686b6581dfadc83dbe64b6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.13.0 to 5.15.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.13.0 to 5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.13.0...v5.15.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/favorite-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.15.0/00-b163f5%40github.com.


[jenkinsci/favorite-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0
  Home:   https://github.com/jenkinsci/favorite-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/favorite-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-v5.15.0/c0e3be-00%40github.com.


[jenkinsci/favorite-plugin] b51bee: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2
  Home:   https://github.com/jenkinsci/favorite-plugin
  Commit: b51bee93f105c0a4266705791d8a9ec7aaab876b
  
https://github.com/jenkinsci/favorite-plugin/commit/b51bee93f105c0a4266705791d8a9ec7aaab876b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/favorite-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-2/00-b51bee%40github.com.


[jenkinsci/favorite-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/favorite-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/favorite-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/cf7eb0-00%40github.com.


[jenkinsci/nuget-plugin] 4f269c: Bump xtrigger-lib from 0.34 to 0.35

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.lib-xtrigger-lib-0.35
  Home:   https://github.com/jenkinsci/nuget-plugin
  Commit: 4f269ce00895b783ae2524a0c0aced3d30cb8b3a
  
https://github.com/jenkinsci/nuget-plugin/commit/4f269ce00895b783ae2524a0c0aced3d30cb8b3a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump xtrigger-lib from 0.34 to 0.35

Bumps [xtrigger-lib](https://github.com/jenkinsci/xtrigger-lib) from 0.34 to 
0.35.
- [Release notes](https://github.com/jenkinsci/xtrigger-lib/releases)
- 
[Commits](https://github.com/jenkinsci/xtrigger-lib/compare/xtrigger-lib-0.34...xtrigger-lib-0.35)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nuget-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.lib-xtrigger-lib-0.35/00-4f269c%40github.com.


[jenkinsci/parameterized-trigger-plugin] 4b6439: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 4b6439945d265a847fa7ae877b800bb43abb75e8
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/4b6439945d265a847fa7ae877b800bb43abb75e8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameterized-trigger-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-2/00-4b6439%40github.com.


[jenkinsci/parameterized-trigger-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameterized-trigger-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/3b86ea-00%40github.com.


[jenkinsci/parameterized-trigger-plugin] 0b5338: Bump error_prone_annotations from 2.5.1 to 2.7.1

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.7.1
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 0b53389b264dd8158850ee46ba3ea8e2dd6e08f1
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/0b53389b264dd8158850ee46ba3ea8e2dd6e08f1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump error_prone_annotations from 2.5.1 to 2.7.1

Bumps [error_prone_annotations](https://github.com/google/error-prone) from 
2.5.1 to 2.7.1.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.5.1...v2.7.1)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameterized-trigger-plugin/push/refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.7.1/00-0b5338%40github.com.


[jenkinsci/parameterized-trigger-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.6.0
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameterized-trigger-plugin/push/refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.6.0/a19940-00%40github.com.


[jenkinsci/maven-plugin] cc88b4: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/setup-java-2
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: cc88b4ec4b95bafef7c60c2831454e5413762a7d
  
https://github.com/jenkinsci/maven-plugin/commit/cc88b4ec4b95bafef7c60c2831454e5413762a7d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/github_actions/master/actions/setup-java-2/00-cc88b4%40github.com.


[jenkinsci/maven-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/maven-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/github_actions/master/actions/setup-java-v2/78d690-00%40github.com.


[jenkinsci/maven-plugin] 92b73a: Bump actions/cache from 2.1.4 to 2.1.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/cache-2.1.5
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 92b73ab281905e3a4d4dd6d962cadfd72f579b47
  
https://github.com/jenkinsci/maven-plugin/commit/92b73ab281905e3a4d4dd6d962cadfd72f579b47
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.4 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/github_actions/master/actions/cache-2.1.5/00-92b73a%40github.com.


[jenkinsci/maven-plugin] 8a7b20: Bump release-drafter/release-drafter from 5.14.0 t...

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-5.15.0
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 8a7b208ccbf83952f253223619182e6a58808bbb
  
https://github.com/jenkinsci/maven-plugin/commit/8a7b208ccbf83952f253223619182e6a58808bbb
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.14.0 to 5.15.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.14.0 to 5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...v5.15.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-5.15.0/00-8a7b20%40github.com.


[jenkinsci/maven-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/cache-v2.1.5
  Home:   https://github.com/jenkinsci/maven-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/github_actions/master/actions/cache-v2.1.5/bb8221-00%40github.com.


[jenkinsci/maven-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-v5.15.0
  Home:   https://github.com/jenkinsci/maven-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-v5.15.0/063a42-00%40github.com.


[jenkinsci/maven-plugin] 533469: Bump mockito-core from 3.7.7 to 3.10.0

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/org.mockito-mockito-core-3.10.0
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 533469b1929f013615d15153054f85a8b8864c4e
  
https://github.com/jenkinsci/maven-plugin/commit/533469b1929f013615d15153054f85a8b8864c4e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.7.7 to 3.10.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.10.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/maven/master/org.mockito-mockito-core-3.10.0/00-533469%40github.com.


[jenkinsci/maven-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/org.mockito-mockito-core-3.9.0
  Home:   https://github.com/jenkinsci/maven-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/dependabot/maven/master/org.mockito-mockito-core-3.9.0/f76fa3-00%40github.com.


[jenkinsci/analysis-pom-plugin] 0278d8: Bump junit.version from 5.7.1 to 5.7.2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/junit.version-5.7.2
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 0278d81baa0ca84e6dc067f1a1c3d12230085298
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/0278d81baa0ca84e6dc067f1a1c3d12230085298
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit.version from 5.7.1 to 5.7.2

Bumps `junit.version` from 5.7.1 to 5.7.2.

Updates `junit-jupiter-api` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Updates `junit-jupiter-engine` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Updates `junit-vintage-engine` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Updates `junit-jupiter-params` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-pom-plugin/push/refs/heads/dependabot/maven/junit.version-5.7.2/00-0278d8%40github.com.


[jenkinsci/analysis-pom-plugin] 3421f6: Bump junit-platform-launcher from 1.7.1 to 1.7.2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.7.2
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 3421f6779d193ef4fe27955325b28c676a68b5cc
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/3421f6779d193ef4fe27955325b28c676a68b5cc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit-platform-launcher from 1.7.1 to 1.7.2

Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 
1.7.1 to 1.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-pom-plugin/push/refs/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.7.2/00-3421f6%40github.com.


[jenkinsci/sse-gateway-plugin] 5dbe28: Bump actions/setup-java from 1 to 2

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/setup-java-2
  Home:   https://github.com/jenkinsci/sse-gateway-plugin
  Commit: 5dbe2819f8a6b65859a8a01bf750ee1adf82376d
  
https://github.com/jenkinsci/sse-gateway-plugin/commit/5dbe2819f8a6b65859a8a01bf750ee1adf82376d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/setup-java from 1 to 2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sse-gateway-plugin/push/refs/heads/dependabot/github_actions/master/actions/setup-java-2/00-5dbe28%40github.com.


[jenkinsci/sse-gateway-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/sse-gateway-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sse-gateway-plugin/push/refs/heads/dependabot/github_actions/master/actions/setup-java-v2/538404-00%40github.com.


[jenkinsci/sse-gateway-plugin] dfc7d0: Bump release-drafter/release-drafter from 5.14.0 t...

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-5.15.0
  Home:   https://github.com/jenkinsci/sse-gateway-plugin
  Commit: dfc7d0d4ff220c00a6fb8ddba1b4a66d80c8fde8
  
https://github.com/jenkinsci/sse-gateway-plugin/commit/dfc7d0d4ff220c00a6fb8ddba1b4a66d80c8fde8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.14.0 to 5.15.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.14.0 to 5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...v5.15.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sse-gateway-plugin/push/refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-5.15.0/00-dfc7d0%40github.com.


[jenkinsci/sse-gateway-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-v5.15.0
  Home:   https://github.com/jenkinsci/sse-gateway-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sse-gateway-plugin/push/refs/heads/dependabot/github_actions/master/release-drafter/release-drafter-v5.15.0/017dcc-00%40github.com.


[jenkinsci/sse-gateway-plugin] 087fac: Bump actions/cache from 2.1.4 to 2.1.5

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/cache-2.1.5
  Home:   https://github.com/jenkinsci/sse-gateway-plugin
  Commit: 087fac362128aed269a206487165fb4e76b03c4e
  
https://github.com/jenkinsci/sse-gateway-plugin/commit/087fac362128aed269a206487165fb4e76b03c4e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.4 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.5)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sse-gateway-plugin/push/refs/heads/dependabot/github_actions/master/actions/cache-2.1.5/00-087fac%40github.com.


[jenkinsci/sse-gateway-plugin]

2021-05-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/cache-v2.1.5
  Home:   https://github.com/jenkinsci/sse-gateway-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sse-gateway-plugin/push/refs/heads/dependabot/github_actions/master/actions/cache-v2.1.5/222654-00%40github.com.


  1   2   >