[jenkinsci/jenkins-test-harness] 4f58e0: Forward compatibility with EE 9 cores

2024-05-23 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/forward
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 4f58e07ba9b8851428bb1e4b60b20240e0cf754e
  
https://github.com/jenkinsci/jenkins-test-harness/commit/4f58e07ba9b8851428bb1e4b60b20240e0cf754e
  Author: Basil Crow 
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
A src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy2.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
A src/main/java/org/jvnet/hudson/test/NoListenerConfiguration2.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/spotbugs/excludesFilter.xml

  Log Message:
  ---
  Forward compatibility with EE 9 cores



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/forward/171917-4f58e0%40github.com.


[jenkinsci/jenkins-test-harness] 171917: Forward compatibility with EE 9 cores

2024-05-23 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/forward
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 171917028e36a518b2fa28fbbf86699f2333a582
  
https://github.com/jenkinsci/jenkins-test-harness/commit/171917028e36a518b2fa28fbbf86699f2333a582
  Author: Basil Crow 
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
A src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy2.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
A src/main/java/org/jvnet/hudson/test/NoListenerConfiguration2.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/spotbugs/excludesFilter.xml

  Log Message:
  ---
  Forward compatibility with EE 9 cores



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/forward/3955c1-171917%40github.com.


[jenkinsci/jenkins-test-harness] 281bac: EE 8 to EE 9

2024-05-23 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 281bacde17715e661e4a96d59fc905685164d4de
  
https://github.com/jenkinsci/jenkins-test-harness/commit/281bacde17715e661e4a96d59fc905685164d4de
  Author: Basil Crow 
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/CaptureEnvironmentBuilder.java
M src/main/java/org/jvnet/hudson/test/ClosureExecuterAction.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/CreateFileBuilder.java
M src/main/java/org/jvnet/hudson/test/FailureBuilder.java
M src/main/java/org/jvnet/hudson/test/GroovyHudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/GroovyJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockBuilder.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/MockQueueItemAuthenticator.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/UnitTestSupportingPluginManager.java
M src/main/java/org/jvnet/hudson/test/UnstableBuilder.java
M src/main/java/org/jvnet/hudson/test/WorkspaceCopyFileBuilder.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/e70735-281bac%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-21 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/2205.v7e19cc98f9c7
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/tags/2205.v7e19cc98f9c7/00-7e19cc%40github.com.


[jenkinsci/jenkins-test-harness] e70735: EE 8 to EE 9

2024-05-21 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: e70735a3f32b4253274900f42356ec623ed1748b
  
https://github.com/jenkinsci/jenkins-test-harness/commit/e70735a3f32b4253274900f42356ec623ed1748b
  Author: Basil Crow 
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/CaptureEnvironmentBuilder.java
M src/main/java/org/jvnet/hudson/test/ClosureExecuterAction.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/CreateFileBuilder.java
M src/main/java/org/jvnet/hudson/test/FailureBuilder.java
M src/main/java/org/jvnet/hudson/test/GroovyHudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/GroovyJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockBuilder.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/UnitTestSupportingPluginManager.java
M src/main/java/org/jvnet/hudson/test/UnstableBuilder.java
M src/main/java/org/jvnet/hudson/test/WorkspaceCopyFileBuilder.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/33257e-e70735%40github.com.


[jenkinsci/jenkins-test-harness] 1959ab: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-21 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 1959ab09f662d586fdf7eb18c206e31db777ea3f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/1959ab09f662d586fdf7eb18c206e31db777ea3f
  Author: Basil Crow 
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/48a03a-1959ab%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-21 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/9a9dd3-00%40github.com.


[jenkinsci/jenkins-test-harness] 7e19cc: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-21 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 7e19cc98f9c77a33965b8e1d275e0d27dcef8907
  
