[jenkinsci/dimensionsscm-plugin] 0cb867: add Jaxb dependencies

2024-03-06 Thread 'Peter Raymond' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 0cb867a2cc5f63c534f5563f21ae40d90b8335df
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/0cb867a2cc5f63c534f5563f21ae40d90b8335df
  Author: VKoshchii 
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  add Jaxb dependencies


  Commit: 96f3e42511f036addf8d49344f51bff52ad65b59
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/96f3e42511f036addf8d49344f51bff52ad65b59
  Author: VKoshchii 
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
M docs/user-guide.md
M src/main/java/hudson/plugins/dimensionsscm/ArtifactUploader.java
M src/main/java/hudson/plugins/dimensionsscm/CheckInCmdTask.java
M src/main/java/hudson/plugins/dimensionsscm/CheckOutCmdTask.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPI.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPICallback14.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsSCM.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsStep.java
M src/main/java/hudson/plugins/dimensionsscm/GenericCmdTask.java
M src/main/resources/hudson/plugins/dimensionsscm/DimensionsSCM/config.jelly
M src/main/resources/hudson/plugins/dimensionsscm/DimensionsSCM/global.jelly
M 
src/main/resources/hudson/plugins/dimensionsscm/DimensionsStep/config.jelly
M src/main/webapp/database.html
A src/main/webapp/dbConn.html

  Log Message:
  ---
  https://issues.jenkins.io/browse/JENKINS-72034
Split Database field to Database name and Database connection


  Commit: d9bc34b70d583a82422da96a173090a4ac0a3202
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/d9bc34b70d583a82422da96a173090a4ac0a3202
  Author: VKoshchii 
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  delete jaxab dependencies as jenkins has them as part of its runtime 
environment


  Commit: 6604997f424e7fe17cc87d7755494899c4e59cc2
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/6604997f424e7fe17cc87d7755494899c4e59cc2
  Author: VKoshchii 
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPI.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsSCM.java

  Log Message:
  ---
  backward compatibility for 'database' field which contained 'database name' 
and 'database connection' earlier


  Commit: 2a98e53ef2e2ee08610fabbc6b7d9e7663a6d570
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/2a98e53ef2e2ee08610fabbc6b7d9e7663a6d570
  Author: Peter Raymond 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M docs/user-guide.md
M src/main/java/hudson/plugins/dimensionsscm/ArtifactUploader.java
M src/main/java/hudson/plugins/dimensionsscm/CheckInCmdTask.java
M src/main/java/hudson/plugins/dimensionsscm/CheckOutCmdTask.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPI.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPICallback14.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsSCM.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsStep.java
M src/main/java/hudson/plugins/dimensionsscm/GenericCmdTask.java
M src/main/resources/hudson/plugins/dimensionsscm/DimensionsSCM/config.jelly
M src/main/resources/hudson/plugins/dimensionsscm/DimensionsSCM/global.jelly
M 
src/main/resources/hudson/plugins/dimensionsscm/DimensionsStep/config.jelly
M src/main/webapp/database.html
A src/main/webapp/dbConn.html

  Log Message:
  ---
  Merge pull request #102 from ACM-Unit/master

fix issue JENKINS-72034


Compare: 
https://github.com/jenkinsci/dimensionsscm-plugin/compare/dbb80e6db322...2a98e53ef2e2

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dimensionsscm-plugin/settings/notifications

-- 
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/dimensionsscm-plugin/push/refs/heads/master/dbb80e-2a98e5%40github.com.


[jenkinsci/dimensionsscm-plugin] e7e961: Refresh plugin for January 2024

2024-03-03 Thread 'vkoshchii' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: e7e9613709c30ab2979af55da38782c35b3351d9
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/e7e9613709c30ab2979af55da38782c35b3351d9
  Author: Basil Crow 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
A .mvn/extensions.xml
M Jenkinsfile
M pom.xml
M src/main/java/hudson/plugins/dimensionsscm/DimensionsStep.java

  Log Message:
  ---
  Refresh plugin for January 2024


  Commit: 796ab47091ad0205b7963099705ab2d81f65f755
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/796ab47091ad0205b7963099705ab2d81f65f755
  Author: Basil Crow 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  GitHub CI


  Commit: dbb80e6db322ce702dfcf32710b0e09fc12366a7
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/dbb80e6db322ce702dfcf32710b0e09fc12366a7
  Author: vkoshchii 
  Date:   2024-03-03 (Sun, 03 Mar 2024)

  Changed paths:
