[jenkins-infra/jenkins.io] ade0fb: update to cloudbees logo size

2022-12-10 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: ade0fbbdb0cb968635508a4e7f12ac90115be823
  
https://github.com/jenkins-infra/jenkins.io/commit/ade0fbbdb0cb968635508a4e7f12ac90115be823
  Author: Kevin Martens 
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
M content/blog/2022/11/2022-11-24-jenkins-sponsor-appreciation.adoc

  Log Message:
  ---
  update to cloudbees logo size


  Commit: a6040ba7abe007457c852b04cd131c531dbe51bf
  
https://github.com/jenkins-infra/jenkins.io/commit/a6040ba7abe007457c852b04cd131c531dbe51bf
  Author: Damien Duportal 
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M content/blog/2022/11/2022-11-24-jenkins-sponsor-appreciation.adoc

  Log Message:
  ---
  Merge pull request #5775 from kmartens27/update-thanksgiving-blog

Jenkins - Update to CloudBees logo in thanksgiving blog post


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/c534c9488e61...a6040ba7abe0

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


[jenkinsci/compress-artifacts-plugin] 767887: vuln-fix: Temporary File Information Disclosure

2022-12-10 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/compress-artifacts-plugin

  Commit: 767887175d9932a65d30057fb82b77acc8f53c73

  
https://github.com/jenkinsci/compress-artifacts-plugin/commit/767887175d9932a65d30057fb82b77acc8f53c73

  Author: Jonathan Leitschuh 

  Date:   2022-11-19 (Sat, 19 Nov 2022)



  Changed paths:

M 
src/test/java/org/jenkinsci/plugins/compress_artifacts/CompressionInteropTest.java



  Log Message:

  ---

  vuln-fix: Temporary File Information Disclosure







This fixes temporary file information disclosure vulnerability due to the use

of the vulnerable `File.createTempFile()` method. The vulnerability is fixed by

using the `Files.createTempFile()` method which sets the correct posix 
permissions.



Weakness: CWE-377: Insecure Temporary File

Severity: Medium

CVSSS: 5.5

Detection: CodeQL & OpenRewrite 
(https://public.moderne.io/recipes/org.openrewrite.java.security.SecureTempFileCreation)



Reported-by: Jonathan Leitschuh 

Signed-off-by: Jonathan Leitschuh 



Bug-tracker: https://github.com/JLLeitschuh/security-research/issues/18





Co-authored-by: Moderne 





  Commit: 21f89e3847c10a1f54ab23488661f581c7d6491c

  
https://github.com/jenkinsci/compress-artifacts-plugin/commit/21f89e3847c10a1f54ab23488661f581c7d6491c

  Author: Oliver Gondža 

  Date:   2022-12-10 (Sat, 10 Dec 2022)



  Changed paths:

M 
src/test/java/org/jenkinsci/plugins/compress_artifacts/CompressionInteropTest.java



  Log Message:

  ---

  Merge pull request #13 from 
BulkSecurityGeneratorProjectV2/fix/JLL/temporary_file_local_information_disclosure



[SECURITY] Fix Temporary File Information Disclosure Vulnerability





Compare: 
https://github.com/jenkinsci/compress-artifacts-plugin/compare/b20f3c77ddf7...21f89e3847c1

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


[jenkinsci/compress-artifacts-plugin]

2022-12-10 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51
  Home:   https://github.com/jenkinsci/compress-artifacts-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/compress-artifacts-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51/389b7a-00%40github.com.


[jenkinsci/compress-artifacts-plugin] 389b7a: Bump plugin from 4.49 to 4.51

2022-12-10 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/compress-artifacts-plugin

  Commit: 389b7ad94c5296f080cda3b0e3dc3394b498e9a9

  
https://github.com/jenkinsci/compress-artifacts-plugin/commit/389b7ad94c5296f080cda3b0e3dc3394b498e9a9

  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  Date:   2022-12-01 (Thu, 01 Dec 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Bump plugin from 4.49 to 4.51



Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.49 to 4.51.

- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)

- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)

- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.49...plugin-4.51)



---

updated-dependencies:

- dependency-name: org.jenkins-ci.plugins:plugin

  dependency-type: direct:production

  update-type: version-update:semver-minor