https://github.com/jenkinsci/jenkins-test-harness/commit/7e19cc98f9c77a33965b8e1d275e0d27dcef8907
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.459 (#773)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/06a855-7e19cc%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-21 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/d0f90b-00%40github.com.


[jenkinsci/jenkins-test-harness] 9a9dd3: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-21 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 9a9dd38d001a5885589588463d239b315a33bc70
  
https://github.com/jenkinsci/jenkins-test-harness/commit/9a9dd38d001a5885589588463d239b315a33bc70
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.459



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/b2a282-9a9dd3%40github.com.


[jenkinsci/jenkins-test-harness] d0f90b: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-21 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: d0f90b204c705080dc301285c51c2b7f39031043
  
https://github.com/jenkinsci/jenkins-test-harness/commit/d0f90b204c705080dc301285c51c2b7f39031043
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.459



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-d0f90b%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-21 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/865461-00%40github.com.


[jenkinsci/jenkins-test-harness] 865461: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-21 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 86546137e132f5d565317622ad5ac59404d34e25
  
https://github.com/jenkinsci/jenkins-test-harness/commit/86546137e132f5d565317622ad5ac59404d34e25
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.459



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-865461%40github.com.


[jenkinsci/jenkins-test-harness] b2a282: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-21 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: b2a2822a135a0bf774a393a7a0c7af4452a1b05c
  
https://github.com/jenkinsci/jenkins-test-harness/commit/b2a2822a135a0bf774a393a7a0c7af4452a1b05c
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.459



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-b2a282%40github.com.


[jenkinsci/jenkins-test-harness] 33257e: EE 8 to EE 9

2024-05-19 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 33257e533e990bc85c466193be732aace27b92ec
  
https://github.com/jenkinsci/jenkins-test-harness/commit/33257e533e990bc85c466193be732aace27b92ec
  Author: Basil Crow 
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/CaptureEnvironmentBuilder.java
M src/main/java/org/jvnet/hudson/test/ClosureExecuterAction.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/CreateFileBuilder.java
M src/main/java/org/jvnet/hudson/test/FailureBuilder.java
M src/main/java/org/jvnet/hudson/test/GroovyHudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/GroovyJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockBuilder.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/UnitTestSupportingPluginManager.java
M src/main/java/org/jvnet/hudson/test/UnstableBuilder.java
M src/main/java/org/jvnet/hudson/test/WorkspaceCopyFileBuilder.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/4e81bd-33257e%40github.com.


[jenkinsci/jenkins-test-harness] 4e81bd: EE 8 to EE 9

2024-05-18 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 4e81bd3b51eb826b2535149e531b2889713654fb
  
https://github.com/jenkinsci/jenkins-test-harness/commit/4e81bd3b51eb826b2535149e531b2889713654fb
  Author: Basil Crow 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/CaptureEnvironmentBuilder.java
M src/main/java/org/jvnet/hudson/test/ClosureExecuterAction.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/CreateFileBuilder.java
M src/main/java/org/jvnet/hudson/test/FailureBuilder.java
M src/main/java/org/jvnet/hudson/test/GroovyHudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/GroovyJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockBuilder.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/UnitTestSupportingPluginManager.java
M src/main/java/org/jvnet/hudson/test/UnstableBuilder.java
M src/main/java/org/jvnet/hudson/test/WorkspaceCopyFileBuilder.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/852177-4e81bd%40github.com.


[jenkinsci/jenkins-test-harness] 852177: EE 8 to EE 9

2024-05-18 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 852177874e3ce26d8fe93853535ea5f011293b0f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/852177874e3ce26d8fe93853535ea5f011293b0f
  Author: Basil Crow 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/CaptureEnvironmentBuilder.java
M src/main/java/org/jvnet/hudson/test/ClosureExecuterAction.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/CreateFileBuilder.java
M src/main/java/org/jvnet/hudson/test/FailureBuilder.java
M src/main/java/org/jvnet/hudson/test/GroovyHudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/GroovyJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockBuilder.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/UnitTestSupportingPluginManager.java
M src/main/java/org/jvnet/hudson/test/UnstableBuilder.java
M src/main/java/org/jvnet/hudson/test/WorkspaceCopyFileBuilder.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/31557f-852177%40github.com.


[jenkinsci/jenkins-test-harness] 31557f: EE 8 to EE 9

2024-05-18 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 31557feeec9aefe0b0a63d6a7d37982263616f9a
  
https://github.com/jenkinsci/jenkins-test-harness/commit/31557feeec9aefe0b0a63d6a7d37982263616f9a
  Author: Basil Crow 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/CaptureEnvironmentBuilder.java
M src/main/java/org/jvnet/hudson/test/ClosureExecuterAction.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/CreateFileBuilder.java
M src/main/java/org/jvnet/hudson/test/FailureBuilder.java
M src/main/java/org/jvnet/hudson/test/GroovyHudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/GroovyJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockBuilder.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/UnitTestSupportingPluginManager.java
M src/main/java/org/jvnet/hudson/test/UnstableBuilder.java
M src/main/java/org/jvnet/hudson/test/WorkspaceCopyFileBuilder.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/3abd7c-31557f%40github.com.


[jenkinsci/jenkins-test-harness] 3955c1: Forward compatibility with EE 9 cores

2024-05-18 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/forward
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 3955c1fed0ea0c3eddf1a729727111a8c764a432
  
https://github.com/jenkinsci/jenkins-test-harness/commit/3955c1fed0ea0c3eddf1a729727111a8c764a432
  Author: Basil Crow 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
A src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy2.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
A src/main/java/org/jvnet/hudson/test/NoListenerConfiguration2.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/spotbugs/excludesFilter.xml

  Log Message:
  ---
  Forward compatibility with EE 9 cores



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/forward/62922f-3955c1%40github.com.


[jenkinsci/jenkins-test-harness] 48a03a: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-18 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 48a03a1290b08ca71dcaa3210d6b55b49ced399e
  
https://github.com/jenkinsci/jenkins-test-harness/commit/48a03a1290b08ca71dcaa3210d6b55b49ced399e
  Author: Basil Crow 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/946730-48a03a%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.eclipse.jetty-jetty-bom-10.0.21
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-bom-10.0.21/9f5125-00%40github.com.


[jenkinsci/jenkins-test-harness] 06a855: Bump org.eclipse.jetty:jetty-bom from 10.0.20 to 1...

2024-05-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 06a8555e5585512069613e3197cb83871150e84a
  
https://github.com/jenkinsci/jenkins-test-harness/commit/06a8555e5585512069613e3197cb83871150e84a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.eclipse.jetty:jetty-bom from 10.0.20 to 10.0.21 (#771)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/7b8a62-06a855%40github.com.


[jenkinsci/jenkins-test-harness] 9f5125: Bump org.eclipse.jetty:jetty-bom from 10.0.20 to 1...

2024-05-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.eclipse.jetty-jetty-bom-10.0.21
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 9f5125d79f87059705b165b1edfeac649b924fa3
  
https://github.com/jenkinsci/jenkins-test-harness/commit/9f5125d79f87059705b165b1edfeac649b924fa3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.eclipse.jetty:jetty-bom from 10.0.20 to 10.0.21

Bumps [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) 
from 10.0.20 to 10.0.21.
- [Release notes](https://github.com/jetty/jetty.project/releases)
- 
[Commits](https://github.com/jetty/jetty.project/compare/jetty-10.0.20...jetty-10.0.21)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  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/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-bom-10.0.21/00-9f5125%40github.com.


[jenkinsci/jenkins-test-harness] 62922f: Forward compatibility with EE 9 cores

2024-05-16 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/forward
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 62922fb7de26679a6171c7dfd62e4585a60254fa
  
https://github.com/jenkinsci/jenkins-test-harness/commit/62922fb7de26679a6171c7dfd62e4585a60254fa
  Author: Basil Crow 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
A src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy2.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
A src/main/java/org/jvnet/hudson/test/NoListenerConfiguration2.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/spotbugs/excludesFilter.xml

  Log Message:
  ---
  Forward compatibility with EE 9 cores



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/forward/037524-62922f%40github.com.


[jenkinsci/jenkins-test-harness] 3abd7c: EE 8 to EE 9

2024-05-16 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 3abd7cb960e2749d8a614a0b86b65dd879768858
  
https://github.com/jenkinsci/jenkins-test-harness/commit/3abd7cb960e2749d8a614a0b86b65dd879768858
  Author: Basil Crow 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/UnitTestSupportingPluginManager.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/2f92a6-3abd7c%40github.com.


[jenkinsci/jenkins-test-harness] 037524: Forward compatibility with EE 9 cores

2024-05-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/forward
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 03752464d4807511eee970ad64623f9ae4134a45
  
https://github.com/jenkinsci/jenkins-test-harness/commit/03752464d4807511eee970ad64623f9ae4134a45
  Author: Basil Crow 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
A src/main/java/org/jvnet/hudson/test/JavaNetReverseProxyEE9.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
A src/main/java/org/jvnet/hudson/test/NoListenerConfigurationEE9.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/spotbugs/excludesFilter.xml

  Log Message:
  ---
  Forward compatibility with EE 9 cores



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/forward/00-037524%40github.com.


[jenkinsci/jenkins-test-harness] 2f92a6: EE 8 to EE 9

2024-05-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 2f92a64eca4d9d84d054dda9aa6ede2d2a26ddc1
  
https://github.com/jenkinsci/jenkins-test-harness/commit/2f92a64eca4d9d84d054dda9aa6ede2d2a26ddc1
  Author: Basil Crow 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  EE 8 to EE 9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/cd5537-2f92a6%40github.com.


[jenkinsci/jenkins-test-harness] 946730: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 946730af87d261570792c9a676b6d6b92909f76e
  
https://github.com/jenkinsci/jenkins-test-harness/commit/946730af87d261570792c9a676b6d6b92909f76e
  Author: Basil Crow 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/559aca-946730%40github.com.


[jenkinsci/jenkins-test-harness] 559aca: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-14 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 559acae51eb50c1ed160f419be1e3c53eba71965
  
https://github.com/jenkinsci/jenkins-test-harness/commit/559acae51eb50c1ed160f419be1e3c53eba71965
  Author: Basil Crow 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/9ff699-559aca%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-14 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/73769a-00%40github.com.


[jenkinsci/jenkins-test-harness] 7b8a62: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 7b8a62536aba930da955a738767e22a49216e5d0
  
https://github.com/jenkinsci/jenkins-test-harness/commit/7b8a62536aba930da955a738767e22a49216e5d0
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.458 (#769)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/aa4166-7b8a62%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/8c6376-00%40github.com.


[jenkinsci/jenkins-test-harness] 73769a: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 73769a4d0220d415473c67dc3007ef9061e5f268
  
https://github.com/jenkinsci/jenkins-test-harness/commit/73769a4d0220d415473c67dc3007ef9061e5f268
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.458



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-73769a%40github.com.


[jenkinsci/jenkins-test-harness] 8c6376: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 8c6376d48d7181c02700d0e06154320384ccebbe
  
https://github.com/jenkinsci/jenkins-test-harness/commit/8c6376d48d7181c02700d0e06154320384ccebbe
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.458



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-8c6376%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-09 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/2202.va_a_4166b_05253
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/tags/2202.va_a_4166b_05253/00-aa4166%40github.com.


[jenkinsci/jenkins-test-harness] aa4166: Remove unused class (#768)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: aa4166b05253a50b459d16dea53dd86293c1108f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/aa4166b05253a50b459d16dea53dd86293c1108f
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
R src/main/java/org/jvnet/hudson/test/ResponseCapturingOutput.java

  Log Message:
  ---
  Remove unused class (#768)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/b58098-aa4166%40github.com.


[jenkinsci/jenkins-test-harness] cd5537: Jakarta EE 9 transition

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: cd55371c94682947fcf3475b9400d000fe53969d
  
https://github.com/jenkinsci/jenkins-test-harness/commit/cd55371c94682947fcf3475b9400d000fe53969d
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
R src/main/java/org/jvnet/hudson/test/ResponseCapturingOutput.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  Jakarta EE 9 transition



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/jakarta/2c4d0c-cd5537%40github.com.


[jenkinsci/jenkins-test-harness] 9ff699: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 9ff6997a7755bd2292648d1df9f8d54866bc9b0f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/9ff6997a7755bd2292648d1df9f8d54866bc9b0f
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/690608-9ff699%40github.com.


[jenkinsci/jenkins-test-harness] b58098: Avoid usage of `Server#getChildHandlerByClass` (#767)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: b5809895130c181fe141c58e391b5fb57adf4d45
  
https://github.com/jenkinsci/jenkins-test-harness/commit/b5809895130c181fe141c58e391b5fb57adf4d45
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java

  Log Message:
  ---
  Avoid usage of `Server#getChildHandlerByClass` (#767)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/4c0663-b58098%40github.com.


[jenkinsci/jenkins-test-harness] 690608: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 690608f463f4c4001788f2a8fde5529989bd51bd
  
https://github.com/jenkinsci/jenkins-test-harness/commit/690608f463f4c4001788f2a8fde5529989bd51bd
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/9b4f8f-690608%40github.com.


[jenkinsci/jenkins-test-harness] 4c0663: Set server on `WebApplicationContext` (#766)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 4c06633ec624169bdfacafe36511c7ed4d8ff011
  
https://github.com/jenkinsci/jenkins-test-harness/commit/4c06633ec624169bdfacafe36511c7ed4d8ff011
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java

  Log Message:
  ---
  Set server on `WebApplicationContext` (#766)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/5c2ef8-4c0663%40github.com.


[jenkinsci/jenkins-test-harness] 9b4f8f: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 9b4f8f1835ffa7acf437b6e9d5fffc842d2c5ef6
  
https://github.com/jenkinsci/jenkins-test-harness/commit/9b4f8f1835ffa7acf437b6e9d5fffc842d2c5ef6
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/d60059-9b4f8f%40github.com.


[jenkinsci/jenkins-test-harness] d60059: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: d60059463f846c5f06a05fbeecab9328c9fdf73b
  
https://github.com/jenkinsci/jenkins-test-harness/commit/d60059463f846c5f06a05fbeecab9328c9fdf73b
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/122fc0-d60059%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-09 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/2199.v5c2ef8ce998f
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/tags/2199.v5c2ef8ce998f/00-5c2ef8%40github.com.


[jenkinsci/jenkins-test-harness] 5c2ef8: Remove unnecessary workaround (#765)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 5c2ef8ce998fd7cb98f927e0e548092d577ff710
  
https://github.com/jenkinsci/jenkins-test-harness/commit/5c2ef8ce998fd7cb98f927e0e548092d577ff710
  Author: Basil Crow 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove unnecessary workaround (#765)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/b6072d-5c2ef8%40github.com.


[jenkinsci/jenkins-test-harness] 122fc0: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 122fc02ef2b7a68ccd40db4d68c731415657437b
  
https://github.com/jenkinsci/jenkins-test-harness/commit/122fc02ef2b7a68ccd40db4d68c731415657437b
  Author: Basil Crow 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/f49ab1-122fc0%40github.com.


[jenkinsci/jenkins-test-harness] f49ab1: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: f49ab15301cf6d7519d4df982daba2cf2cdf0d33
  
https://github.com/jenkinsci/jenkins-test-harness/commit/f49ab15301cf6d7519d4df982daba2cf2cdf0d33
  Author: Basil Crow 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/0f4285-f49ab1%40github.com.


[jenkinsci/jenkins-test-harness] b6072d: Deprecate `MIME_TYPES` (#764)

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: b6072d535774319ee108c9c655ca46e5c21187bb
  
https://github.com/jenkinsci/jenkins-test-harness/commit/b6072d535774319ee108c9c655ca46e5c21187bb
  Author: Basil Crow 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/test/java/org/jvnet/hudson/test/JenkinsRuleTest.java

  Log Message:
  ---
  Deprecate `MIME_TYPES` (#764)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/c6b69c-b6072d%40github.com.


[jenkinsci/jenkins-test-harness] c6b69c: Inline `ContextHandler.MAX_FORM_CONTENT_SIZE_KEY` ...

2024-05-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: c6b69c76899e6aee562554d7ebe8c4661b3c6908
  
https://github.com/jenkinsci/jenkins-test-harness/commit/c6b69c76899e6aee562554d7ebe8c4661b3c6908
  Author: Basil Crow 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java

  Log Message:
  ---
  Inline `ContextHandler.MAX_FORM_CONTENT_SIZE_KEY` (#763)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/42081c-c6b69c%40github.com.


[jenkinsci/jenkins-test-harness] 0f4285: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 0f4285dba38b2fdd3a109c850695bed3a3f9561d
  
https://github.com/jenkinsci/jenkins-test-harness/commit/0f4285dba38b2fdd3a109c850695bed3a3f9561d
  Author: Basil Crow 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/prototype/00-0f4285%40github.com.


[jenkinsci/jenkins-test-harness] 42081c: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-07 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 42081cd0a756647226e732c1631718bfa8a3da49
  
https://github.com/jenkinsci/jenkins-test-harness/commit/42081cd0a756647226e732c1631718bfa8a3da49
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.457 (#761)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/3144bd-42081c%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-07 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/d8d9ef-00%40github.com.


[jenkinsci/jenkins-test-harness] d8d9ef: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-07 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: d8d9efbee1d87b0f47f95172ec78f305addb9826
  
https://github.com/jenkinsci/jenkins-test-harness/commit/d8d9efbee1d87b0f47f95172ec78f305addb9826
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.457



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-d8d9ef%40github.com.


[jenkinsci/jenkins-test-harness] 8dc615: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-05-07 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 8dc615699dcd507f0927198c369a67443a83e42a
  
https://github.com/jenkinsci/jenkins-test-harness/commit/8dc615699dcd507f0927198c369a67443a83e42a
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.457



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-8dc615%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit]

2024-05-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114/09ffba-00%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] d17452: Bump org.jenkins-ci:jenkins from 1.113 to 1.114 (#...

2024-05-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: d174528ccb39ea3096a003ecec09168f8dfd4b67
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/d174528ccb39ea3096a003ecec09168f8dfd4b67
  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.jenkins-ci:jenkins from 1.113 to 1.114 (#151)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/master/1b7726-d17452%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] 09ffba: Bump org.jenkins-ci:jenkins from 1.113 to 1.114

2024-05-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: 09ffba9a022552daeaa248facdd12513ecf570ac
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/09ffba9a022552daeaa248facdd12513ecf570ac
  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.jenkins-ci:jenkins from 1.113 to 1.114

Bumps [org.jenkins-ci:jenkins](https://github.com/jenkinsci/pom) from 1.113 to 
1.114.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md)
- 
[Commits](https://github.com/jenkinsci/pom/compare/jenkins-1.113...jenkins-1.114)

---
updated-dependencies:
- dependency-name: org.jenkins-ci:jenkins
  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/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114/00-09ffba%40github.com.


[jenkinsci/jenkins-test-harness]

2024-05-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114/508b11-00%40github.com.


[jenkinsci/jenkins-test-harness] 3144bd: Bump org.jenkins-ci:jenkins from 1.113 to 1.114 (#...

2024-05-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 3144bd37d38279e56f05fd87b59afb22e1e3a096
  
https://github.com/jenkinsci/jenkins-test-harness/commit/3144bd37d38279e56f05fd87b59afb22e1e3a096
  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.jenkins-ci:jenkins from 1.113 to 1.114 (#760)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/4f86de-3144bd%40github.com.


[jenkinsci/jenkins-test-harness] 508b11: Bump org.jenkins-ci:jenkins from 1.113 to 1.114

2024-05-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 508b11138284783ecec65d00f25caec46038556d
  
https://github.com/jenkinsci/jenkins-test-harness/commit/508b11138284783ecec65d00f25caec46038556d
  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.jenkins-ci:jenkins from 1.113 to 1.114

Bumps [org.jenkins-ci:jenkins](https://github.com/jenkinsci/pom) from 1.113 to 
1.114.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md)
- 
[Commits](https://github.com/jenkinsci/pom/compare/jenkins-1.113...jenkins-1.114)

---
updated-dependencies:
- dependency-name: org.jenkins-ci:jenkins
  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/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.114/00-508b11%40github.com.


[jenkinsci/jenkins-test-harness] 4f86de: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-30 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 4f86de84f54ad7f3a25d1ff01435e44945f1fb94
  
https://github.com/jenkinsci/jenkins-test-harness/commit/4f86de84f54ad7f3a25d1ff01435e44945f1fb94
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.456 (#759)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/71bf09-4f86de%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-30 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/b25a06-00%40github.com.


[jenkinsci/jenkins-test-harness] 9b472c: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-30 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 9b472cb29adada05330af299fd41343a3319db5e
  
https://github.com/jenkinsci/jenkins-test-harness/commit/9b472cb29adada05330af299fd41343a3319db5e
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.456



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-9b472c%40github.com.


[jenkinsci/jenkins-test-harness] b25a06: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-30 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: b25a06369b38fd549bd166e77fe3df1050106c0b
  
https://github.com/jenkinsci/jenkins-test-harness/commit/b25a06369b38fd549bd166e77fe3df1050106c0b
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.456



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-b25a06%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-29 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/2193.v71b_f09ec6d46
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/tags/2193.v71b_f09ec6d46/00-71bf09%40github.com.


[jenkinsci/jenkins-test-harness] 71bf09: Bump org.jenkins-ci.main:jenkins-test-harness-html...

2024-04-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 71bf09ec6d468d0c5fd09f72db93bc1f2a9afb22
  
https://github.com/jenkinsci/jenkins-test-harness/commit/71bf09ec6d468d0c5fd09f72db93bc1f2a9afb22
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.main:jenkins-test-harness-htmlunit from 
173.v6956db_94b_793 to 177.v1b_7726dc0a_d0 (#758)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/8a4650-71bf09%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-test-harness-htmlunit-177.v1b_7726dc0a_d0
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-test-harness-htmlunit-177.v1b_7726dc0a_d0/605706-00%40github.com.


[jenkinsci/jenkins-test-harness] 605706: Bump org.jenkins-ci.main:jenkins-test-harness-html...

2024-04-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-test-harness-htmlunit-177.v1b_7726dc0a_d0
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 60570642f96b2cbf242fa0607a1e8131b5596a83
  
https://github.com/jenkinsci/jenkins-test-harness/commit/60570642f96b2cbf242fa0607a1e8131b5596a83
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.main:jenkins-test-harness-htmlunit

Bumps 
[org.jenkins-ci.main:jenkins-test-harness-htmlunit](https://github.com/jenkinsci/jenkins-test-harness-htmlunit)
 from 173.v6956db_94b_793 to 177.v1b_7726dc0a_d0.
- [Release 
notes](https://github.com/jenkinsci/jenkins-test-harness-htmlunit/releases)
- [Commits](https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:jenkins-test-harness-htmlunit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-test-harness-htmlunit-177.v1b_7726dc0a_d0/00-605706%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit]

2024-04-29 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/177.v1b_7726dc0a_d0
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/tags/177.v1b_7726dc0a_d0/00-1b7726%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit]

2024-04-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.htmlunit-htmlunit-4.1.0
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/org.htmlunit-htmlunit-4.1.0/95a11d-00%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] 1b7726: Bump org.htmlunit:htmlunit from 4.0.0 to 4.1.0 (#150)

2024-04-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: 1b7726dc0ad0c5e95598363b0fe9b49d539607e3
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/1b7726dc0ad0c5e95598363b0fe9b49d539607e3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.htmlunit:htmlunit from 4.0.0 to 4.1.0 (#150)

Signed-off-by: dependabot[bot] 
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/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/master/b06a9d-1b7726%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] 95a11d: Bump org.htmlunit:htmlunit from 4.0.0 to 4.1.0

2024-04-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.htmlunit-htmlunit-4.1.0
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: 95a11dcac514a69741c5d79ead37b5b4081eabb0
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/95a11dcac514a69741c5d79ead37b5b4081eabb0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.htmlunit:htmlunit from 4.0.0 to 4.1.0

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

---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
  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/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/org.htmlunit-htmlunit-4.1.0/00-95a11d%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] b06a9d: Bump org.apache.maven.plugins:maven-shade-plugin f...

2024-04-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: b06a9d707fa309b6d7fef85cc816f94a58fa1937
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/b06a9d707fa309b6d7fef85cc816f94a58fa1937
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 (#149)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/master/ae3bff-b06a9d%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] 6673bc: Bump org.apache.maven.plugins:maven-shade-plugin f...

2024-04-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.3
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: 6673bc4f3ff71f1edeac7c64349fde26398fa907
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/6673bc4f3ff71f1edeac7c64349fde26398fa907
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3

Bumps 
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
 from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- 
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  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/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.3/00-6673bc%40github.com.


[jenkinsci/jenkins-test-harness] 8a4650: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-23 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 8a4650efacd575e148f304946f8db14850ec8d1e
  
https://github.com/jenkinsci/jenkins-test-harness/commit/8a4650efacd575e148f304946f8db14850ec8d1e
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.455 (#756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/ed02ff-8a4650%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-23 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/60306c-00%40github.com.


[jenkinsci/jenkins-test-harness] 10487d: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-23 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 10487d8e3356056fa8704726621c1c3e70c62243
  
https://github.com/jenkinsci/jenkins-test-harness/commit/10487d8e3356056fa8704726621c1c3e70c62243
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.455



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-10487d%40github.com.


[jenkinsci/jenkins-test-harness] 60306c: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-23 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 60306c875084fd890d8464a0bc8e323fe8150277
  
https://github.com/jenkinsci/jenkins-test-harness/commit/60306c875084fd890d8464a0bc8e323fe8150277
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.455



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-60306c%40github.com.


[jenkinsci/jenkins-test-harness] ed02ff: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-16 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: ed02ffa7bb25016c2f04d32028b0f886075739c6
  
https://github.com/jenkinsci/jenkins-test-harness/commit/ed02ffa7bb25016c2f04d32028b0f886075739c6
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.454 (#755)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/777416-ed02ff%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-16 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/9745e6-00%40github.com.


[jenkinsci/jenkins-test-harness] 9745e6: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-16 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 9745e6dfd706dc483b1c5d5aa0ed7e96f05b8bfb
  
https://github.com/jenkinsci/jenkins-test-harness/commit/9745e6dfd706dc483b1c5d5aa0ed7e96f05b8bfb
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.454



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-9745e6%40github.com.


[jenkinsci/jenkins-test-harness] 508a9d: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-16 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 508a9df5fb41adb500ddf85fe8be53aaa3f34a34
  
https://github.com/jenkinsci/jenkins-test-harness/commit/508a9df5fb41adb500ddf85fe8be53aaa3f34a34
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.454



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-508a9d%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit]

2024-04-15 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/jenkins-test-harness-htmlunit

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


[jenkinsci/jenkins-test-harness-htmlunit] ae3bff: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: ae3bff1525ae535edc96ff8d1c5c71a8968e5b84
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/ae3bff1525ae535edc96ff8d1c5c71a8968e5b84
  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 (#148)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/master/f5dedb-ae3bff%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] caea20: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-15 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/jenkins-test-harness-htmlunit
  Commit: caea2088e76020d51af3414384688be434b5e4e6
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/caea2088e76020d51af3414384688be434b5e4e6
  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/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/00-caea20%40github.com.


[jenkinsci/jenkins-test-harness]

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/jenkins-test-harness

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


[jenkinsci/jenkins-test-harness] 777416: 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/jenkins-test-harness
  Commit: 777416d3e85b53e652d7453ea9899ae3f0a62427
  
https://github.com/jenkinsci/jenkins-test-harness/commit/777416d3e85b53e652d7453ea9899ae3f0a62427
  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 from 1.7 to 
1.8 (#754)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/1c38d9-777416%40github.com.


[jenkinsci/jenkins-test-harness] 783e9a: 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/jenkins-test-harness
  Commit: 783e9a65de0461f4b9ba5c32cb9575b801a0377b
  
https://github.com/jenkinsci/jenkins-test-harness/commit/783e9a65de0461f4b9ba5c32cb9575b801a0377b
  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/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/00-783e9a%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-11 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/2189.v1c38d94b_43b_a_
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/tags/2189.v1c38d94b_43b_a_/00-1c38d9%40github.com.


[jenkinsci/jenkins-test-harness] 1c38d9: Enable fetch polyfill in search method (#753)

2024-04-11 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 1c38d94b43ba9d590f7126b8023cf9df719bb04f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/1c38d94b43ba9d590f7126b8023cf9df719bb04f
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2024-04-11 (Thu, 11 Apr 2024)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java

  Log Message:
  ---
  Enable fetch polyfill in search method (#753)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/027297-1c38d9%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-09 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/e9e2de-00%40github.com.


[jenkinsci/jenkins-test-harness] 027297: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-09 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 02729718cc1932f3fef16ae6b32f26a279e9a139
  
https://github.com/jenkinsci/jenkins-test-harness/commit/02729718cc1932f3fef16ae6b32f26a279e9a139
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.453 (#752)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/d2951f-027297%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-09 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/08c84f-00%40github.com.


[jenkinsci/jenkins-test-harness] 08c84f: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-09 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 08c84f196f15fbe0fa16ca3eb2bfb6a98af851dd
  
https://github.com/jenkinsci/jenkins-test-harness/commit/08c84f196f15fbe0fa16ca3eb2bfb6a98af851dd
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.453



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-08c84f%40github.com.


[jenkinsci/jenkins-test-harness] e9e2de: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-04-09 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: e9e2dee61d48d859ad079261383c98ee42162e8d
  
https://github.com/jenkinsci/jenkins-test-harness/commit/e9e2dee61d48d859ad079261383c98ee42162e8d
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.453



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-e9e2de%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit]

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.113
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.113/1a1c57-00%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] f5dedb: Bump org.jenkins-ci:jenkins from 1.112 to 1.113 (#...

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: f5dedb9524f79955bafadb8f337239c8e5859a89
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/f5dedb9524f79955bafadb8f337239c8e5859a89
  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 org.jenkins-ci:jenkins from 1.112 to 1.113 (#147)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/master/6956db-f5dedb%40github.com.


[jenkinsci/jenkins-test-harness] d2951f: Bump org.jenkins-ci:jenkins from 1.112 to 1.113 (#...

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: d2951f4f0633986d99222f7e2fdea954a40cf558
  
https://github.com/jenkinsci/jenkins-test-harness/commit/d2951f4f0633986d99222f7e2fdea954a40cf558
  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 org.jenkins-ci:jenkins from 1.112 to 1.113 (#751)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/master/5abe6d-d2951f%40github.com.


[jenkinsci/jenkins-test-harness]

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.113
  Home:   https://github.com/jenkinsci/jenkins-test-harness

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins-test-harness/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/jenkins-test-harness/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.113/8c4e6f-00%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] 1a1c57: Bump org.jenkins-ci:jenkins from 1.112 to 1.113

2024-04-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.113
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: 1a1c57b66e4f231aaaf891000db1a66cd089f0c4
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/1a1c57b66e4f231aaaf891000db1a66cd089f0c4
  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 org.jenkins-ci:jenkins from 1.112 to 1.113

Bumps [org.jenkins-ci:jenkins](https://github.com/jenkinsci/pom) from 1.112 to 
1.113.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md)
- 
[Commits](https://github.com/jenkinsci/pom/compare/jenkins-1.112...jenkins-1.113)

---
updated-dependencies:
- dependency-name: org.jenkins-ci:jenkins
  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/jenkins-test-harness-htmlunit/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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.113/00-1a1c57%40github.com.


  1   2   3   4   5   6   7   8   9   10   >