M .github/workflows/ci-github.yml
A .mvn/extensions.xml
M Jenkinsfile
M pom.xml
M src/main/java/hudson/plugins/dimensionsscm/DimensionsStep.java

  Log Message:
  ---
  Merge pull request #101 from basil/refresh

Refresh plugin for January 2024


Compare: 
https://github.com/jenkinsci/dimensionsscm-plugin/compare/cb362ac65c5c...dbb80e6db322

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dimensionsscm-plugin/settings/notifications

-- 
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/dimensionsscm-plugin/push/refs/heads/master/cb362a-dbb80e%40github.com.


[jenkinsci/dimensionsscm-plugin] 02ace4: Change codeowner for new pull requests

2023-10-23 Thread 'Peter Raymond' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 02ace49e426b5301f552e1e5a54722f1dff97159
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/02ace49e426b5301f552e1e5a54722f1dff97159
  Author: David Conneely 
  Date:   2023-10-22 (Sun, 22 Oct 2023)

  Changed paths:
M .github/CODEOWNERS
M pom.xml

  Log Message:
  ---
  Change codeowner for new pull requests


  Commit: cb362ac65c5c047b88d439b336df6f5c5ffa44f7
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/cb362ac65c5c047b88d439b336df6f5c5ffa44f7
  Author: Peter Raymond 
  Date:   2023-10-23 (Mon, 23 Oct 2023)

  Changed paths:
M .github/CODEOWNERS
M pom.xml

  Log Message:
  ---
  Merge pull request #100 from dconneely/change_codeowner

Change codeowner for new pull requests


Compare: 
https://github.com/jenkinsci/dimensionsscm-plugin/compare/4b736a1d4cee...cb362ac65c5c

-- 
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/dimensionsscm-plugin/push/refs/heads/master/4b736a-cb362a%40github.com.


[jenkinsci/dimensionsscm-plugin] 4b736a: Create logging.md

2023-08-02 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 4b736a1d4cee27b567aa4eeff9393ef8ff5dd525
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/4b736a1d4cee27b567aa4eeff9393ef8ff5dd525
  Author: David Conneely 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
A docs/logging.md

  Log Message:
  ---
  Create logging.md

To help customers provide Jenkins log information


-- 
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/dimensionsscm-plugin/push/refs/heads/master/19f01f-4b736a%40github.com.


[jenkinsci/dimensionsscm-plugin] 19f01f: Correct minor typo in changelog

2023-06-14 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 19f01fe73f3732009f8949cd7a030942242a1c24
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/19f01fe73f3732009f8949cd7a030942242a1c24
  Author: David Conneely 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Correct minor typo in changelog


-- 
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/dimensionsscm-plugin/push/refs/heads/master/05b35c-19f01f%40github.com.


[jenkinsci/dimensionsscm-plugin] 05b35c: Update CHANGELOG.md for 0.9.3.1

2023-06-14 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 05b35c0a5e782d2faa0fddbcd8ecddbe54148911
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/05b35c0a5e782d2faa0fddbcd8ecddbe54148911
  Author: David Conneely 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md for 0.9.3.1


-- 
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/dimensionsscm-plugin/push/refs/heads/master/3c20a8-05b35c%40github.com.


[jenkinsci/dimensionsscm-plugin] a772a8: [SECURITY-3138][SECURITY-3143]

2023-06-14 Thread 'Yaroslav' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: a772a89e4a3ce0e4d5255e56edcb158f7cdda496
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/a772a89e4a3ce0e4d5255e56edcb158f7cdda496
  Author: David Conneely 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M src/main/java/hudson/plugins/dimensionsscm/ArtifactUploader.java
