[jenkinsci/email-ext-plugin] f94b73: Sort imports

2023-03-06 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: f94b7329bceac7c924557de7565ce6cbf7075d6a
  
https://github.com/jenkinsci/email-ext-plugin/commit/f94b7329bceac7c924557de7565ce6cbf7075d6a
  Author: Basil Crow 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/main/java/hudson/plugins/emailext/groovy/sandbox/SimpleTemplateEngine.java
M 
src/main/java/hudson/plugins/emailext/plugins/content/AbstractEvalContent.java
M 
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentSecureTest.java

  Log Message:
  ---
  Sort imports


-- 
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/email-ext-plugin/push/refs/heads/master/0ee262-f94b73%40github.com.


[jenkinsci/plugin-compat-tester] e072a3: Drop support for git:// URLs

2023-03-06 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/git-scm
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: e072a399d24aabbfdd21171e833eddab38580999
  
https://github.com/jenkinsci/plugin-compat-tester/commit/e072a399d24aabbfdd21171e833eddab38580999
  Author: Basil Crow 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/PluginCompatTester.java

  Log Message:
  ---
  Drop support for git:// URLs


-- 
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-compat-tester/push/refs/heads/git-scm/539d1c-e072a3%40github.com.


[jenkinsci/disk-usage-plugin]

2023-03-06 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/JENKINS-40728_invalid_class_cast
  Home:   https://github.com/jenkinsci/disk-usage-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/disk-usage-plugin/push/refs/heads/JENKINS-40728_invalid_class_cast/f72bc2-00%40github.com.


[jenkinsci/disk-usage-plugin]

2023-03-06 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/remove_deprecated_fields_BuildDiskUsageAction
  Home:   https://github.com/jenkinsci/disk-usage-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/disk-usage-plugin/push/refs/heads/remove_deprecated_fields_BuildDiskUsageAction/689cb0-00%40github.com.


[jenkinsci/disk-usage-plugin] bb9084: Update CHANGELOG.md

2023-03-06 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: bb9084fa04b796bd99585326360015f06b578df4
  
https://github.com/jenkinsci/disk-usage-plugin/commit/bb9084fa04b796bd99585326360015f06b578df4
  Author: Filipe Roque 
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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/disk-usage-plugin/push/refs/heads/master/4bbba4-bb9084%40github.com.


[jenkinsci/disk-usage-plugin] 689cb0: Removes deprecated fields from BuildDiskUsageAction

2023-03-06 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 689cb00796f9f4ca33245fc64378245d66586747
  
https://github.com/jenkinsci/disk-usage-plugin/commit/689cb00796f9f4ca33245fc64378245d66586747
  Author: Filipe Roque 
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/BuildDiskUsageAction.java
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsage.java
M 
src/test/java/hudson/plugins/disk_usage/integration/DiskUsagePropertyTest.java
R 
src/test/resources/hudson/plugins/disk_usage/integration/DiskUsagePropertyTest/testBackwadrCompatibility1.zip

  Log Message:
  ---
  Removes deprecated fields from BuildDiskUsageAction

These have been deprecated more than 7 years ago. It should relatively safe
to remove this code, enabling new features to be added with more ease.


  Commit: 4bbba4206e19efaa0211c090635fc11876f279e4
  
https://github.com/jenkinsci/disk-usage-plugin/commit/4bbba4206e19efaa0211c090635fc11876f279e4
  Author: Filipe Roque 
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/BuildDiskUsageAction.java
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsage.java
M 
src/test/java/hudson/plugins/disk_usage/integration/DiskUsagePropertyTest.java
R 
src/test/resources/hudson/plugins/disk_usage/integration/DiskUsagePropertyTest/testBackwadrCompatibility1.zip

  Log Message:
  ---
  Merge pull request #79 from 
jenkinsci/remove_deprecated_fields_BuildDiskUsageAction

Removes deprecated fields from BuildDiskUsageAction


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/5d1612bd2eb2...4bbba4206e19

-- 
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/disk-usage-plugin/push/refs/heads/master/5d1612-4bbba4%40github.com.


