[jenkinsci/git-client-plugin]

2024-05-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3080.vfa_b_e4a_a_39b_44
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3080.vfa_b_e4a_a_39b_44/280252-00%40github.com.


[jenkinsci/git-client-plugin] 2c995e: Bump io.jenkins.tools.bom:bom-2.426.x (#1139)

2024-05-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 2c995e607fbc66412a05d34f0fb01fbcd55569b1
  
https://github.com/jenkinsci/git-client-plugin/commit/2c995e607fbc66412a05d34f0fb01fbcd55569b1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.426.x (#1139)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/27d589-2c995e%40github.com.


[jenkinsci/git-client-plugin] 280252: Bump io.jenkins.tools.bom:bom-2.426.x

2024-05-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3080.vfa_b_e4a_a_39b_44
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 2802520407b69347dad03de57be8b5ebbdd8e6c9
  
https://github.com/jenkinsci/git-client-plugin/commit/2802520407b69347dad03de57be8b5ebbdd8e6c9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.426.x

Bumps [io.jenkins.tools.bom:bom-2.426.x](https://github.com/jenkinsci/bom) from 
3056.v53343b_a_b_a_850 to 3080.vfa_b_e4a_a_39b_44.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3080.vfa_b_e4a_a_39b_44/00-280252%40github.com.


[jenkinsci/git-client-plugin] 5d105d: Remove local repo config changes at end of tests (...

2024-05-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 5d105def7c9f74daa94f03318651e6f727022354
  
https://github.com/jenkinsci/git-client-plugin/commit/5d105def7c9f74daa94f03318651e6f727022354
  Author: Mark Waite 
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/GitClient.java
M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/CliGitCommand.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java

  Log Message:
  ---
  Remove local repo config changes at end of tests (#1138)

Local configuration changes in GitClientTest allow the tests to run in
environments where commit signing is the user or system level default.
Remove those local configuration changes at the end of the tests, since
they were specifically performed for the test.

Separate the add method from other methods

Easier to understand when BeforeClass has a matching AfterClass

Add more details to the Javadoc so that others understand that config
with a null value will remove the key from the configuration.



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/452744-5d105d%40github.com.


[jenkinsci/git-client-plugin] 452744: Bump io.jenkins.tools.bom:bom-2.426.x (#1137)

2024-05-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 452744b46070454fd1fe7aca31505b7bb12f6b33
  
https://github.com/jenkinsci/git-client-plugin/commit/452744b46070454fd1fe7aca31505b7bb12f6b33
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.426.x (#1137)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/edf970-452744%40github.com.


[jenkinsci/git-client-plugin]

2024-05-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3056.v53343b_a_b_a_850
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3056.v53343b_a_b_a_850/6ed74f-00%40github.com.


[jenkinsci/git-client-plugin] 6ed74f: Bump io.jenkins.tools.bom:bom-2.426.x

2024-05-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3056.v53343b_a_b_a_850
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 6ed74f04aeac3a3449d52c0ac9c210abe765bc72
  
https://github.com/jenkinsci/git-client-plugin/commit/6ed74f04aeac3a3449d52c0ac9c210abe765bc72
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.426.x

Bumps [io.jenkins.tools.bom:bom-2.426.x](https://github.com/jenkinsci/bom) from 
3041.ve87ce2cdf223 to 3056.v53343b_a_b_a_850.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3056.v53343b_a_b_a_850/00-6ed74f%40github.com.


[jenkinsci/git-client-plugin] edf970: Bump io.jenkins.tools.bom:bom-2.426.x (#1136)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: edf97003e05dae7b35613b5059edebdb2496141a
  
https://github.com/jenkinsci/git-client-plugin/commit/edf97003e05dae7b35613b5059edebdb2496141a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.426.x (#1136)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/d409df-edf970%40github.com.


[jenkinsci/git-client-plugin] d7ead0: Bump io.jenkins.tools.bom:bom-2.426.x

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3041.ve87ce2cdf223
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d7ead072712e4efd534b51e800077e650c09937a
  
https://github.com/jenkinsci/git-client-plugin/commit/d7ead072712e4efd534b51e800077e650c09937a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.426.x

Bumps [io.jenkins.tools.bom:bom-2.426.x](https://github.com/jenkinsci/bom) from 
3023.v02a_987a_b_3ff9 to 3041.ve87ce2cdf223.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3041.ve87ce2cdf223/00-d7ead0%40github.com.


[jenkinsci/git-client-plugin] d409df: Tolerate default commit signing with SSH in tests ...

2024-05-08 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d409dff51dfb55982e70bb388092e01712244b4d
  
https://github.com/jenkinsci/git-client-plugin/commit/d409dff51dfb55982e70bb388092e01712244b4d
  Author: James Nord 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CliGitCommand.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPIForCliGitTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdate.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientFetchTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/GitClientMaintenanceTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSampleRepoRule.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/JGitLightweightTagTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImplTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/MergeCommandTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/PushTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/RemoteGitImplTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/WorkspaceWithRepo.java

  Log Message:
  ---
  Tolerate default commit signing with SSH in tests (#1124)

* Be tolerant of SSH commit signing in tests

If the current git setup has SSH based code signing enabled
(gpg.format=ssh)[1] then the tests fail (even though not signing) as
jgit fails to parse the config with an error like:

```
java.lang.IllegalArgumentException: Invalid value: gpg.format=ssh
at 
org.eclipse.jgit.lib.DefaultTypedConfigGetter.getEnum(DefaultTypedConfigGetter.java:103)
at org.eclipse.jgit.lib.Config.getEnum(Config.java:454)
at org.eclipse.jgit.lib.GpgConfig.(GpgConfig.java:86)
at 
org.eclipse.jgit.api.CommitCommand.processOptions(CommitCommand.java:662)
at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:189)
at 
org.jenkinsci.plugins.gitclient.JGitAPIImpl.commit(JGitAPIImpl.java:487)
at 
org.jenkinsci.plugins.gitclient.GitClientMaintenanceTest.commitFile(GitClientMaintenanceTest.java:230)
at 
org.jenkinsci.plugins.gitclient.GitClientMaintenanceTest.commitOneFile(GitClientMaintenanceTest.java:224)
at 
org.jenkinsci.plugins.gitclient.GitClientMaintenanceTest.commitSeveralFiles(GitClientMaintenanceTest.java:218)
at 
org.jenkinsci.plugins.gitclient.GitClientMaintenanceTest.test_gc_maintenance(GitClientMaintenanceTest.java:333)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
```

[1] https://git-scm.com/docs/git-config#Documentation/git-config.txt-gpgformat

* Remove unused code segment

Only write local git config if in local repo

Update source formatting

Wrap the comment

* Use --local when setting local test options

* Use --local in more tests for better consistency

The `--local` argument will cause command line git to fail if the command
is not performed inside a valid repository. That is a good thing because
the tests should avoid changing global configuration where ever possible.

* Remove some duplicated code from tests

Move workspace initialization into WorkspaceWithRepo

* Deduplicate test repo configuration

* Remove more duplicates

* Remove more duplication

* Remove one more duplication

* Use GitClient.config instead of direct command line

-

Co-authored-by: Mark Waite 
Co-authored-by: git-client-user 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/c21a41-d409df%40github.com.


[jenkinsci/git-client-plugin] c21a41: Remove the outdated Priorities doc

2024-05-08 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: c21a41e1c8220c57e6608fc6be055929f0664a16
  
https://github.com/jenkinsci/git-client-plugin/commit/c21a41e1c8220c57e6608fc6be055929f0664a16
  Author: Mark Waite 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M CONTRIBUTING.adoc
R Priorities.adoc

  Log Message:
  ---
  Remove the outdated Priorities doc

Information is so outdated that it is less than helpful.



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/61b0a1-c21a41%40github.com.


[jenkinsci/git-client-plugin] 61b0a1: Require 2.426.3 as minimum Jenkins version (#1129)

2024-05-08 Thread 'Aniket Shitole' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 61b0a1c32e64a295bdbd3e4587b779b3f349126d
  
https://github.com/jenkinsci/git-client-plugin/commit/61b0a1c32e64a295bdbd3e4587b779b3f349126d
  Author: Aniket Shitole <91371143+anike...@users.noreply.github.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require 2.426.3 as minimum Jenkins version (#1129)

* Used Objects.hash as a better practice

* Used String.format for better consistency

* Added additional check in release-drafter.yml github action file

* Operating systems with outdated OpenSSH are no longer supported (#1099)

List more operating systems so that web searches will find the page.

Link to the operating system end of life blog post.

Correct the name of Amazon Linux name.

Add the most important option, upgrade to a supported operating system.

* Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#1098)

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 to 4.77.
- [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.76...plugin-4.77)

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

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

* Remove redundant spotbugs details from pom (#1101)

Included in parent pom 4.77

* Bump io.jenkins.tools.bom:bom-2.401.x (#1102)

* Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#1105)

* Require 2.426.3 as minimum Jenkins version

* Fix merge error - JGit 6.9.0

* Use bom-2.426.x

* Use latest bom-2.426.x

-

Signed-off-by: dependabot[bot] 
Co-authored-by: Mark Waite 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/f3aa8a-61b0a1%40github.com.


[jenkinsci/git-client-plugin] f3aa8a: Bump org.objenesis:objenesis from 3.3 to 3.4 (#1135)

2024-05-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: f3aa8a27c1dc349466c68e79c02ddbdc7ff8845c
  
https://github.com/jenkinsci/git-client-plugin/commit/f3aa8a27c1dc349466c68e79c02ddbdc7ff8845c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.objenesis:objenesis from 3.3 to 3.4 (#1135)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/02a013-f3aa8a%40github.com.


[jenkinsci/git-client-plugin] 1fc9ab: Bump org.objenesis:objenesis from 3.3 to 3.4

2024-05-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.objenesis-objenesis-3.4
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 1fc9abd6c4ef15aafd43111d3f81587b0d1a97cd
  
https://github.com/jenkinsci/git-client-plugin/commit/1fc9abd6c4ef15aafd43111d3f81587b0d1a97cd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.objenesis:objenesis from 3.3 to 3.4

Bumps [org.objenesis:objenesis](https://github.com/easymock/objenesis) from 3.3 
to 3.4.
- [Release notes](https://github.com/easymock/objenesis/releases)
- [Commits](https://github.com/easymock/objenesis/compare/3.3...3.4)

---
updated-dependencies:
- dependency-name: org.objenesis:objenesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/org.objenesis-objenesis-3.4/00-1fc9ab%40github.com.


[jenkinsci/git-client-plugin] 02a013: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4....

2024-05-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 02a013c26340bc4b1aa9a8d314f7b74b64dfe642
  
https://github.com/jenkinsci/git-client-plugin/commit/02a013c26340bc4b1aa9a8d314f7b74b64dfe642
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-04 (Sat, 04 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82 (#1134)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/d6e997-02a013%40github.com.


[jenkinsci/git-client-plugin] fffdce: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

2024-05-04 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.82
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: fffdce8f0877e51fdfb20ae65c524f2b80950010
  
https://github.com/jenkinsci/git-client-plugin/commit/fffdce8f0877e51fdfb20ae65c524f2b80950010
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-04 (Sat, 04 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.81 to 4.82.
- [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.81...plugin-4.82)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.82/00-fffdce%40github.com.


[jenkinsci/git-client-plugin] d6e997: Fix spelling errors in source files

2024-04-21 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d6e997f248686cba785a9f920c012f9b0b00edbd
  
https://github.com/jenkinsci/git-client-plugin/commit/d6e997f248686cba785a9f920c012f9b0b00edbd
  Author: Mark Waite 
  Date:   2024-04-21 (Sun, 21 Apr 2024)

  Changed paths:
M src/main/java/hudson/plugins/git/IGitAPI.java
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/GitClient.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/GitURIRequirementsBuilder.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdate.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/GitClientMaintenanceTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java

  Log Message:
  ---
  Fix spelling errors in source files



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/1e910d-d6e997%40github.com.


[jenkinsci/git-client-plugin] 351d08: Bump io.jenkins.tools.bom:bom-2.414.x (#1132)

2024-04-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 351d08c168df7e61e1fde4bc6e99bd6a12aa8318
  
https://github.com/jenkinsci/git-client-plugin/commit/351d08c168df7e61e1fde4bc6e99bd6a12aa8318
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#1132)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/dbb617-351d08%40github.com.


[jenkinsci/git-client-plugin] 78e65f: Bump io.jenkins.tools.bom:bom-2.414.x

2024-04-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2982.vdce2153031a_0
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 78e65fcdb8184654daa35515bc9259d8488509f5
  
https://github.com/jenkinsci/git-client-plugin/commit/78e65fcdb8184654daa35515bc9259d8488509f5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2977.vdf61ecb_fb_e2d to 2982.vdce2153031a_0.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2982.vdce2153031a_0/00-78e65f%40github.com.


[jenkinsci/git-client-plugin]

2024-04-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/a08b4b-00%40github.com.


[jenkinsci/git-client-plugin] dbb617: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: dbb617dd80ff274b0f05b3441f5ffee620575d1e
  
https://github.com/jenkinsci/git-client-plugin/commit/dbb617dd80ff274b0f05b3441f5ffee620575d1e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump io.jenkins.tools.incrementals:git-changelist-maven-extension (#1130)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/89c50a-dbb617%40github.com.


[jenkinsci/git-client-plugin] a08b4b: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: a08b4b9936ea7451243b437a96859ef3c4149b6a
  
https://github.com/jenkinsci/git-client-plugin/commit/a08b4b9936ea7451243b437a96859ef3c4149b6a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump io.jenkins.tools.incrementals:git-changelist-maven-extension

Bumps 
[io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.7 to 1.8.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.7...parent-1.8)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/00-a08b4b%40github.com.


[jenkinsci/git-client-plugin] 89c50a: Bump io.jenkins.tools.bom:bom-2.414.x (#1128)

2024-04-12 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 89c50a30b4fbc965316dd931cde70c52d859e873
  
https://github.com/jenkinsci/git-client-plugin/commit/89c50a30b4fbc965316dd931cde70c52d859e873
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-12 (Fri, 12 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#1128)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/20c492-89c50a%40github.com.


[jenkinsci/git-client-plugin] 3e072e: Bump io.jenkins.tools.bom:bom-2.414.x

2024-04-12 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2977.vdf61ecb_fb_e2d
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 3e072e8bfbe3d5342c2be5095650ed9bbfb11df4
  
https://github.com/jenkinsci/git-client-plugin/commit/3e072e8bfbe3d5342c2be5095650ed9bbfb11df4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-12 (Fri, 12 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2961.v1f472390972e to 2977.vdf61ecb_fb_e2d.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2977.vdf61ecb_fb_e2d/00-3e072e%40github.com.


[jenkinsci/git-client-plugin] 20c492: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4....

2024-04-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 20c4928cf13cd3010143f42a8904b8586d5ca83e
  
https://github.com/jenkinsci/git-client-plugin/commit/20c4928cf13cd3010143f42a8904b8586d5ca83e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81 (#1126)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/64bc14-20c492%40github.com.


[jenkinsci/git-client-plugin] 17c0d4: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 17c0d46469910acafd22302eeba3e6039d9ac5d5
  
https://github.com/jenkinsci/git-client-plugin/commit/17c0d46469910acafd22302eeba3e6039d9ac5d5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.80 to 4.81.
- [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.80...plugin-4.81)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-17c0d4%40github.com.


[jenkinsci/git-client-plugin] 64bc14: Remove dependencies PR auto-labeling

2024-04-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 64bc149131e660a71a6933cf17d4c513d82e3662
  
https://github.com/jenkinsci/git-client-plugin/commit/64bc149131e660a71a6933cf17d4c513d82e3662
  Author: Mark Waite 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M .github/labeler.yml

  Log Message:
  ---
  Remove dependencies PR auto-labeling

The dependency label affects the plugin health score.
When a pull request needs to change pom.xml, it should
not be automatically labeled as a dependency change.
Many changes to pom.xml are not related to dependencies.



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/cfff2e-64bc14%40github.com.


[jenkinsci/git-client-plugin]

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2961.v1f472390972e
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2961.v1f472390972e/1623a1-00%40github.com.


[jenkinsci/git-client-plugin] cfff2e: Bump io.jenkins.tools.bom:bom-2.414.x (#1125)

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: cfff2ee6f67a267f4bdcf8dd59b053c6cce39431
  
https://github.com/jenkinsci/git-client-plugin/commit/cfff2ee6f67a267f4bdcf8dd59b053c6cce39431
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#1125)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/d2279b-cfff2e%40github.com.


[jenkinsci/git-client-plugin] 1623a1: Bump io.jenkins.tools.bom:bom-2.414.x

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2961.v1f472390972e
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 1623a18970ce57c57d89c6123a962bcee120ab4f
  
https://github.com/jenkinsci/git-client-plugin/commit/1623a18970ce57c57d89c6123a962bcee120ab4f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2950.va_633b_f42f759 to 2961.v1f472390972e.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2961.v1f472390972e/00-1623a1%40github.com.


[jenkinsci/git-client-plugin]

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16.1
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16.1/f84515-00%40github.com.


[jenkinsci/git-client-plugin] d2279b: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d2279bd5272e40b8eb52de376fe00d2f557e2945
  
https://github.com/jenkinsci/git-client-plugin/commit/d2279bd5272e40b8eb52de376fe00d2f557e2945
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1 (#1123)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/fb9d2c-d2279b%40github.com.


[jenkinsci/git-client-plugin] f84515: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-04-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16.1
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: f84515ecbcda597c0b9e7dddc8bb726e9fde08bb
  
https://github.com/jenkinsci/git-client-plugin/commit/f84515ecbcda597c0b9e7dddc8bb726e9fde08bb
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.16 to 3.16.1.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.16...equalsverifier-3.16.1)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16.1/00-f84515%40github.com.


[jenkinsci/git-client-plugin] fb9d2c: [BEE-47337] added a delay of 3 seconds (#1122)

2024-04-01 Thread 'Kartik Pattar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: fb9d2ca1189fd2c02e593ffda9922b3cf10fca45
  
https://github.com/jenkinsci/git-client-plugin/commit/fb9d2ca1189fd2c02e593ffda9922b3cf10fca45
  Author: Kartik Pattar <142770092+ckpat...@users.noreply.github.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdateCliGit.java

  Log Message:
  ---
  [BEE-47337] added a delay of 3 seconds (#1122)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/2dab3c-fb9d2c%40github.com.


[jenkinsci/git-client-plugin] 2dab3c: Bump io.jenkins.tools.bom:bom-2.414.x (#1121)

2024-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 2dab3cd1eac84a584567b31b22e851cde589cf88
  
https://github.com/jenkinsci/git-client-plugin/commit/2dab3cd1eac84a584567b31b22e851cde589cf88
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-31 (Sun, 31 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#1121)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/47f02d-2dab3c%40github.com.


[jenkinsci/git-client-plugin] 38764f: Bump io.jenkins.tools.bom:bom-2.414.x

2024-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2950.va_633b_f42f759
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 38764fea989d936fcaae1c40ac8d1949919bea0d
  
https://github.com/jenkinsci/git-client-plugin/commit/38764fea989d936fcaae1c40ac8d1949919bea0d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-31 (Sun, 31 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2928.ved44ea_84e034 to 2950.va_633b_f42f759.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2950.va_633b_f42f759/00-38764f%40github.com.


[jenkinsci/git-client-plugin] 47f02d: Bump io.jenkins.tools.bom:bom-2.414.x (#1120)

2024-03-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 47f02df9fbaac193c51c6e22b6160bc0f304bc47
  
https://github.com/jenkinsci/git-client-plugin/commit/47f02df9fbaac193c51c6e22b6160bc0f304bc47
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#1120)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/f64218-47f02d%40github.com.


[jenkinsci/git-client-plugin]

2024-03-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2928.ved44ea_84e034
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2928.ved44ea_84e034/cc671e-00%40github.com.


[jenkinsci/git-client-plugin] cc671e: Bump io.jenkins.tools.bom:bom-2.414.x

2024-03-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2928.ved44ea_84e034
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: cc671ecc23043a2e5f40d3ba8330013207a3b313
  
https://github.com/jenkinsci/git-client-plugin/commit/cc671ecc23043a2e5f40d3ba8330013207a3b313
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2907.vcb_35d6f2f7de to 2928.ved44ea_84e034.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2928.ved44ea_84e034/00-cc671e%40github.com.


[jenkinsci/git-client-plugin] f64218: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4....

2024-03-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: f64218b3215ebaff2c42ecc1184415be8afa77a6
  
https://github.com/jenkinsci/git-client-plugin/commit/f64218b3215ebaff2c42ecc1184415be8afa77a6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.80 (#1118)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/22fd74-f64218%40github.com.


[jenkinsci/git-client-plugin] 22fd74: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-03-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 22fd74fe3715d2eebe2d9bf32b72e848b1208446
  
https://github.com/jenkinsci/git-client-plugin/commit/22fd74fe3715d2eebe2d9bf32b72e848b1208446
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 (#1119)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/546724-22fd74%40github.com.


[jenkinsci/git-client-plugin]

2024-03-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16/61fd10-00%40github.com.


[jenkinsci/git-client-plugin] 61fd10: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-03-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 61fd1017bc7ee0226ffc13b5dcd604f25625ac01
  
https://github.com/jenkinsci/git-client-plugin/commit/61fd1017bc7ee0226ffc13b5dcd604f25625ac01
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.15.8 to 3.16.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.8...equalsverifier-3.16)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16/00-61fd10%40github.com.


[jenkinsci/git-client-plugin] 56db83: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.80

2024-03-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 56db835082460c1ec4af6ac94a9ea3b9d98f1d3c
  
https://github.com/jenkinsci/git-client-plugin/commit/56db835082460c1ec4af6ac94a9ea3b9d98f1d3c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.80

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.79 to 4.80.
- [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.79...plugin-4.80)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80/00-56db83%40github.com.


[jenkinsci/git-client-plugin] 546724: Bump io.jenkins.tools.bom:bom-2.414.x (#1116)

2024-03-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 54672422793f45b22403812c11745885945da887
  
https://github.com/jenkinsci/git-client-plugin/commit/54672422793f45b22403812c11745885945da887
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-16 (Sat, 16 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#1116)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/3c4d15-546724%40github.com.


[jenkinsci/git-client-plugin]

2024-03-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2907.vcb_35d6f2f7de
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2907.vcb_35d6f2f7de/b4b033-00%40github.com.


[jenkinsci/git-client-plugin] b4b033: Bump io.jenkins.tools.bom:bom-2.414.x

2024-03-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2907.vcb_35d6f2f7de
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: b4b033ba5941e313b7f3e7db8a2af0e24f0f719e
  
https://github.com/jenkinsci/git-client-plugin/commit/b4b033ba5941e313b7f3e7db8a2af0e24f0f719e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-16 (Sat, 16 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2884.vc36b_64ce114a_ to 2907.vcb_35d6f2f7de.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2907.vcb_35d6f2f7de/00-b4b033%40github.com.


[jenkinsci/git-client-plugin] 3c4d15: [maven-release-plugin] prepare for next developmen...

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 3c4d150b3e7e954665b135a5816a45a53b878585
  
https://github.com/jenkinsci/git-client-plugin/commit/3c4d150b3e7e954665b135a5816a45a53b878585
  Author: Mark Waite 
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/a6ebfe-3c4d15%40github.com.


[jenkinsci/git-client-plugin]

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/tags/git-client-4.7.0
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/tags/git-client-4.7.0/00-8e37ed%40github.com.


[jenkinsci/git-client-plugin] a6ebfe: [maven-release-plugin] prepare release git-client-...

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: a6ebfe35b75c341cb7390f21428aded5e5b0caa5
  
https://github.com/jenkinsci/git-client-plugin/commit/a6ebfe35b75c341cb7390f21428aded5e5b0caa5
  Author: Mark Waite 
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-4.7.0



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/9e3039-a6ebfe%40github.com.


[jenkinsci/git-client-plugin] e74b00: Prep for 4.7.0 release

2024-03-08 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: e74b004affcb717583a33e23e966a9bc6cd09601
  
https://github.com/jenkinsci/git-client-plugin/commit/e74b004affcb717583a33e23e966a9bc6cd09601
  Author: Mark Waite 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prep for 4.7.0 release

Includes a JGit upgrade



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/c5db30-e74b00%40github.com.


[jenkinsci/git-client-plugin] 780c79: [JENKINS-72667] Fix "Text file busy" issue with GI...

2024-03-08 Thread 'Christoph Kulla' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 780c79a7e9486d10e25ec74454b2ba9421988c34
  
https://github.com/jenkinsci/git-client-plugin/commit/780c79a7e9486d10e25ec74454b2ba9421988c34
  Author: ckullabosch <137039388+ckullabo...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

  Log Message:
  ---
  [JENKINS-72667] Fix "Text file busy" issue with GIT_ASKPASS


  Commit: c5db30de168eff610b060f0634a83164243b4a80
  
https://github.com/jenkinsci/git-client-plugin/commit/c5db30de168eff610b060f0634a83164243b4a80
  Author: kuc2hi 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

  Log Message:
  ---
  [JENKINS-72819] Fix NPE when accessing message


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/52f1ab4af168...c5db30de168e

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/52f1ab-c5db30%40github.com.


[jenkinsci/git-client-plugin] 52f1ab: Simplify Revision.clone() implementation (#1106)

2024-03-08 Thread 'Aniket Shitole' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 52f1ab4af1684dbad97a398d1d03198a84771c66
  
https://github.com/jenkinsci/git-client-plugin/commit/52f1ab4af1684dbad97a398d1d03198a84771c66
  Author: Aniket Shitole <91371143+anike...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M src/main/java/hudson/plugins/git/Revision.java

  Log Message:
  ---
  Simplify Revision.clone() implementation (#1106)

* Used Objects.hash as a better practice

* Used String.format for better consistency

* Added additional check in release-drafter.yml github action file

* Operating systems with outdated OpenSSH are no longer supported (#1099)

List more operating systems so that web searches will find the page.

Link to the operating system end of life blog post.

Correct the name of Amazon Linux name.

Add the most important option, upgrade to a supported operating system.

* Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#1098)

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 to 4.77.
- [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.76...plugin-4.77)

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

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

* Remove redundant spotbugs details from pom (#1101)

Included in parent pom 4.77

* Bump io.jenkins.tools.bom:bom-2.401.x (#1102)

* Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#1105)

* made sh1 and branches private for better encapsulation and changed branches 
from collection to list for indexed access and specific order

* Converted List type back to Collection for branches variable

* ran mvn spotless:apply

* reverted priavte sha1 and branches variable

* Revert "ran mvn spotless:apply"

This reverts commit 4f2a151d7914582f6762da7deafef98778a7fe2f.

* made some changes

-

Signed-off-by: dependabot[bot] 
Co-authored-by: Mark Waite 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/fcdcb2-52f1ab%40github.com.


[jenkinsci/git-client-plugin] fcdcb2: Implement config with gitclient and fix test issue...

2024-03-08 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: fcdcb2df6f28ea94863baf2a632a19e3f5b0e085
  
https://github.com/jenkinsci/git-client-plugin/commit/fcdcb2df6f28ea94863baf2a632a19e3f5b0e085
  Author: Olivier Lamy 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/GitClient.java
M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/RemoteGitImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPIImplTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/FilePermissionsTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPIForCliGitTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdate.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientFetchTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/GitClientMaintenanceTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/JGitLightweightTagTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImplTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/MergeCommandTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/PushTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/RemoteGitImplTest.java

  Log Message:
  ---
  Implement config with gitclient and fix test issue with auto sign setup 
locally (#1107)

* implement config with gitclient

Signed-off-by: Olivier Lamy 

* more fixes to disable gpg sign

Signed-off-by: Olivier Lamy 

* finish cleanup tests not working with local configuration sign auto

Signed-off-by: Olivier Lamy 

* fix naming

Signed-off-by: Olivier Lamy 

-

Signed-off-by: Olivier Lamy 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/3cb1e3-fcdcb2%40github.com.


[jenkinsci/git-client-plugin] 3cb1e3: Bump io.jenkins.tools.bom:bom-2.414.x (#1114)

2024-03-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 3cb1e3c2cd4db44af2832c22bd12069ddb9a2026
  
https://github.com/jenkinsci/git-client-plugin/commit/3cb1e3c2cd4db44af2832c22bd12069ddb9a2026
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#1114)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/4a07f8-3cb1e3%40github.com.


[jenkinsci/git-client-plugin]

2024-03-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2884.vc36b_64ce114a_
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2884.vc36b_64ce114a_/1b4287-00%40github.com.


[jenkinsci/git-client-plugin]

2024-03-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/jgit.version-6.9.0.202403050737-r
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/jgit.version-6.9.0.202403050737-r/7b1ab4-00%40github.com.


[jenkinsci/git-client-plugin] 4a07f8: Bump jgit.version from 6.8.0.202311291450-r to 6.9...

2024-03-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 4a07f8a608029b40562a050b3aa48a6e2fc35c92
  
https://github.com/jenkinsci/git-client-plugin/commit/4a07f8a608029b40562a050b3aa48a6e2fc35c92
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jgit.version from 6.8.0.202311291450-r to 6.9.0.202403050737-r (#1113)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/c03cc9-4a07f8%40github.com.


[jenkinsci/git-client-plugin] 1b4287: Bump io.jenkins.tools.bom:bom-2.414.x

2024-03-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2884.vc36b_64ce114a_
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 1b42875bae1d5c8f489c0a2f798d7906ea98e86b
  
https://github.com/jenkinsci/git-client-plugin/commit/1b42875bae1d5c8f489c0a2f798d7906ea98e86b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2857.v01a_0144eb_20b_ to 2884.vc36b_64ce114a_.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2884.vc36b_64ce114a_/00-1b4287%40github.com.


[jenkinsci/git-client-plugin] 7b1ab4: Bump jgit.version from 6.8.0.202311291450-r to 6.9...

2024-03-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/jgit.version-6.9.0.202403050737-r
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 7b1ab4d8021797157cba8306f3f11417c9b2cff3
  
https://github.com/jenkinsci/git-client-plugin/commit/7b1ab4d8021797157cba8306f3f11417c9b2cff3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jgit.version from 6.8.0.202311291450-r to 6.9.0.202403050737-r

Bumps `jgit.version` from 6.8.0.202311291450-r to 6.9.0.202403050737-r.

Updates `org.eclipse.jgit:org.eclipse.jgit` from 6.8.0.202311291450-r to 
6.9.0.202403050737-r

Updates `org.eclipse.jgit:org.eclipse.jgit.http.apache` from 
6.8.0.202311291450-r to 6.9.0.202403050737-r

Updates `org.eclipse.jgit:org.eclipse.jgit.http.server` from 
6.8.0.202311291450-r to 6.9.0.202403050737-r

Updates `org.eclipse.jgit:org.eclipse.jgit.lfs` from 6.8.0.202311291450-r to 
6.9.0.202403050737-r

Updates `org.eclipse.jgit:org.eclipse.jgit.ssh.apache` from 
6.8.0.202311291450-r to 6.9.0.202403050737-r

---
updated-dependencies:
- dependency-name: org.eclipse.jgit:org.eclipse.jgit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.http.apache
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.http.server
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.lfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.ssh.apache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/jgit.version-6.9.0.202403050737-r/00-7b1ab4%40github.com.


[jenkinsci/git-client-plugin] c03cc9: Require Jenkins 2.414.3 or newer (#1112)

2024-03-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: c03cc915b37233988c2ee09f5eeacfcef6498cb3
  
https://github.com/jenkinsci/git-client-plugin/commit/c03cc915b37233988c2ee09f5eeacfcef6498cb3
  Author: Mark Waite 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.414.3 or newer (#1112)

Also updates to Jenkins plugin parent pom 4.79 and to the latest release
of the plugin bill of materials that matches Jenkins 2.414.3.



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/123e49-c03cc9%40github.com.


[jenkinsci/git-client-plugin] 123e49: Bump nl.jqno.equalsverifier:equalsverifier from 3....

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.7 to 3.15.8 (#1110)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/4b4e83-123e49%40github.com.


[jenkinsci/git-client-plugin]

2024-03-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.8
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.8/f6e6b6-00%40github.com.


[jenkinsci/git-client-plugin] f6e6b6: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-03-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.8
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: f6e6b6bd9e48bca48ec6fd50da9b794ed5ccb406
  
https://github.com/jenkinsci/git-client-plugin/commit/f6e6b6bd9e48bca48ec6fd50da9b794ed5ccb406
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-04 (Mon, 04 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.7 to 3.15.8

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.15.7 to 3.15.8.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.7...equalsverifier-3.15.8)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.8/00-f6e6b6%40github.com.


[jenkinsci/git-client-plugin]

2024-03-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/release-drafter/release-drafter-6
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-6/f8eabc-00%40github.com.


[jenkinsci/git-client-plugin] 4b4e83: Bump release-drafter/release-drafter from 5 to 6 (...

2024-03-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 4b4e830f77b3e4347dc0ff3ba3e697a47beffee3
  
https://github.com/jenkinsci/git-client-plugin/commit/4b4e830f77b3e4347dc0ff3ba3e697a47beffee3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5 to 6 (#1109)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/4b9dc0-4b4e83%40github.com.


[jenkinsci/git-client-plugin] f8eabc: Bump release-drafter/release-drafter from 5 to 6

2024-02-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/release-drafter/release-drafter-6
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: f8eabca0e5809ffcda84a91ca03524739cc1c2e4
  
https://github.com/jenkinsci/git-client-plugin/commit/f8eabca0e5809ffcda84a91ca03524739cc1c2e4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5 to 6

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-6/00-f8eabc%40github.com.


[jenkinsci/git-client-plugin]

2024-02-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.7
  Home:   https://github.com/jenkinsci/git-client-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.7/643692-00%40github.com.


[jenkinsci/git-client-plugin] 4b9dc0: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-02-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 4b9dc02e6533248138e50429c0ba4a63639f1346
  
https://github.com/jenkinsci/git-client-plugin/commit/4b9dc02e6533248138e50429c0ba4a63639f1346
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.7 (#1108)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/master/394e59-4b9dc0%40github.com.


[jenkinsci/git-client-plugin] 643692: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-02-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.7
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 6436924682ead52171b7d341ea830b15dbeb9371
  
https://github.com/jenkinsci/git-client-plugin/commit/6436924682ead52171b7d341ea830b15dbeb9371
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.7

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.15.6 to 3.15.7.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.6...equalsverifier-3.15.7)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.7/00-643692%40github.com.


[jenkinsci/git-client-plugin]

2024-02-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78/d5eb54-00%40github.com.


[jenkinsci/git-client-plugin] 394e59: Bump org.jenkins-ci.plugins:plugin from 4.77 to 4....

2024-02-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 394e59405da00912b29b66a10d8516067cdfd941
  
https://github.com/jenkinsci/git-client-plugin/commit/394e59405da00912b29b66a10d8516067cdfd941
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#1105)


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


[jenkinsci/git-client-plugin] d5eb54: Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78

2024-02-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d5eb54bab1c81695f4fd973e27c34f85bce85853
  
https://github.com/jenkinsci/git-client-plugin/commit/d5eb54bab1c81695f4fd973e27c34f85bce85853
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.77 to 4.78.
- [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.77...plugin-4.78)

---
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/git-client-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78/00-d5eb54%40github.com.


[jenkinsci/git-client-plugin]

2024-01-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2745.vc7b_fe4c876fa_
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2745.vc7b_fe4c876fa_/1cf697-00%40github.com.


[jenkinsci/git-client-plugin] 611ed2: Bump io.jenkins.tools.bom:bom-2.401.x (#1102)

2024-01-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 611ed2bb5b518387fe9931e02b0945f04d2e7145
  
https://github.com/jenkinsci/git-client-plugin/commit/611ed2bb5b518387fe9931e02b0945f04d2e7145
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x (#1102)


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


[jenkinsci/git-client-plugin] 1cf697: Bump io.jenkins.tools.bom:bom-2.401.x

2024-01-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2745.vc7b_fe4c876fa_
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 1cf697717a83effb869fe4365578da80aae82077
  
https://github.com/jenkinsci/git-client-plugin/commit/1cf697717a83effb869fe4365578da80aae82077
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2718.v7e8a_d43b_3f0b_ to 2745.vc7b_fe4c876fa_.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/git-client-plugin] bdeb1f: Remove redundant spotbugs details from pom (#1101)

2024-01-20 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: bdeb1fb6d7c5a51d079f5e0d05b0d140f9215b40
  
https://github.com/jenkinsci/git-client-plugin/commit/bdeb1fb6d7c5a51d079f5e0d05b0d140f9215b40
  Author: Mark Waite 
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove redundant spotbugs details from pom (#1101)

Included in parent pom 4.77


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


[jenkinsci/git-client-plugin] e80446: Added additional check in release-drafter.yml gith...

2024-01-20 Thread 'Aniket Shitole' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: e80446d22103e68b500a233172117596b1dc0581
  
https://github.com/jenkinsci/git-client-plugin/commit/e80446d22103e68b500a233172117596b1dc0581
  Author: Aniket Shitole <91371143+anike...@users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

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

  Log Message:
  ---
  Added additional check in release-drafter.yml github action file (#1100)


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


[jenkinsci/git-client-plugin] 829a0f: Calculate hashCode with arguments that are consist...

2024-01-19 Thread 'Aniket Shitole' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 829a0fb94d8bc0644a65bd8873a1f00a05a54300
  
https://github.com/jenkinsci/git-client-plugin/commit/829a0fb94d8bc0644a65bd8873a1f00a05a54300
  Author: Aniket Shitole <91371143+anike...@users.noreply.github.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
M src/main/java/hudson/plugins/git/Branch.java

  Log Message:
  ---
  Calculate hashCode with arguments that are consistent with equals (#1097)

* Used Objects.hash as a better practice

* Used String.format for better consistency

-

Co-authored-by: Mark Waite 


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


[jenkinsci/git-client-plugin] ac221d: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4....

2024-01-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: ac221d5313c7cfd2fc0c17a35d09e9c2bc0c4b8a
  
https://github.com/jenkinsci/git-client-plugin/commit/ac221d5313c7cfd2fc0c17a35d09e9c2bc0c4b8a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#1098)

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 to 4.77.
- [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.76...plugin-4.77)

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

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


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


[jenkinsci/git-client-plugin]

2024-01-16 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.77
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.77/3bbe80-00%40github.com.


[jenkinsci/git-client-plugin] fb3a59: Operating systems with outdated OpenSSH are no lon...

2024-01-16 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: fb3a59e089c32398d002dea1d13c243652e68734
  
https://github.com/jenkinsci/git-client-plugin/commit/fb3a59e089c32398d002dea1d13c243652e68734
  Author: Mark Waite 
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Operating systems with outdated OpenSSH are no longer supported (#1099)

List more operating systems so that web searches will find the page.

Link to the operating system end of life blog post.

Correct the name of Amazon Linux name.

Add the most important option, upgrade to a supported operating system.


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


[jenkinsci/git-client-plugin] 3bbe80: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77

2024-01-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.77
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 3bbe80220aa7dffb5ae4d17a301ff5e6fe59
  
https://github.com/jenkinsci/git-client-plugin/commit/3bbe80220aa7dffb5ae4d17a301ff5e6fe59
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 to 4.77.
- [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.76...plugin-4.77)

---
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/git-client-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.77/00-3bbe80%40github.com.


[jenkinsci/git-client-plugin]

2024-01-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.6
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.6/c01700-00%40github.com.


[jenkinsci/git-client-plugin] d0ae56: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-01-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d0ae562724d8c7898e3d4465d05928b1d21798b6
  
https://github.com/jenkinsci/git-client-plugin/commit/d0ae562724d8c7898e3d4465d05928b1d21798b6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-14 (Sun, 14 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 (#1093)


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


[jenkinsci/git-client-plugin] b054eb: Bump io.jenkins.tools.bom:bom-2.401.x (#1094)

2024-01-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: b054eb9045bd735d5496a3683baaa920cc084286
  
https://github.com/jenkinsci/git-client-plugin/commit/b054eb9045bd735d5496a3683baaa920cc084286
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x (#1094)


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


[jenkinsci/git-client-plugin]

2024-01-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2718.v7e8a_d43b_3f0b_
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2718.v7e8a_d43b_3f0b_/ca84e4-00%40github.com.


[jenkinsci/git-client-plugin] ca84e4: Bump io.jenkins.tools.bom:bom-2.401.x

2024-01-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2718.v7e8a_d43b_3f0b_
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: ca84e475227153140902fb7123486feebf05bd7a
  
https://github.com/jenkinsci/git-client-plugin/commit/ca84e475227153140902fb7123486feebf05bd7a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2705.vf5c48c31285b_ to 2718.v7e8a_d43b_3f0b_.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2718.v7e8a_d43b_3f0b_/00-ca84e4%40github.com.


[jenkinsci/git-client-plugin] c01700: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-01-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.6
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: c01700236782ec2a2e7a731e7a841a0e9f80388f
  
https://github.com/jenkinsci/git-client-plugin/commit/c01700236782ec2a2e7a731e7a841a0e9f80388f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.15.5 to 3.15.6.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.5...equalsverifier-3.15.6)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.6/00-c01700%40github.com.


[jenkinsci/git-client-plugin] 9d3d4f: Bump io.jenkins.tools.bom:bom-2.401.x (#1092)

2024-01-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 9d3d4f10f59342916457492487f34be3d0842179
  
https://github.com/jenkinsci/git-client-plugin/commit/9d3d4f10f59342916457492487f34be3d0842179
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x (#1092)


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


[jenkinsci/git-client-plugin]

2024-01-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2705.vf5c48c31285b_
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2705.vf5c48c31285b_/7f3d57-00%40github.com.


[jenkinsci/git-client-plugin] 7f3d57: Bump io.jenkins.tools.bom:bom-2.401.x

2024-01-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2705.vf5c48c31285b_
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 7f3d57d5345f47714250423b37d46debac2563c6
  
https://github.com/jenkinsci/git-client-plugin/commit/7f3d57d5345f47714250423b37d46debac2563c6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2675.v1515e14da_7a_6 to 2705.vf5c48c31285b_.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2705.vf5c48c31285b_/00-7f3d57%40github.com.


[jenkinsci/git-client-plugin] 3ae560: Fix Javadoc link to JGit user guide (#1091)

2023-12-25 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 3ae560c5fab96d548b40f825d910649e87f48281
  
https://github.com/jenkinsci/git-client-plugin/commit/3ae560c5fab96d548b40f825d910649e87f48281
  Author: Mark Waite 
  Date:   2023-12-25 (Mon, 25 Dec 2023)

  Changed paths:
M src/main/javadoc/overview.html

  Log Message:
  ---
  Fix Javadoc link to JGit user guide (#1091)

The JGit project has moved their wiki to GitHub.


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


[jenkinsci/git-client-plugin] 4a6a7d: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2023-12-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 4a6a7dc46307c1cd869abdff1c9ab93f341f8131
  
https://github.com/jenkinsci/git-client-plugin/commit/4a6a7dc46307c1cd869abdff1c9ab93f341f8131
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-23 (Sat, 23 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 (#1089)


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


[jenkinsci/git-client-plugin]

2023-12-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.5
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.5/69e733-00%40github.com.


[jenkinsci/git-client-plugin] df3e69: Bump io.jenkins.tools.bom:bom-2.401.x (#1090)

2023-12-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: df3e69e40570364c48ed700c97a630679b0b7dce
  
https://github.com/jenkinsci/git-client-plugin/commit/df3e69e40570364c48ed700c97a630679b0b7dce
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-23 (Sat, 23 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x (#1090)


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


[jenkinsci/git-client-plugin]

2023-12-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6/e88215-00%40github.com.


[jenkinsci/git-client-plugin] e88215: Bump io.jenkins.tools.bom:bom-2.401.x

2023-12-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: e88215adbe5816f9f0d7eca4b94a4ad1facc
  
https://github.com/jenkinsci/git-client-plugin/commit/e88215adbe5816f9f0d7eca4b94a4ad1facc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-23 (Sat, 23 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x

Bumps [io.jenkins.tools.bom:bom-2.401.x](https://github.com/jenkinsci/bom) from 
2671.va_73a_b_4c103fb_ to 2675.v1515e14da_7a_6.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2675.v1515e14da_7a_6/00-e88215%40github.com.


[jenkinsci/git-client-plugin] 69e733: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2023-12-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.5
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 69e733227ad57b966f88bced412ef736e9f9b545
  
https://github.com/jenkinsci/git-client-plugin/commit/69e733227ad57b966f88bced412ef736e9f9b545
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-23 (Sat, 23 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.15.4 to 3.15.5.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.4...equalsverifier-3.15.5)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  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/git-client-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.5/00-69e733%40github.com.


[jenkinsci/git-client-plugin] 2f9ac6: Remove an unused image

2023-12-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 2f9ac682db539c866db441d18866b952cea35503
  
https://github.com/jenkinsci/git-client-plugin/commit/2f9ac682db539c866db441d18866b952cea35503
  Author: Mark Waite 
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
R images/host-key-configuration.png

  Log Message:
  ---
  Remove an unused image


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


  1   2   3   4   5   6   7   8   9   10   >