M src/main/java/hudson/plugins/dimensionsscm/CheckInAPITask.java
M src/main/java/hudson/plugins/dimensionsscm/CheckOutAPITask.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPI.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsBuilder.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsSCM.java
M src/main/java/hudson/plugins/dimensionsscm/GenericAPITask.java
M src/main/java/hudson/plugins/dimensionsscm/LogInitializer.java
M src/main/java/hudson/plugins/dimensionsscm/Values.java

  Log Message:
  ---
  [SECURITY-3138][SECURITY-3143]


  Commit: 66d032afb38420e53f7830de321cfe6da24f2761
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/66d032afb38420e53f7830de321cfe6da24f2761
  Author: Yaroslav Afenkin 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dimensionsscm-0.9.3.1


  Commit: 3c20a8d69c594decd846393ece92ee5977affd56
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/3c20a8d69c594decd846393ece92ee5977affd56
  Author: Yaroslav Afenkin 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/dimensionsscm-plugin/compare/b08a0fc3d417...3c20a8d69c59

-- 
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/dimensionsscm-plugin/push/refs/heads/master/b08a0f-3c20a8%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-06-14 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/tags/dimensionsscm-0.9.3.1
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/tags/dimensionsscm-0.9.3.1/00-3e837d%40github.com.


[jenkinsci/dimensionsscm-plugin] 2b6e23: [SECURITY-3138][SECURITY-3143]

2023-06-14 Thread 'Yaroslav' via Jenkins Commits
  Branch: refs/heads/0.9.3.x
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 2b6e23e5fb88e00a36512ea1dfca37e7f8387cd6
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/2b6e23e5fb88e00a36512ea1dfca37e7f8387cd6
  Author: David Conneely 
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
M .github/workflows/ci-github.yml
M .github/workflows/codeql-analysis.yml
A .github/workflows/jenkins-security-scan.yml
M .github/workflows/release-drafter.yml
M CHANGELOG.md
M pom.xml
M src/main/java/hudson/plugins/dimensionsscm/ArtifactUploader.java
M src/main/java/hudson/plugins/dimensionsscm/CheckInAPITask.java
M src/main/java/hudson/plugins/dimensionsscm/CheckOutAPITask.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPI.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsBuilder.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsSCM.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsStep.java
M src/main/java/hudson/plugins/dimensionsscm/GenericAPITask.java
M src/main/java/hudson/plugins/dimensionsscm/LogInitializer.java
M src/main/java/hudson/plugins/dimensionsscm/Values.java

  Log Message:
  ---
  [SECURITY-3138][SECURITY-3143]


  Commit: fc3f48c066f69b6311e59ddc9d8ccba157776739
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/fc3f48c066f69b6311e59ddc9d8ccba157776739
  Author: Yaroslav Afenkin 
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dimensionsscm-0.9.3.1


  Commit: 952d3fe4b5c56efe68841dc5aa84ac306e32771e
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/952d3fe4b5c56efe68841dc5aa84ac306e32771e
  Author: Yaroslav Afenkin 
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/dimensionsscm-plugin/compare/2b6e23e5fb88%5E...952d3fe4b5c5

-- 
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/dimensionsscm-plugin/push/refs/heads/0.9.3.x/00-952d3f%40github.com.


[jenkinsci/dimensionsscm-plugin] b08a0f: Revert "Forward compatibility with jenkins-buttons"

2023-04-24 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: b08a0fc3d41797aa6e88308e9e09127572499f7d
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/b08a0fc3d41797aa6e88308e9e09127572499f7d
  Author: Alexander Brandes 
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
M 
src/main/resources/hudson/plugins/dimensionsscm/MissingJarsAdministrativeMonitor/message.jelly

  Log Message:
  ---
  Revert "Forward compatibility with jenkins-buttons"

This reverts commit e8f222e7ec262af0307665467cc910aa7effb7ea.


-- 
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/dimensionsscm-plugin/push/refs/heads/master/c0ad0f-b08a0f%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-02-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.5
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.5/9cc5a4-00%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-02-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.22.0
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.22.0/584917-00%40github.com.


[jenkinsci/dimensionsscm-plugin] d103d3: Bump actions/cache from 3.0.11 to 3.2.6

2023-02-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.6
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: d103d3f691c79fa1c4e5efa8f8f9bb07d4681bf1
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/d103d3f691c79fa1c4e5efa8f8f9bb07d4681bf1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.11 to 3.2.6

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.6)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.6/00-d103d3%40github.com.


[jenkinsci/dimensionsscm-plugin] 72a542: Bump release-drafter/release-drafter from 5.21.1 t...