...



Signed-off-by: dependabot[bot] 





  Commit: 7f4a0fc0692bf87d504ce365dbcca0196bb82962

  
https://github.com/jenkinsci/compress-artifacts-plugin/commit/7f4a0fc0692bf87d504ce365dbcca0196bb82962

  Author: Oliver Gondža 

  Date:   2022-12-10 (Sat, 10 Dec 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #14 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51



Bump plugin from 4.49 to 4.51





Compare: 
https://github.com/jenkinsci/compress-artifacts-plugin/compare/21f89e3847c1...7f4a0fc0692b

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


[jenkinsci/jenkins] b80227: Keep ATH images up to date with renovate (#7503)

2022-12-10 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b80227831f6dc19d174e0e218dca889f6ae059fb
  
https://github.com/jenkinsci/jenkins/commit/b80227831f6dc19d174e0e218dca889f6ae059fb
  Author: Alexander Brandes 
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M renovate.json

  Log Message:
  ---
  Keep ATH images up to date with renovate (#7503)


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


[jenkinsci/jenkins] 651cb1: Update jenkins/ath Docker tag to v5478

2022-12-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/jenkins-ath-5478.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 651cb1308d0f016d6565102971ba8543e21bd4e7
  
https://github.com/jenkinsci/jenkins/commit/651cb1308d0f016d6565102971ba8543e21bd4e7
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M ath.sh

  Log Message:
  ---
  Update jenkins/ath Docker tag to v5478


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


[jenkins-infra/jenkins.io] c708fb: Automated changelog for 2.382

2022-12-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.382
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c708fbced61d59e32284abd039cda12f5f645ebf
  
https://github.com/jenkins-infra/jenkins.io/commit/c708fbced61d59e32284abd039cda12f5f645ebf
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.382


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


[jenkinsci/acceptance-test-harness] ef31b0: Build(deps): Bump crypto-util from 1.7 to 1.8 (#1005)

2022-12-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: ef31b0722bcb4f6aa82ec05237f1d7c53003138d
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ef31b0722bcb4f6aa82ec05237f1d7c53003138d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump crypto-util from 1.7 to 1.8 (#1005)

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/acceptance-test-harness/push/refs/heads/master/51712c-ef31b0%40github.com.


[jenkinsci/acceptance-test-harness]

2022-12-10 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-crypto-util-1.8
  Home:   https://github.com/jenkinsci/acceptance-test-harness

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


[jenkinsci/jenkins] 04007c: [JENKINS-68692] Upgrade Guice from 5.0.1 to 5.1.0 ...

2022-12-10 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 04007c380c8aa168141dad27a582c743b886f33d
  
https://github.com/jenkinsci/jenkins/commit/04007c380c8aa168141dad27a582c743b886f33d
  Author: Basil Crow 
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M .github/dependabot.yml
M bom/pom.xml
M core/src/main/java/hudson/ExtensionFinder.java

  Log Message:
  ---
  [JENKINS-68692] Upgrade Guice from 5.0.1 to 5.1.0 (#7477)


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


[jenkinsci/jenkins] 5e1e26: Remove unnecessary Dependabot exclusion for `log4j...

2022-12-10 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5e1e268972e305f2e6564e72ea6214bd017ecfd6
  
https://github.com/jenkinsci/jenkins/commit/5e1e268972e305f2e6564e72ea6214bd017ecfd6
  Author: Basil Crow 
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove unnecessary Dependabot exclusion for `log4j:log4j` (#7505)


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


[jenkins-infra/jenkins.io] 815ede: Automated changelog for 2.382

2022-12-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.382
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 815ede52a88898cff44a6381c213b866e1b04275
  
https://github.com/jenkins-infra/jenkins.io/commit/815ede52a88898cff44a6381c213b866e1b04275
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.382


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.382/c3924a-815ede%40github.com.


[jenkinsci/jenkins] 77e92c: Update LTS line in Dependabot configuration (#7506)

2022-12-10 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 77e92c67f12af3724d040fe2b72c749d3004db2e
  
https://github.com/jenkinsci/jenkins/commit/77e92c67f12af3724d040fe2b72c749d3004db2e
  Author: Basil Crow 
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Update LTS line in Dependabot configuration (#7506)


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


[jenkins-infra/jenkins.io] 4dc997: Automated changelog for 2.382

2022-12-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.382
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4dc9975578d434cddf2df50e42d1929d421dc0eb
  
https://github.com/jenkins-infra/jenkins.io/commit/4dc9975578d434cddf2df50e42d1929d421dc0eb
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.382


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.382/815ede-4dc997%40github.com.


[jenkinsci/jenkins] 108ae7: Keep gitpods Dockerfile up to date with renovate (...

2022-12-10 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 108ae79c1ac0aeb0e9b8323e50d9eed19982178d
  
https://github.com/jenkinsci/jenkins/commit/108ae79c1ac0aeb0e9b8323e50d9eed19982178d
  Author: Alexander Brandes 
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M .github/dependabot.yml
M renovate.json

  Log Message:
  ---
  Keep gitpods Dockerfile up to date with renovate (#7507)


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


[jenkins-infra/jenkins.io] 02a33c: Automated changelog for 2.382

2022-12-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.382
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 02a33c4cf9f7329ea2d2a42577332fc5b71dec91
  
https://github.com/jenkins-infra/jenkins.io/commit/02a33c4cf9f7329ea2d2a42577332fc5b71dec91
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.382


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.382/4dc997-02a33c%40github.com.


[jenkins-infra/jenkins.io] c3924a: Automated changelog for 2.382

2022-12-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.382
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c3924a9a0cf95c3a01ce180a0dd4b17f19d669e0
  
https://github.com/jenkins-infra/jenkins.io/commit/c3924a9a0cf95c3a01ce180a0dd4b17f19d669e0
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.382


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


[jenkinsci/jenkins] f2c97c: Update dependency prettier to v2.8.1

2022-12-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/prettier-2.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f2c97c2dc553dce112543a90ae29c9507724488b
  
https://github.com/jenkinsci/jenkins/commit/f2c97c2dc553dce112543a90ae29c9507724488b
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Update dependency prettier to v2.8.1


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


[jenkinsci/acceptance-test-harness] ce1e2a: Build(deps): Bump httpclient from 4.5.13 to 4.5.14

2022-12-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.14
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: ce1e2adc4dc61c82265ca43bf89c6f8f75446bf5
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ce1e2adc4dc61c82265ca43bf89c6f8f75446bf5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump httpclient from 4.5.13 to 4.5.14

Bumps httpclient from 4.5.13 to 4.5.14.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.14/4c7d46-ce1e2a%40github.com.


[jenkinsci/dark-theme-plugin] 51d554: Update dependency npm to v9.2.0

2022-12-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/npm-9.x
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: 51d554ac6d23d8148856f245fcf5538d895e3ce9
  
https://github.com/jenkinsci/dark-theme-plugin/commit/51d554ac6d23d8148856f245fcf5538d895e3ce9
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency npm to v9.2.0


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


[jenkinsci/dark-theme-plugin]

2022-12-10 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/renovate/npm-9.x
  Home:   https://github.com/jenkinsci/dark-theme-plugin

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


[jenkinsci/dark-theme-plugin] 1e7d68: Update dependency npm to v9.2.0 (#306)

2022-12-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: 1e7d685e883ec6c7d03684ca2e9831ad8a9e141b
  
https://github.com/jenkinsci/dark-theme-plugin/commit/1e7d685e883ec6c7d03684ca2e9831ad8a9e141b
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency npm to v9.2.0 (#306)

Co-authored-by: renovate[bot] <29139614+renovate[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/dark-theme-plugin/push/refs/heads/master/560870-1e7d68%40github.com.


[jenkinsci/design-library-plugin] 842d9d: Update dependency npm to v9.2.0

2022-12-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/npm-9.x
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 842d9d31fe5f9e87100f24f367100a5256d1c00f
  
https://github.com/jenkinsci/design-library-plugin/commit/842d9d31fe5f9e87100f24f367100a5256d1c00f
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency npm to v9.2.0


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


[jenkinsci/acceptance-test-harness] f9f63c: Build(deps): Bump httpclient from 4.5.13 to 4.5.14...

2022-12-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: f9f63c289cd4d164a333f6a83ad1cee18c0e0b5c
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f9f63c289cd4d164a333f6a83ad1cee18c0e0b5c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-12-11 (Sun, 11 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump httpclient from 4.5.13 to 4.5.14 (#1007)

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/acceptance-test-harness/push/refs/heads/master/ef31b0-f9f63c%40github.com.


[jenkinsci/acceptance-test-harness]

2022-12-10 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.14
  Home:   https://github.com/jenkinsci/acceptance-test-harness

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


[jenkinsci/lockable-resources-plugin] 09397b: New Crowdin translations

2022-12-10 Thread 'Crowdin Bot' via Jenkins Commits
  Branch: refs/heads/l10n_crowdin_action
  Home:   https://github.com/jenkinsci/lockable-resources-plugin
  Commit: 09397b4aa0f784ccfbdedefb62ce2ed16a88dc73
  
https://github.com/jenkinsci/lockable-resources-plugin/commit/09397b4aa0f784ccfbdedefb62ce2ed16a88dc73
  Author: Crowdin Bot 
  Date:   2022-12-11 (Sun, 11 Dec 2022)

  Changed paths:
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_cs.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockableResourcesManager/config_cs.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/Messages_cs.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/Messages_fr.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/Messages_sk.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/RequiredResourcesProperty/config_cs.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/RequiredResourcesProperty/config_sk.properties

  Log Message:
  ---
  New Crowdin translations


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


[jenkinsci/embeddable-build-status-plugin] c4394d: Add tests for ball logic in image resolver page (...

2022-12-10 Thread 'Okhan-coder' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/embeddable-build-status-plugin
  Commit: c4394de420bc99e119be0c760bd5900d67fd1118
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/c4394de420bc99e119be0c760bd5900d67fd1118
  Author: Okhan-coder <61761333+okhan-co...@users.noreply.github.com>
  Date:   2022-12-11 (Sun, 11 Dec 2022)

  Changed paths:
M .vscode/settings.json
A src/test/java/org/jenkinsci/plugins/badge/ImageResolverTest.java

  Log Message:
  ---
  Add tests for ball logic in image resolver page  (#141)

* Trying to make first test work

* Update ImageResolverTest.java

* Fixing Mock Objects

* Made mock work with final object

* Test Working

* Added More tests

* Clean Up

* First experiment without mocks

Known that some of the tests fail

Exploring ideas

* Add concept of job status colors

* Remove arg randomization temporarily

Confirm tests run without mocks

* Update src/test/java/org/jenkinsci/plugins/badge/ImageResolverTest.java

Co-authored-by: Mark Waite 

* Revert

* Remove unnecessary comment

* Non-Mock Test working, Had to Extend to not use Stapler

* Apply suggestions from code review

* fix suggestion error

* Remove extra white space

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/embeddable-build-status-plugin/push/refs/heads/master/45d7ce-c4394d%40github.com.


[jenkinsci/jenkins] 754a13: Update dependency handlebars-loader to v1.7.3

2022-12-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/handlebars-loader-1.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 754a13277766ed039266f9e9ca9e750461463df0
  
https://github.com/jenkinsci/jenkins/commit/754a13277766ed039266f9e9ca9e750461463df0
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-12-11 (Sun, 11 Dec 2022)

  Changed paths:
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Update dependency handlebars-loader to v1.7.3


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


[jenkinsci/design-library-plugin] 186420: Update dependency npm to v9.2.0 (#184)

2022-12-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 186420980680b57671f3a082a83a6cf0ec881e1a
  
https://github.com/jenkinsci/design-library-plugin/commit/186420980680b57671f3a082a83a6cf0ec881e1a
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-12-11 (Sun, 11 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency npm to v9.2.0 (#184)

Co-authored-by: renovate[bot] <29139614+renovate[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/design-library-plugin/push/refs/heads/master/a9d0c1-186420%40github.com.


[jenkinsci/design-library-plugin]

2022-12-10 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/renovate/npm-9.x
  Home:   https://github.com/jenkinsci/design-library-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/design-library-plugin/push/refs/heads/renovate/npm-9.x/842d9d-00%40github.com.