[jenkinsci/platformlabeler-plugin] 715375: Bump ubi9/ubi (#957)

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 715375941476a26e32c6aae73b49435679293c06
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/715375941476a26e32c6aae73b49435679293c06
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi9/ubi/9.1/Dockerfile

  Log Message:
  ---
  Bump ubi9/ubi (#957)


-- 
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/platformlabeler-plugin/push/refs/heads/master/282586-715375%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi9/ubi/9.1/master/ubi9/ubi-9.1.0-1782
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi9/ubi/9.1/master/ubi9/ubi-9.1.0-1782/ba61e9-00%40github.com.


[jenkinsci/incrementals-tools]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/maven-plugin-tools.version-3.8.1
  Home:   https://github.com/jenkinsci/incrementals-tools

-- 
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/incrementals-tools/push/refs/heads/dependabot/maven/maven-plugin-tools.version-3.8.1/bd35ac-00%40github.com.


[jenkinsci/gradle-jpi-plugin] 581df4: Apply Checkstyle and Jacoco plugins

2023-03-06 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 581df459fb81a788ead46026cbebcf8c5f93749d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/581df459fb81a788ead46026cbebcf8c5f93749d
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A src/main/resources/sun_checks.xml
A 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy

  Log Message:
  ---
  Apply Checkstyle and Jacoco plugins


  Commit: 22a2938cd8ca9ddc22950e3949ca52b3a0943dae
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/22a2938cd8ca9ddc22950e3949ca52b3a0943dae
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Apply SpotBugs plugin


  Commit: 252225568a6f056afd4c8a1d64424a52b1a9aa78
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/252225568a6f056afd4c8a1d64424a52b1a9aa78
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Fix styling


  Commit: c07302c9f0ec3b8dadc604f8af65ee5fa0643e09
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c07302c9f0ec3b8dadc604f8af65ee5fa0643e09
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy

  Log Message:
  ---
  Use `onlyIf` to condition tasks execution


  Commit: a6a6916bae83583a6c9273284d879e051a5287e4
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a6a6916bae83583a6c9273284d879e051a5287e4
  Author: Steve Hill 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A src/main/resources/sun_checks.xml
A 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Merge pull request #220 from alextu/atual/quality-plugins

Apply Checkstyle, SpotBugs, Jacoco plugins


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/c6cc8b13d760...a6a6916bae83

-- 
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/gradle-jpi-plugin/push/refs/heads/master/c6cc8b-a6a691%40github.com.


[jenkinsci/platformlabeler-plugin] 317aea: Bump amazonlinux (#951)

2023-03-06 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi9/ubi/9.1/master/ubi9/ubi-9.1.0-1782
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 317aeab89a95f7e14cd1bcfe63f4b421c5cac356
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/317aeab89a95f7e14cd1bcfe63f4b421c5cac356
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2/Dockerfile

  Log Message:
  ---
  Bump amazonlinux (#951)


  Commit: 669827428baef436b17f23c424b25d5e0972e5fd
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/669827428baef436b17f23c424b25d5e0972e5fd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1887.vda_d0ddb_c15c4 (#958)


  Commit: d26397a82523f17369c5cf41194792b9c1b142d3
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/d26397a82523f17369c5cf41194792b9c1b142d3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/Dockerfile

  Log Message:
  ---
  Bump ubuntu (#952)


  Commit: 85e70786847c6e22c74aec927b2a6615fbedeabd
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/85e70786847c6e22c74aec927b2a6615fbedeabd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/Dockerfile

  Log Message:
  ---
  Bump debian (#950)


  Commit: a5481a26ac9fe42c0f8088dc16d472b9234228be
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/a5481a26ac9fe42c0f8088dc16d472b9234228be
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/Dockerfile

  Log Message:
  ---
  Bump debian (#953)


  Commit: af718c8620317e8031e884bde8bbf3c09cbbd8c4
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/af718c8620317e8031e884bde8bbf3c09cbbd8c4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2022/Dockerfile

  Log Message:
  ---
  Bump amazonlinux (#954)


  Commit: 4505c30d5743cd932f4160972fcc6927249f4397
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/4505c30d5743cd932f4160972fcc6927249f4397
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/Dockerfile

  Log Message:
  ---
  Bump debian (#949)


  Commit: 28258624e2c90af05fa4ec44d9d417dec5b4d811
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/28258624e2c90af05fa4ec44d9d417dec5b4d811
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile

  Log Message:
  ---
  Bump ubuntu (#955)


  Commit: ba61e95d66e85d869def385cb0775e31d2c82f8f
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/ba61e95d66e85d869def385cb0775e31d2c82f8f
  Author: Mark Waite 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2/Dockerfile
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2022/Dockerfile
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/Dockerfile
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/Dockerfile
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/Dockerfile
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/Dockerfile
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi9/ubi/9.1/master/ubi9/ubi-9.1.0-1782


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/761558cf28c5...ba61e95d66e8

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 

[jenkinsci/docker-java-api-plugin] 93a880: Bump bom-2.361.x from 1798.vc671fe94856f to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/docker-java-api-plugin
  Commit: 93a8807f06d8752fab305c82d97d18d9ad1d762d
  
https://github.com/jenkinsci/docker-java-api-plugin/commit/93a8807f06d8752fab305c82d97d18d9ad1d762d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1798.vc671fe94856f to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1798.vc671fe94856f 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/docker-java-api-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-93a880%40github.com.


[jenkinsci/ldap-plugin] c35706: Bump bom-2.361.x from 1841.v7b_22c5218e1a to 1887....

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: c35706ef4d01d12b13fab92e1cca4470de74ca7b
  
https://github.com/jenkinsci/ldap-plugin/commit/c35706ef4d01d12b13fab92e1cca4470de74ca7b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1841.v7b_22c5218e1a to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1841.v7b_22c5218e1a 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/ldap-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-c35706%40github.com.


[jenkinsci/jira-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.springframework-spring-jcl-6.0.5
  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.springframework-spring-jcl-6.0.5/20775f-00%40github.com.


[jenkinsci/jira-plugin] 0faea4: Bump spring-jcl from 6.0.4 to 6.0.6

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.springframework-spring-jcl-6.0.6
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 0faea4aae93b8bcca64bc25c3fcb75ff3669d76b
  
https://github.com/jenkinsci/jira-plugin/commit/0faea4aae93b8bcca64bc25c3fcb75ff3669d76b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spring-jcl from 6.0.4 to 6.0.6

Bumps [spring-jcl](https://github.com/spring-projects/spring-framework) from 
6.0.4 to 6.0.6.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.4...v6.0.6)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jcl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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.springframework-spring-jcl-6.0.6/00-0faea4%40github.com.


[jenkinsci/pipeline-stage-view-plugin] bc676a: Bump json from 20220924 to 20230227

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.json-json-20230227
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: bc676a0c597f193d395018dfe9884fca4032d8cf
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/bc676a0c597f193d395018dfe9884fca4032d8cf
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump json from 20220924 to 20230227

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220924 to 
20230227.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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.json-json-20230227/00-bc676a%40github.com.


[jenkinsci/jira-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.375.x-1836.vfe602c266c05
  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/io.jenkins.tools.bom-bom-2.375.x-1836.vfe602c266c05/261af9-00%40github.com.


[jenkinsci/jira-plugin] cd8147: Bump bom-2.375.x from 1798.vc671fe94856f to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: cd814786cdca41be7dccb80bd68077d005ba6934
  
https://github.com/jenkinsci/jira-plugin/commit/cd814786cdca41be7dccb80bd68077d005ba6934
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.375.x from 1798.vc671fe94856f to 1887.vda_d0ddb_c15c4

Bumps [bom-2.375.x](https://github.com/jenkinsci/bom) from 1798.vc671fe94856f 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.375.x
  dependency-type: direct:production
...

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/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4/00-cd8147%40github.com.


[jenkinsci/configuration-as-code-plugin] 462ab5: build(deps): Bump antlr4-runtime from 4.11.1 to 4....

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 462ab5bafa0fa49f343e10ccd531402e6c3aae99
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/462ab5bafa0fa49f343e10ccd531402e6c3aae99
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  build(deps): Bump antlr4-runtime from 4.11.1 to 4.12.0 (#2219)

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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/jenkinsci/configuration-as-code-plugin/push/refs/heads/master/890ec6-462ab5%40github.com.


[jenkinsci/configuration-as-code-plugin]

2023-03-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.antlr-antlr4-runtime-4.12.0
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.antlr-antlr4-runtime-4.12.0/9ed191-00%40github.com.


[jenkinsci/configuration-as-code-plugin]

2023-03-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-external-workspace-manager-1.3.0
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-external-workspace-manager-1.3.0/5115ca-00%40github.com.


[jenkinsci/pipeline-maven-plugin] c5d165: build(deps): Bump cloudbees-folder

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-cloudbees-folder-6.815.v0dd5a_cb_40e0e
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: c5d16512f237ad328b946e8a48dae86d60c67b49
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/c5d16512f237ad328b946e8a48dae86d60c67b49
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump cloudbees-folder

Bumps [cloudbees-folder](https://github.com/jenkinsci/cloudbees-folder-plugin) 
from 6.740.ve4f4ffa_dea_54 to 6.815.v0dd5a_cb_40e0e.
- [Release notes](https://github.com/jenkinsci/cloudbees-folder-plugin/releases)
- [Commits](https://github.com/jenkinsci/cloudbees-folder-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:cloudbees-folder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-cloudbees-folder-6.815.v0dd5a_cb_40e0e/75e64b-c5d165%40github.com.


[jenkinsci/pipeline-maven-plugin] 5d0f1e: build(deps): Bump maven-plugin from 3.16 to 3.21 (...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 5d0f1e04c2158fe16b51ce4ebc257c889322add9
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/5d0f1e04c2158fe16b51ce4ebc257c889322add9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump maven-plugin from 3.16 to 3.21 (#598)

Bumps [maven-plugin](https://github.com/jenkinsci/maven-plugin) from 3.16 to 
3.21.
- [Release notes](https://github.com/jenkinsci/maven-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/maven-plugin/compare/maven-plugin-3.16...maven-plugin-3.21)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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/jenkinsci/pipeline-maven-plugin/push/refs/heads/master/2e5c1e-5d0f1e%40github.com.


[jenkinsci/pipeline-maven-plugin] d28146: build(deps): Bump HikariCP from 4.0.3 to 5.0.1

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.zaxxer-HikariCP-5.0.1
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: d28146e2be49222ec61078adf78c032da076a918
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/d28146e2be49222ec61078adf78c032da076a918
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump HikariCP from 4.0.3 to 5.0.1

Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.3 to 
5.0.1.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- 
[Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-4.0.3...HikariCP-5.0.1)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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/com.zaxxer-HikariCP-5.0.1/062b0f-d28146%40github.com.


[jenkinsci/pipeline-maven-plugin] 4e6929: build(deps): Bump plugin from 4.51 to 4.55

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 4e6929af1942ca3c33dac6f218e70020bab8a5cc
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/4e6929af1942ca3c33dac6f218e70020bab8a5cc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump plugin from 4.51 to 4.55

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

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-plugin-4.55/9b45eb-4e6929%40github.com.


[jenkinsci/pipeline-maven-plugin] c95355: build(deps): Bump maven-plugin from 3.16 to 3.21

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: c953559f8157a9ed4314f2c6b3e6a8dfc72e6fb1
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/c953559f8157a9ed4314f2c6b3e6a8dfc72e6fb1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump maven-plugin from 3.16 to 3.21

Bumps [maven-plugin](https://github.com/jenkinsci/maven-plugin) from 3.16 to 
3.21.
- [Release notes](https://github.com/jenkinsci/maven-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/maven-plugin/compare/maven-plugin-3.16...maven-plugin-3.21)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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.main-maven-plugin-3.21/107925-c95355%40github.com.


[jenkinsci/pipeline-maven-plugin] 75e64b: build(deps): Bump cloudbees-folder

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-cloudbees-folder-6.815.v0dd5a_cb_40e0e
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 75e64b8c346bc9ad209eec1699d3f6b4c4351e38
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/75e64b8c346bc9ad209eec1699d3f6b4c4351e38
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump cloudbees-folder

Bumps [cloudbees-folder](https://github.com/jenkinsci/cloudbees-folder-plugin) 
from 6.740.ve4f4ffa_dea_54 to 6.815.v0dd5a_cb_40e0e.
- [Release notes](https://github.com/jenkinsci/cloudbees-folder-plugin/releases)
- [Commits](https://github.com/jenkinsci/cloudbees-folder-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:cloudbees-folder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-cloudbees-folder-6.815.v0dd5a_cb_40e0e/295130-75e64b%40github.com.


[jenkinsci/configuration-as-code-plugin]

2023-03-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.google.code.gson-gson-2.10.1
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/com.google.code.gson-gson-2.10.1/151cb2-00%40github.com.


[jenkinsci/configuration-as-code-plugin] 5115ca: build(deps-dev): Bump external-workspace-manager f...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-external-workspace-manager-1.3.0
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 5115ca71541d60ea92367667d7a5cf0244ad7e2b
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/5115ca71541d60ea92367667d7a5cf0244ad7e2b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  build(deps-dev): Bump external-workspace-manager from 1.2.3 to 1.3.0

Bumps 
[external-workspace-manager](https://github.com/jenkinsci/external-workspace-manager-plugin)
 from 1.2.3 to 1.3.0.
- [Release 
notes](https://github.com/jenkinsci/external-workspace-manager-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/external-workspace-manager-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/external-workspace-manager-plugin/compare/external-workspace-manager-1.2.3...external-workspace-manager-1.3.0)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:external-workspace-manager
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-external-workspace-manager-1.3.0/00-5115ca%40github.com.


[jenkinsci/configuration-as-code-plugin]

2023-03-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-role-strategy-587.v2872c41fa_e51
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-role-strategy-587.v2872c41fa_e51/b77413-00%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/master/ubuntu-jammy-20230301
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/master/ubuntu-jammy-20230301/9f6880-00%40github.com.


[jenkinsci/platformlabeler-plugin] 282586: Bump ubuntu (#955)

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 28258624e2c90af05fa4ec44d9d417dec5b4d811
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/28258624e2c90af05fa4ec44d9d417dec5b4d811
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile

  Log Message:
  ---
  Bump ubuntu (#955)


-- 
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/platformlabeler-plugin/push/refs/heads/master/4505c3-282586%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/master/debian-unstable-20230227-slim
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/master/debian-unstable-20230227-slim/ceaff7-00%40github.com.


[jenkinsci/lockable-resources-plugin]

2023-03-06 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/1131.vb_7c3d377e723
  Home:   https://github.com/jenkinsci/lockable-resources-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/lockable-resources-plugin/push/refs/tags/1131.vb_7c3d377e723/00-b7c3d3%40github.com.


[jenkinsci/platformlabeler-plugin] 9f6880: Bump ubuntu

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/master/ubuntu-jammy-20230301
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 9f6880f8fe78790c103103981f3d13d3bda91a5f
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/9f6880f8fe78790c103103981f3d13d3bda91a5f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile

  Log Message:
  ---
  Bump ubuntu

Bumps ubuntu from jammy-20230126 to jammy-20230301.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/master/ubuntu-jammy-20230301/57e2d7-9f6880%40github.com.


[jenkinsci/platformlabeler-plugin] ceaff7: Bump debian

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/master/debian-unstable-20230227-slim
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: ceaff76443012e9b0aa77c55d5667b053a5b0f1b
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/ceaff76443012e9b0aa77c55d5667b053a5b0f1b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/Dockerfile

  Log Message:
  ---
  Bump debian

Bumps debian from unstable-20230208-slim to unstable-20230227-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/master/debian-unstable-20230227-slim/b66a31-ceaff7%40github.com.


[jenkinsci/pipeline-maven-plugin] 062b0f: build(deps): Bump HikariCP from 4.0.3 to 5.0.1

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.zaxxer-HikariCP-5.0.1
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 062b0f68d9626606bf4eca0ac1980ad65704e2a8
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/062b0f68d9626606bf4eca0ac1980ad65704e2a8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump HikariCP from 4.0.3 to 5.0.1

Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.3 to 
5.0.1.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- 
[Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-4.0.3...HikariCP-5.0.1)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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/com.zaxxer-HikariCP-5.0.1/66b8ff-062b0f%40github.com.


[jenkinsci/pipeline-maven-plugin] 9b45eb: build(deps): Bump plugin from 4.51 to 4.55

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 9b45eb5c869ad59f88264a1c7badb9d96b73b4b5
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/9b45eb5c869ad59f88264a1c7badb9d96b73b4b5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): Bump plugin from 4.51 to 4.55

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

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-plugin-4.55/90eba1-9b45eb%40github.com.


[jenkinsci/maven-stapler-plugin] 44c5af: Bump plexus-utils from 3.5.0 to 3.5.1 (#41)

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-stapler-plugin
  Commit: 44c5af052f16f9da322b2ba26919f87e603ee141
  
https://github.com/jenkinsci/maven-stapler-plugin/commit/44c5af052f16f9da322b2ba26919f87e603ee141
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plexus-utils from 3.5.0 to 3.5.1 (#41)


-- 
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-stapler-plugin/push/refs/heads/master/7d312d-44c5af%40github.com.


[jenkinsci/platformlabeler-plugin] b66a31: Bump debian

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/master/debian-unstable-20230227-slim
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: b66a3177fb1a7f0d584dc1e56a181f0d17cce722
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/b66a3177fb1a7f0d584dc1e56a181f0d17cce722
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/Dockerfile

  Log Message:
  ---
  Bump debian

Bumps debian from unstable-20230208-slim to unstable-20230227-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/master/debian-unstable-20230227-slim/6e8354-b66a31%40github.com.


[jenkinsci/platformlabeler-plugin] 57e2d7: Bump ubuntu

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/master/ubuntu-jammy-20230301
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 57e2d7db7dcb48b4145a3f284d57f2da12d07b90
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/57e2d7db7dcb48b4145a3f284d57f2da12d07b90
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile

  Log Message:
  ---
  Bump ubuntu

Bumps ubuntu from jammy-20230126 to jammy-20230301.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/master/ubuntu-jammy-20230301/7457b1-57e2d7%40github.com.


[jenkinsci/jenkins-test-harness] de00ce: Enhance RealJenkinsRule.restart to check that Jenk...

2023-03-06 Thread 'Devin Nusbaum' via Jenkins Commits
  Branch: refs/heads/ensure-rjr-cleans-up
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: de00ce90f2eab36f9638761b457dcdba683bd6cd
  
https://github.com/jenkinsci/jenkins-test-harness/commit/de00ce90f2eab36f9638761b457dcdba683bd6cd
  Author: Devin Nusbaum 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  Enhance RealJenkinsRule.restart to check that Jenkins.cleanUp runs


-- 
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/ensure-rjr-cleans-up/00-de00ce%40github.com.


[jenkinsci/pipeline-maven-plugin] b2a0a8: chore: rewrite some tests (#596)

2023-03-06 Thread 'Benoit Guerin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: b2a0a883af42428a668bae2d8ecdf1d89ca4759c
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/b2a0a883af42428a668bae2d8ecdf1d89ca4759c
  Author: Benoit Guerin 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M jenkins-plugin/pom.xml
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/AbstractIntegrationTest.java
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/DependencyGraphTest.java
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepOnMasterTest.java
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/listeners/DownstreamPipelineTriggerRunListenerIntegrationTest.java
A 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/publishers/InvokerRunsPublisherInternalTest.java
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/publishers/InvokerRunsPublisherTest.java
A 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/publishers/JacocoReportPublisherTest.java

  Log Message:
  ---
  chore: rewrite some tests (#596)


-- 
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/master/fe5ddf-b2a0a8%40github.com.


[jenkinsci/pipeline-maven-plugin]

2023-03-06 Thread 'Benoit Guerin' via Jenkins Commits
  Branch: refs/heads/chore/tests
  Home:   https://github.com/jenkinsci/pipeline-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/pipeline-maven-plugin/push/refs/heads/chore/tests/54966d-00%40github.com.


[jenkinsci/ws-cleanup-plugin] 774afe: Bump bom-2.361.x from 1886.va_11c9f461054 to 1887....

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ws-cleanup-plugin
  Commit: 774afeff87f92d676f18ed42313a9b140ee8cd3f
  
https://github.com/jenkinsci/ws-cleanup-plugin/commit/774afeff87f92d676f18ed42313a9b140ee8cd3f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1886.va_11c9f461054 to 1887.vda_d0ddb_c15c4 (#134)


-- 
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/ws-cleanup-plugin/push/refs/heads/master/d5f110-774afe%40github.com.


[jenkinsci/priority-sorter-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054
  Home:   https://github.com/jenkinsci/priority-sorter-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/priority-sorter-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054/76d1b8-00%40github.com.


[jenkinsci/nodelabelparameter-plugin] 465af6: chore(deps): bump bom-2.361.x (#216)

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodelabelparameter-plugin
  Commit: 465af6b2f06b3ec0dcf98257b05e3aadf4f49587
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/465af6b2f06b3ec0dcf98257b05e3aadf4f49587
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump bom-2.361.x (#216)


-- 
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/nodelabelparameter-plugin/push/refs/heads/master/55aaf4-465af6%40github.com.


[jenkinsci/timestamper-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/timestamper-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/timestamper-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/dcd1f8-00%40github.com.


[jenkinsci/timestamper-plugin] a58a38: Bump bom-2.361.x from 1886.va_11c9f461054 to 1887....

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: a58a38cac806918bd7ce0b319ca043f75d13d21c
  
https://github.com/jenkinsci/timestamper-plugin/commit/a58a38cac806918bd7ce0b319ca043f75d13d21c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1886.va_11c9f461054 to 1887.vda_d0ddb_c15c4 (#230)


-- 
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/timestamper-plugin/push/refs/heads/master/0216c6-a58a38%40github.com.


[jenkinsci/throttle-concurrent-builds-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-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/throttle-concurrent-builds-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/f67852-00%40github.com.


[jenkinsci/xshell-plugin] 4d4069: Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xshell-plugin
  Commit: 4d40691e53e3101398bc8240d9e91ded71ccfe6a
  
https://github.com/jenkinsci/xshell-plugin/commit/4d40691e53e3101398bc8240d9e91ded71ccfe6a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886.va_11c9f461054 (#66)


-- 
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/xshell-plugin/push/refs/heads/master/49479c-4d4069%40github.com.


[jenkinsci/testng-plugin-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054
  Home:   https://github.com/jenkinsci/testng-plugin-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/testng-plugin-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054/31e5a8-00%40github.com.


[jenkinsci/swarm-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/swarm-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/swarm-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/a6014c-00%40github.com.


[jenkinsci/swarm-plugin] 5fb544: Bump bom-2.361.x from 1886.va_11c9f461054 to 1887....

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/swarm-plugin
  Commit: 5fb544f4b578df29879f0142410eac98d26d42fe
  
https://github.com/jenkinsci/swarm-plugin/commit/5fb544f4b578df29879f0142410eac98d26d42fe
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1886.va_11c9f461054 to 1887.vda_d0ddb_c15c4 (#537)


-- 
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/swarm-plugin/push/refs/heads/master/b41bef-5fb544%40github.com.


[jenkinsci/versioncolumn-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054
  Home:   https://github.com/jenkinsci/versioncolumn-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/versioncolumn-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054/779f41-00%40github.com.


[jenkinsci/versioncolumn-plugin] 071f8b: Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/versioncolumn-plugin
  Commit: 071f8b418a6ac92d0781694fd304b80a612ecc4d
  
https://github.com/jenkinsci/versioncolumn-plugin/commit/071f8b418a6ac92d0781694fd304b80a612ecc4d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886.va_11c9f461054 (#134)


-- 
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/versioncolumn-plugin/push/refs/heads/master/bfcd25-071f8b%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/master/debian-testing-20230227-slim
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/master/debian-testing-20230227-slim/629105-00%40github.com.


[jenkinsci/platformlabeler-plugin] 85e707: Bump debian (#950)

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 85e70786847c6e22c74aec927b2a6615fbedeabd
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/85e70786847c6e22c74aec927b2a6615fbedeabd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/Dockerfile

  Log Message:
  ---
  Bump debian (#950)


-- 
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/platformlabeler-plugin/push/refs/heads/master/d26397-85e707%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/master/ubuntu-focal-20230301
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/master/ubuntu-focal-20230301/f5709b-00%40github.com.


[jenkinsci/acceptance-test-harness]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/jfrog/artifactory-oss-7.49.8
  Home:   https://github.com/jenkinsci/acceptance-test-harness

-- 
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/acceptance-test-harness/push/refs/heads/dependabot/docker/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/jfrog/artifactory-oss-7.49.8/37570f-00%40github.com.


[jenkinsci/acceptance-test-harness] 54b3f3: Build(deps): Bump jfrog/artifactory-oss

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/jfrog/artifactory-oss-7.55.3
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 54b3f319b0288e510046a1c93897981dd422bbde
  
https://github.com/jenkinsci/acceptance-test-harness/commit/54b3f319b0288e510046a1c93897981dd422bbde
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile

  Log Message:
  ---
  Build(deps): Bump jfrog/artifactory-oss

Bumps jfrog/artifactory-oss from 7.49.6 to 7.55.3.

---
updated-dependencies:
- dependency-name: jfrog/artifactory-oss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/acceptance-test-harness/push/refs/heads/dependabot/docker/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/jfrog/artifactory-oss-7.55.3/00-54b3f3%40github.com.


[jenkinsci/implied-labels-plugin] b74d4c: Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/implied-labels-plugin
  Commit: b74d4c5814d635be2c5ef8a17f5f0db361d3a6ba
  
https://github.com/jenkinsci/implied-labels-plugin/commit/b74d4c5814d635be2c5ef8a17f5f0db361d3a6ba
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886.va_11c9f461054 (#108)


-- 
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/implied-labels-plugin/push/refs/heads/master/8ce835-b74d4c%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/c8ab82-00%40github.com.


[jenkinsci/embeddable-build-status-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054
  Home:   https://github.com/jenkinsci/embeddable-build-status-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/embeddable-build-status-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054/96fcbd-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] 626c43: Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 626c434df67e65af555d498d8152f613368c8e4a
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/626c434df67e65af555d498d8152f613368c8e4a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-626c43%40github.com.


[jenkinsci/acceptance-test-harness] c4350f: Build(deps): Bump json from 20220924 to 20230227

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.json-json-20230227
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: c4350f73015a8875d03696bb12e4d6b799415cd5
  
https://github.com/jenkinsci/acceptance-test-harness/commit/c4350f73015a8875d03696bb12e4d6b799415cd5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump json from 20220924 to 20230227

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220924 to 
20230227.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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/acceptance-test-harness/push/refs/heads/dependabot/maven/org.json-json-20230227/00-c4350f%40github.com.


[jenkinsci/configuration-as-code-plugin] 151cb2: build(deps): Bump gson from 2.9.1 to 2.10.1

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.google.code.gson-gson-2.10.1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 151cb22937fbe66e2223660c0f7369c34d5c3cd3
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/151cb22937fbe66e2223660c0f7369c34d5c3cd3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  build(deps): Bump gson from 2.9.1 to 2.10.1

Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/google/gson/compare/gson-parent-2.9.1...gson-parent-2.10.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/com.google.code.gson-gson-2.10.1/00-151cb2%40github.com.


[jenkinsci/deployed-on-column-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.20
  Home:   https://github.com/jenkinsci/deployed-on-column-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/deployed-on-column-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.20/288a04-00%40github.com.


[jenkinsci/deployed-on-column-plugin] 6ccfc6: Bump maven-plugin from 3.12 to 3.21

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21
  Home:   https://github.com/jenkinsci/deployed-on-column-plugin
  Commit: 6ccfc6c6cebdf7d0b265df3eb79c12a9c8c9d073
  
https://github.com/jenkinsci/deployed-on-column-plugin/commit/6ccfc6c6cebdf7d0b265df3eb79c12a9c8c9d073
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-plugin from 3.12 to 3.21

Bumps [maven-plugin](https://github.com/jenkinsci/maven-plugin) from 3.12 to 
3.21.
- [Release notes](https://github.com/jenkinsci/maven-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/maven-plugin/compare/maven-plugin-3.12...maven-plugin-3.21)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/deployed-on-column-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21/00-6ccfc6%40github.com.


[jenkinsci/pipeline-maven-plugin]

2023-03-06 Thread 'Benoit Guerin' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.6
  Home:   https://github.com/jenkinsci/pipeline-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/pipeline-maven-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.6/c6cad1-00%40github.com.


[jenkinsci/simple-theme-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.33.0
  Home:   https://github.com/jenkinsci/simple-theme-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/simple-theme-plugin/push/refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.33.0/ad901f-00%40github.com.


[jenkinsci/simple-theme-plugin] 4e6544: Bump spotless-maven-plugin from 2.30.0 to 2.34.0

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.34.0
  Home:   https://github.com/jenkinsci/simple-theme-plugin
  Commit: 4e6544f4e121e088e377737f660661ffa41a22c5
  
https://github.com/jenkinsci/simple-theme-plugin/commit/4e6544f4e121e088e377737f660661ffa41a22c5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotless-maven-plugin from 2.30.0 to 2.34.0

Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.30.0 
to 2.34.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- 
[Commits](https://github.com/diffplug/spotless/compare/lib/2.30.0...lib/2.34.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/simple-theme-plugin/push/refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.34.0/00-4e6544%40github.com.


[jenkinsci/build-token-root-plugin] 90eb5e: Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/build-token-root-plugin
  Commit: 90eb5ea9dabeb76c30ebac4803d3fb1c37a0e421
  
https://github.com/jenkinsci/build-token-root-plugin/commit/90eb5ea9dabeb76c30ebac4803d3fb1c37a0e421
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/build-token-root-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-90eb5e%40github.com.


[jenkinsci/platformlabeler-plugin] ca47a1: Bump amazonlinux

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2022/master/amazonlinux-2023.0.20230222.1
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: ca47a198dc12089119b088b3d814566506075db4
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/ca47a198dc12089119b088b3d814566506075db4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2022/Dockerfile

  Log Message:
  ---
  Bump amazonlinux

Bumps amazonlinux from 2022.0.20230118.3 to 2023.0.20230222.1.

---
updated-dependencies:
- dependency-name: amazonlinux
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2022/master/amazonlinux-2023.0.20230222.1/fe1664-ca47a1%40github.com.


[jenkinsci/hidden-parameter-plugin] d0d8d5: Bump bom-2.375.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hidden-parameter-plugin
  Commit: d0d8d56b29ecc0858ecd0a717a1f5cce2a2c29f7
  
https://github.com/jenkinsci/hidden-parameter-plugin/commit/d0d8d56b29ecc0858ecd0a717a1f5cce2a2c29f7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.375.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.375.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.375.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: f3fe2c3e36d4c4a8995ff656bb08dba4cd596494
  
https://github.com/jenkinsci/hidden-parameter-plugin/commit/f3fe2c3e36d4c4a8995ff656bb08dba4cd596494
  Author: Valentin Delaye 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #19 from 
jenkinsci/dependabot/maven/master/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4

Bump bom-2.375.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4


Compare: 
https://github.com/jenkinsci/hidden-parameter-plugin/compare/ab1b6dc739e9...f3fe2c3e36d4

-- 
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/hidden-parameter-plugin/push/refs/heads/master/ab1b6d-f3fe2c%40github.com.


[jenkinsci/hidden-parameter-plugin]

2023-03-06 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/hidden-parameter-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/hidden-parameter-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4/d0d8d5-00%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054/dfb296-00%40github.com.


[jenkinsci/platformlabeler-plugin] c8ab82: Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1887...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: c8ab823d0dcb49b71b482f57db3654227ec943c1
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c8ab823d0dcb49b71b482f57db3654227ec943c1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1883.vcb_768a_7c3610 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/platformlabeler-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-c8ab82%40github.com.


[jenkinsci/instance-identity-plugin] 718bda: Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/instance-identity-plugin
  Commit: 718bda59ee0a675b88c498ec49b46e0c0913d6c3
  
https://github.com/jenkinsci/instance-identity-plugin/commit/718bda59ee0a675b88c498ec49b46e0c0913d6c3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4 (#74)


-- 
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/instance-identity-plugin/push/refs/heads/master/ea4108-718bda%40github.com.


[jenkinsci/instance-identity-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/instance-identity-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/instance-identity-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/d6a201-00%40github.com.


[jenkinsci/conditional-buildstep-plugin] 08468e: Bump maven-plugin from 3.16 to 3.21

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21
  Home:   https://github.com/jenkinsci/conditional-buildstep-plugin
  Commit: 08468e14e50109374c708f6bed90b996977a4a67
  
https://github.com/jenkinsci/conditional-buildstep-plugin/commit/08468e14e50109374c708f6bed90b996977a4a67
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-plugin from 3.16 to 3.21

Bumps [maven-plugin](https://github.com/jenkinsci/maven-plugin) from 3.16 to 
3.21.
- [Release notes](https://github.com/jenkinsci/maven-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/maven-plugin/compare/maven-plugin-3.16...maven-plugin-3.21)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/conditional-buildstep-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21/00-08468e%40github.com.


[jenkinsci/ws-cleanup-plugin] da2fc7: Bump bom-2.361.x from 1886.va_11c9f461054 to 1887....

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/ws-cleanup-plugin
  Commit: da2fc732528da4def58cbebacd6fa615f227992e
  
https://github.com/jenkinsci/ws-cleanup-plugin/commit/da2fc732528da4def58cbebacd6fa615f227992e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1886.va_11c9f461054 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1886.va_11c9f461054 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/ws-cleanup-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-da2fc7%40github.com.


[jenkinsci/amazon-ecr-plugin] f7ddd1: Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/amazon-ecr-plugin
  Commit: f7ddd1537c189f85571de758fa7fd72a8223bcaf
  
https://github.com/jenkinsci/amazon-ecr-plugin/commit/f7ddd1537c189f85571de758fa7fd72a8223bcaf
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/amazon-ecr-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-f7ddd1%40github.com.


[jenkinsci/amazon-ecr-plugin] b3cfc0: Bump spotless-maven-plugin from 2.30.0 to 2.34.0

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.34.0
  Home:   https://github.com/jenkinsci/amazon-ecr-plugin
  Commit: b3cfc0f3f950b8bba82baf7810f0f3f384e8a772
  
https://github.com/jenkinsci/amazon-ecr-plugin/commit/b3cfc0f3f950b8bba82baf7810f0f3f384e8a772
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotless-maven-plugin from 2.30.0 to 2.34.0

Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.30.0 
to 2.34.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- 
[Commits](https://github.com/diffplug/spotless/compare/lib/2.30.0...lib/2.34.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/amazon-ecr-plugin/push/refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.34.0/00-b3cfc0%40github.com.


[jenkinsci/swarm-plugin] a6014c: Bump bom-2.361.x from 1886.va_11c9f461054 to 1887....

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/swarm-plugin
  Commit: a6014cc22f9391935db63663684a669f40e98717
  
https://github.com/jenkinsci/swarm-plugin/commit/a6014cc22f9391935db63663684a669f40e98717
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1886.va_11c9f461054 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1886.va_11c9f461054 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/swarm-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-a6014c%40github.com.


[jenkinsci/maven-invoker-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.5.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.codehaus.plexus-plexus-utils-3.5.0/7e49e3-00%40github.com.


[jenkinsci/skip-notifications-trait-plugin] a9ee19: Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/skip-notifications-trait-plugin
  Commit: a9ee191003574079b55981b0d048eb34c6056b1e
  
https://github.com/jenkinsci/skip-notifications-trait-plugin/commit/a9ee191003574079b55981b0d048eb34c6056b1e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/skip-notifications-trait-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-a9ee19%40github.com.


[jenkinsci/instance-identity-plugin] d6a201: Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/instance-identity-plugin
  Commit: d6a201c72c8e894a51943ef4562f9d9483b88906
  
https://github.com/jenkinsci/instance-identity-plugin/commit/d6a201c72c8e894a51943ef4562f9d9483b88906
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/instance-identity-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-d6a201%40github.com.


[jenkinsci/email-ext-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054/2cc7c9-00%40github.com.


[jenkinsci/hidden-parameter-plugin] d0d8d5: Bump bom-2.375.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/hidden-parameter-plugin
  Commit: d0d8d56b29ecc0858ecd0a717a1f5cce2a2c29f7
  
https://github.com/jenkinsci/hidden-parameter-plugin/commit/d0d8d56b29ecc0858ecd0a717a1f5cce2a2c29f7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.375.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.375.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.375.x
  dependency-type: direct:production
...

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/hidden-parameter-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4/00-d0d8d5%40github.com.


[jenkinsci/database-sqlite-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054
  Home:   https://github.com/jenkinsci/database-sqlite-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-sqlite-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1886.va_11c9f461054/9e9d1f-00%40github.com.


[jenkinsci/token-macro-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/main/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/token-macro-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/token-macro-plugin/push/refs/heads/dependabot/maven/main/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/fab5f7-00%40github.com.


[jenkinsci/android-emulator-plugin] 2bd6f1: chore(deps): bump bom-2.361.x (#124)

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/android-emulator-plugin
  Commit: 2bd6f10d8e1b0efcd4bb937f858b254e5484cc19
  
https://github.com/jenkinsci/android-emulator-plugin/commit/2bd6f10d8e1b0efcd4bb937f858b254e5484cc19
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump bom-2.361.x (#124)


-- 
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/android-emulator-plugin/push/refs/heads/master/3606e0-2bd6f1%40github.com.


[jenkinsci/android-emulator-plugin]

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/android-emulator-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/android-emulator-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/17033b-00%40github.com.


[jenkinsci/dependency-track-plugin] be033d: require Dependency-Track 4.7 or newer

2023-03-06 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: be033dbfc5393fbb2896fbbeb87a18bfaf5f5271
  
https://github.com/jenkinsci/dependency-track-plugin/commit/be033dbfc5393fbb2896fbbeb87a18bfaf5f5271
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2023-03-05 (Sun, 05 Mar 2023)

  Changed paths:
M CHANGELOG.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
M src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java

  Log Message:
  ---
  require Dependency-Track 4.7 or newer
older versions are not supported anymore


  Commit: d90476bbaf596038bff64a3395db4016f18fccf0
  
https://github.com/jenkinsci/dependency-track-plugin/commit/d90476bbaf596038bff64a3395db4016f18fccf0
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M CHANGELOG.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
M src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java

  Log Message:
  ---
  Merge pull request #149 from jenkinsci/feature/new-dt-baseline

require Dependency-Track 4.7 or newer


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/1aa950ac0b70...d90476bbaf59

-- 
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/master/1aa950-d90476%40github.com.


[jenkinsci/token-macro-plugin] fab5f7: chore(deps): bump bom-2.361.x

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/main/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: fab5f7ca41aa6128538502dcd94528c1b450e7f6
  
https://github.com/jenkinsci/token-macro-plugin/commit/fab5f7ca41aa6128538502dcd94528c1b450e7f6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump bom-2.361.x

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/token-macro-plugin/push/refs/heads/dependabot/maven/main/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-fab5f7%40github.com.


[jenkinsci/config-file-provider-plugin] 13882e: Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.v...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/config-file-provider-plugin
  Commit: 13882e7eaddac9f2a6853809b3728f33b7164568
  
https://github.com/jenkinsci/config-file-provider-plugin/commit/13882e7eaddac9f2a6853809b3728f33b7164568
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/config-file-provider-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-13882e%40github.com.


[jenkinsci/apache-httpcomponents-client-4-api-plugin] 9de3c9: Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886...

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin
  Commit: 9de3c980fd54cd82e9c6e57e5f700863a30824ea
  
https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin/commit/9de3c980fd54cd82e9c6e57e5f700863a30824ea
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.361.x from 1883.vcb_768a_7c3610 to 1886.va_11c9f461054 (#127)


-- 
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/apache-httpcomponents-client-4-api-plugin/push/refs/heads/master/78eaa8-9de3c9%40github.com.


[jenkinsci/maven-repository-plugin] dc58c0: Bump maven-plugin from 3.16 to 3.21

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21
  Home:   https://github.com/jenkinsci/maven-repository-plugin
  Commit: dc58c096f97e7688aca88e68e59a51b7ff7bb79d
  
https://github.com/jenkinsci/maven-repository-plugin/commit/dc58c096f97e7688aca88e68e59a51b7ff7bb79d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M repository-hpi/pom.xml

  Log Message:
  ---
  Bump maven-plugin from 3.16 to 3.21

Bumps [maven-plugin](https://github.com/jenkinsci/maven-plugin) from 3.16 to 
3.21.
- [Release notes](https://github.com/jenkinsci/maven-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/maven-plugin/compare/maven-plugin-3.16...maven-plugin-3.21)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-repository-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.main-maven-plugin-3.21/00-dc58c0%40github.com.


[jenkinsci/saml-plugin] 353e24: chore(deps): bump bom-2.361.x

2023-03-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 353e24907d4040756ec592b76baf1fadd40dcae2
  
https://github.com/jenkinsci/saml-plugin/commit/353e24907d4040756ec592b76baf1fadd40dcae2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump bom-2.361.x

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 
1766.v0b_f2a_f7d0b_1d to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

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/saml-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1887.vda_d0ddb_c15c4/00-353e24%40github.com.


  1   2   >