2023-02-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.23.0
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 72a54215c876cdce8ba44ed7478755f0ac2a1ca2
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/72a54215c876cdce8ba44ed7478755f0ac2a1ca2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.21.1 to 5.23.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.21.1 to 5.23.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.1...v5.23.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.23.0/00-72a542%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-02-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54/00022c-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 354a52: Bump plugin from 4.32 to 4.55

2023-02-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 354a5265f0e4f6793f8305b12fc8e7017dbd800f
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/354a5265f0e4f6793f8305b12fc8e7017dbd800f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.55

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 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.32...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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55/00-354a52%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-02-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.4
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.4/609db2-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 9cc5a4: Bump actions/cache from 3.0.11 to 3.2.5

2023-02-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.5
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 9cc5a4c414c50f6e484581cb681cb75c10b823e2
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/9cc5a4c414c50f6e484581cb681cb75c10b823e2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.11 to 3.2.5

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.5)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.5/00-9cc5a4%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-01-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.3
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.3/146544-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 609db2: Bump actions/cache from 3.0.11 to 3.2.4

2023-01-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.4
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 609db2c85856fd37469a643b1768148caee8b64e
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/609db2c85856fd37469a643b1768148caee8b64e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.11 to 3.2.4

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.4)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.4/00-609db2%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-01-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53/0e8fbf-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 00022c: Bump plugin from 4.32 to 4.54

2023-01-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 00022ce43fda117d15a592852ffe27a798b4e60c
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/00022ce43fda117d15a592852ffe27a798b4e60c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.54

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.54.
- [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.32...plugin-4.54)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54/00-00022c%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-01-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.2
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.2/b5c6a0-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 146544: Bump actions/cache from 3.0.11 to 3.2.3

2023-01-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.3
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 146544596f6d29305f7a9e7926a4059c5b03aea8
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/146544596f6d29305f7a9e7926a4059c5b03aea8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.11 to 3.2.3

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.3)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.3/00-146544%40github.com.


[jenkinsci/dimensionsscm-plugin] 584917: Bump release-drafter/release-drafter from 5.21.1 t...

2023-01-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.22.0
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 58491706524b0ab48d16de87a81b068fa1f4a5ff
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/58491706524b0ab48d16de87a81b068fa1f4a5ff
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-01-02 (Mon, 02 Jan 2023)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.21.1 to 5.22.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.21.1 to 5.22.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.1...v5.22.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.22.0/00-584917%40github.com.


[jenkinsci/dimensionsscm-plugin]

2023-01-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.1
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.1/b75c26-00%40github.com.


[jenkinsci/dimensionsscm-plugin] b5c6a0: Bump actions/cache from 3.0.11 to 3.2.2

2023-01-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.2
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: b5c6a0de90bb7c61c238b081ff189ce52fe47330
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/b5c6a0de90bb7c61c238b081ff189ce52fe47330
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-01-02 (Mon, 02 Jan 2023)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.11 to 3.2.2

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.2)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.2/00-b5c6a0%40github.com.


[jenkinsci/dimensionsscm-plugin] b75c26: Bump actions/cache from 3.0.11 to 3.2.1

2022-12-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.2.1
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: b75c264d1f61db80179510f35e7da91b15d7792c
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/b75c264d1f61db80179510f35e7da91b15d7792c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-12-26 (Mon, 26 Dec 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.11 to 3.2.1

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.1)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.2.1/00-b75c26%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-12-12 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52/e77990-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 0e8fbf: Bump plugin from 4.32 to 4.53

2022-12-12 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 0e8fbf065f9c5bb5b793f0ed50c761f4d6cc3da8
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/0e8fbf065f9c5bb5b793f0ed50c761f4d6cc3da8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.53

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.53.
- [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.32...plugin-4.53)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53/00-0e8fbf%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-12-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51/d8506f-00%40github.com.


[jenkinsci/dimensionsscm-plugin] e77990: Bump plugin from 4.32 to 4.52

2022-12-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: e7799040aad5ff7f2597b1fa36cdd141535cfa96
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/e7799040aad5ff7f2597b1fa36cdd141535cfa96
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.52

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.52.
- [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.32...plugin-4.52)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52/00-e77990%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-11-21 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50/8dfff2-00%40github.com.


[jenkinsci/dimensionsscm-plugin] d8506f: Bump plugin from 4.32 to 4.51

2022-11-21 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: d8506f94bd7205ddf64835d6c24dfc7db264bc04
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/d8506f94bd7205ddf64835d6c24dfc7db264bc04
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.51

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.51.
- [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.32...plugin-4.51)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51/00-d8506f%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-11-16 Thread 'David Conneely' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.1
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.1/1eda88-00%40github.com.


[jenkinsci/dimensionsscm-plugin] c0ad0f: Bump release-drafter/release-drafter from 5.20.0 t...

2022-11-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: c0ad0fb5b193bba5b496ce623907abebe3294c37
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/c0ad0fb5b193bba5b496ce623907abebe3294c37
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.20.0 to 5.21.1

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.20.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.21.1)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/master/2f3888-c0ad0f%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-11-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.11
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.11/3fc5ab-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 2f3888: Bump actions/cache from 3.0.4 to 3.0.11

2022-11-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 2f3888f36c29accf21528aca608f64f2b919bf3a
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/2f3888f36c29accf21528aca608f64f2b919bf3a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.4 to 3.0.11

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.11.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.11)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/master/e8f222-2f3888%40github.com.


[jenkinsci/dimensionsscm-plugin] e8f222: Forward compatibility with jenkins-buttons

2022-11-15 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: e8f222e7ec262af0307665467cc910aa7effb7ea
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/e8f222e7ec262af0307665467cc910aa7effb7ea
  Author: Alexander Brandes 
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
M 
src/main/resources/hudson/plugins/dimensionsscm/MissingJarsAdministrativeMonitor/message.jelly

  Log Message:
  ---
  Forward compatibility with jenkins-buttons


-- 
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/dimensionsscm-plugin/push/refs/heads/master/52ac4b-e8f222%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-11-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49/d37a58-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 8dfff2: Bump plugin from 4.32 to 4.50

2022-11-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 8dfff2d6fba1dd59761c818374b37db5e6fc4567
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/8dfff2d6fba1dd59761c818374b37db5e6fc4567
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-11-14 (Mon, 14 Nov 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.50

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.50.
- [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.32...plugin-4.50)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50/00-8dfff2%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-10-31 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48/4a4126-00%40github.com.


[jenkinsci/dimensionsscm-plugin] d37a58: Bump plugin from 4.32 to 4.49

2022-10-31 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: d37a58ca177311b08aefd61ce5fdef2a24c5cbdd
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/d37a58ca177311b08aefd61ce5fdef2a24c5cbdd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.49

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.49.
- [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.32...plugin-4.49)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49/00-d37a58%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-10-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.10
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.10/a6e0db-00%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-10-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.0
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.0/2853c8-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 3fc5ab: Bump actions/cache from 3.0.4 to 3.0.11

2022-10-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.11
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 3fc5ab416f64b35a9634fa205e04323d9b80b69c
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/3fc5ab416f64b35a9634fa205e04323d9b80b69c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-10-17 (Mon, 17 Oct 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.4 to 3.0.11

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.11.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.11)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.11/00-3fc5ab%40github.com.


[jenkinsci/dimensionsscm-plugin] 1eda88: Bump release-drafter/release-drafter from 5.20.0 t...

2022-10-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.1
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 1eda88375fa416e7617d505097f6a96169983c9e
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/1eda88375fa416e7617d505097f6a96169983c9e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-10-17 (Mon, 17 Oct 2022)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.20.0 to 5.21.1

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.20.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.21.1)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.1/00-1eda88%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-10-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.8
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.8/62d018-00%40github.com.


[jenkinsci/dimensionsscm-plugin] a6e0db: Bump actions/cache from 3.0.4 to 3.0.10

2022-10-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.10
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: a6e0db1ecc67b471483655c33b156ff23a03a386
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/a6e0db1ecc67b471483655c33b156ff23a03a386
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.4 to 3.0.10

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.10.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.10)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.10/00-a6e0db%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-10-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47/0709b1-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 4a4126: Bump plugin from 4.32 to 4.48

2022-10-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 4a41261e0760cd713a5a3fcc02b9f8200c22a9ba
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/4a41261e0760cd713a5a3fcc02b9f8200c22a9ba
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.48

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.48.
- [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.32...plugin-4.48)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48/00-4a4126%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-09-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.20.1
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.20.1/8f36e9-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 2853c8: Bump release-drafter/release-drafter from 5.20.0 t...

2022-09-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.0
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 2853c883d4753a7dcfb3d4dc91a239eed894e3f6
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/2853c883d4753a7dcfb3d4dc91a239eed894e3f6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.20.0 to 5.21.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.20.0 to 5.21.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.21.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.21.0/00-2853c8%40github.com.


[jenkinsci/dimensionsscm-plugin] 8f36e9: Bump release-drafter/release-drafter from 5.20.0 t...

2022-08-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.20.1
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 8f36e9218aa939861f55b6f02419d9140d527397
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/8f36e9218aa939861f55b6f02419d9140d527397
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.20.0 to 5.20.1

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.20.0 to 5.20.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.20.1/00-8f36e9%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-08-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.7
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.7/7f1ec6-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 62d018: Bump actions/cache from 3.0.4 to 3.0.8

2022-08-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.8
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 62d0181fa372a656b420957b37382201654156e5
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/62d0181fa372a656b420957b37382201654156e5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.4 to 3.0.8

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.8/00-62d018%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-08-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46/8c350f-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 0709b1: Bump plugin from 4.32 to 4.47

2022-08-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 0709b1b741397e64d0f4047b07325efe8a3a566f
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/0709b1b741397e64d0f4047b07325efe8a3a566f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.47

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.47.
- [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.32...plugin-4.47)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47/00-0709b1%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-08-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.6
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.6/7ec64f-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 7f1ec6: Bump actions/cache from 3.0.4 to 3.0.7

2022-08-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.7
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 7f1ec61dab467cf87e4c39f4c38cfd212b54fc15
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/7f1ec61dab467cf87e4c39f4c38cfd212b54fc15
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.4 to 3.0.7

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.7)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.7/00-7f1ec6%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-08-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45/92dcdf-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 8c350f: Bump plugin from 4.32 to 4.46

2022-08-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 8c350fcdd49b0fabb4688cd85958c63b3425a812
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/8c350fcdd49b0fabb4688cd85958c63b3425a812
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.46

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.46.
- [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.32...plugin-4.46)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46/00-8c350f%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-08-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.5
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.5/f4bfb0-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 7ec64f: Bump actions/cache from 3.0.4 to 3.0.6

2022-08-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.6
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 7ec64fced6f000c1119a1c9147481f936427ad48
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/7ec64fced6f000c1119a1c9147481f936427ad48
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.4 to 3.0.6

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.6)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.6/00-7ec64f%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-08-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1/4608fe-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 92dcdf: Bump plugin from 4.32 to 4.45

2022-08-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 92dcdfb31e8364b3b369453062363b19a8a4aba2
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/92dcdfb31e8364b3b369453062363b19a8a4aba2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.45

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.45.
- [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.32...plugin-4.45)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45/00-92dcdf%40github.com.


[jenkinsci/dimensionsscm-plugin] f4bfb0: Bump actions/cache from 3.0.4 to 3.0.5

2022-07-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.5
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: f4bfb04919face0e745a352b9816f86fad64d99b
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/f4bfb04919face0e745a352b9816f86fad64d99b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.4 to 3.0.5

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.5/00-f4bfb0%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-07-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.42
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.42/c52cf8-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 4608fe: Bump plugin from 4.32 to 4.43.1

2022-07-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 4608fe02861f6726c5a81df77df07aa306b3ad80
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/4608fe02861f6726c5a81df77df07aa306b3ad80
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.43.1

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.43.1.
- [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.32...plugin-4.43.1)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1/00-4608fe%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-07-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.41
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.41/b82877-00%40github.com.


[jenkinsci/dimensionsscm-plugin] c52cf8: Bump plugin from 4.32 to 4.42

2022-07-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.42
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: c52cf80c0164c23061014e263482db3a1a5a22fb
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/c52cf80c0164c23061014e263482db3a1a5a22fb
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-04 (Mon, 04 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.42

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.42.
- [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.32...plugin-4.42)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.42/00-c52cf8%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-06-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.40
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.40/500948-00%40github.com.


[jenkinsci/dimensionsscm-plugin] b82877: Bump plugin from 4.32 to 4.41

2022-06-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.41
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: b828779d5d03c1f37b9eecd6ef2d4524bf14ddc8
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/b828779d5d03c1f37b9eecd6ef2d4524bf14ddc8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-06-27 (Mon, 27 Jun 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.32 to 4.41

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.32 to 4.41.
- [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.32...plugin-4.41)

---
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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.41/00-b82877%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-06-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.20.0
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.20.0/4502a9-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 52ac4b: Bump release-drafter/release-drafter from 5.19.0 t...

2022-06-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 52ac4b627a56f8dec33b9e98623ee1bafd8a
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/52ac4b627a56f8dec33b9e98623ee1bafd8a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-06-23 (Thu, 23 Jun 2022)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.19.0 to 5.20.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.19.0...v5.20.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/master/5d76eb-52ac4b%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-06-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.4
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.4/4aa215-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 5d76eb: Bump actions/cache from 3.0.2 to 3.0.4

2022-06-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 5d76eb42abe6da69139f1c87353f70138ba98eee
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/5d76eb42abe6da69139f1c87353f70138ba98eee
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-06-23 (Thu, 23 Jun 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.2 to 3.0.4

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.2...v3.0.4)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/master/6e4ad4-5d76eb%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-06-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.3
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.3/f586b4-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 4aa215: Bump actions/cache from 3.0.2 to 3.0.4

2022-06-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.4
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 4aa215f491e0861c7f0bf2879b8642cbfdcf40ae
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/4aa215f491e0861c7f0bf2879b8642cbfdcf40ae
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.2 to 3.0.4

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.2...v3.0.4)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.4/00-4aa215%40github.com.


[jenkinsci/dimensionsscm-plugin] f586b4: Bump actions/cache from 3.0.2 to 3.0.3

2022-06-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.3
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: f586b4264425efcb2bf15c860141ee88416be03b
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/f586b4264425efcb2bf15c860141ee88416be03b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-06-06 (Mon, 06 Jun 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 3.0.2 to 3.0.3

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.3/00-f586b4%40github.com.


[jenkinsci/dimensionsscm-plugin] 4502a9: Bump release-drafter/release-drafter from 5.19.0 t...

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

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.19.0 to 5.20.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.19.0...v5.20.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.20.0/00-4502a9%40github.com.


[jenkinsci/dimensionsscm-plugin] 6e4ad4: Create jenkins-security-scan.yml

2022-04-28 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 6e4ad4a5f6bb38d510c7df08a1bbe7e691813df1
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/6e4ad4a5f6bb38d510c7df08a1bbe7e691813df1
  Author: David Conneely 
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
A .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Create jenkins-security-scan.yml


-- 
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/dimensionsscm-plugin/push/refs/heads/master/55cbe1-6e4ad4%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-04-27 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/github/codeql-action-2
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/github/codeql-action-2/cea73c-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 55cbe1: Bump github/codeql-action from 1 to 2

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 55cbe156a54ccf47cfb662c289c917ab243f415e
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/55cbe156a54ccf47cfb662c289c917ab243f415e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M .github/workflows/codeql-analysis.yml

  Log Message:
  ---
  Bump github/codeql-action from 1 to 2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 
2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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/dimensionsscm-plugin/push/refs/heads/master/35c27d-55cbe1%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.2
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.2/17393c-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 35c27d: Bump actions/cache from 2.1.7 to 3.0.2

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 35c27d3c62719ad0b0fbcd25b4b43934d3f0f942
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/35c27d3c62719ad0b0fbcd25b4b43934d3f0f942
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.7 to 3.0.2

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/master/6449b7-35c27d%40github.com.


[jenkinsci/dimensionsscm-plugin] 17393c: Bump actions/cache from 2.1.7 to 3.0.2

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.2
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 17393c936a37500a04842082f9ec78e727001fa2
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/17393c936a37500a04842082f9ec78e727001fa2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.7 to 3.0.2

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.2/acf5ed-17393c%40github.com.


[jenkinsci/dimensionsscm-plugin] cea73c: Bump github/codeql-action from 1 to 2

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/github/codeql-action-2
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: cea73cf5b36334850525a47b45d3ce47983262d4
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/cea73cf5b36334850525a47b45d3ce47983262d4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M .github/workflows/codeql-analysis.yml

  Log Message:
  ---
  Bump github/codeql-action from 1 to 2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 
2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/github/codeql-action-2/7cf4e8-cea73c%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-04-27 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-3
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-3/151541-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 6449b7: Bump actions/setup-java from 2 to 3

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 6449b779687e8128feb379673758f5f274a624f7
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/6449b779687e8128feb379673758f5f274a624f7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M .github/workflows/ci-github.yml

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

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

---
updated-dependencies:
- dependency-name: actions/setup-java
  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/dimensionsscm-plugin/push/refs/heads/master/ad44b8-6449b7%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-04-27 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-3
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-3/c0834b-00%40github.com.


[jenkinsci/dimensionsscm-plugin] ad44b8: Bump actions/checkout from 2 to 3

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: ad44b8ff5c4518c63e0fdaa7bb3c5c9faaee6e53
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/ad44b8ff5c4518c63e0fdaa7bb3c5c9faaee6e53
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M .github/workflows/ci-github.yml
M .github/workflows/codeql-analysis.yml

  Log Message:
  ---
  Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  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/dimensionsscm-plugin/push/refs/heads/master/d5c078-ad44b8%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-04-27 Thread 'David Conneely' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.19.0
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-5.19.0/c4fa4e-00%40github.com.


[jenkinsci/dimensionsscm-plugin] d5c078: Bump release-drafter/release-drafter from 5.15.0 t...

2022-04-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: d5c0782cbc0d5aa823d03197a2e39b10ab195dd9
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/d5c0782cbc0d5aa823d03197a2e39b10ab195dd9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

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

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

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

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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/dimensionsscm-plugin/push/refs/heads/master/a1c870-d5c078%40github.com.


[jenkinsci/dimensionsscm-plugin] a1c870: Replace git.io with expanded URLs

2022-04-27 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: a1c87030df31fecea89d88c7aa46a2b05a4e76b0
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/a1c87030df31fecea89d88c7aa46a2b05a4e76b0
  Author: Mark Waite 
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M .github/workflows/codeql-analysis.yml

  Log Message:
  ---
  Replace git.io with expanded URLs

https://github.blog/changelog/2022-04-25-git-io-deprecation/ announces end of 
life for the git.io service

jenkins-infra/update-center2#588


-- 
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/dimensionsscm-plugin/push/refs/heads/master/90340f-a1c870%40github.com.


[jenkinsci/dimensionsscm-plugin] 7cf4e8: Bump github/codeql-action from 1 to 2

2022-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/github/codeql-action-2
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 7cf4e8ef3de218024a7b312e3fee576619f3e942
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/7cf4e8ef3de218024a7b312e3fee576619f3e942
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-25 (Mon, 25 Apr 2022)

  Changed paths:
M .github/workflows/codeql-analysis.yml

  Log Message:
  ---
  Bump github/codeql-action from 1 to 2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 
2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/github/codeql-action-2/00-7cf4e8%40github.com.


[jenkinsci/dimensionsscm-plugin] acf5ed: Bump actions/cache from 2.1.7 to 3.0.2

2022-04-11 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.2
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: acf5ed428a7bd522142621893b317b879139c932
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/acf5ed428a7bd522142621893b317b879139c932
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-11 (Mon, 11 Apr 2022)

  Changed paths:
M .github/workflows/ci-github.yml

  Log Message:
  ---
  Bump actions/cache from 2.1.7 to 3.0.2

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.2/00-acf5ed%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-04-11 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/cache-3.0.1
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/cache-3.0.1/ae605d-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 151541: Bump actions/setup-java from 2 to 3

2022-04-11 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-3
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 151541715e3ceb4808c8ef8cc361583740f80b17
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/151541715e3ceb4808c8ef8cc361583740f80b17
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-11 (Mon, 11 Apr 2022)

  Changed paths:
M .github/workflows/ci-github.yml

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

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

---
updated-dependencies:
- dependency-name: actions/setup-java
  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/dimensionsscm-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-3/00-151541%40github.com.


[jenkinsci/dimensionsscm-plugin]

2022-04-11 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.39
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.39/0ddf63-00%40github.com.


  1   2   3   4   >