Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.jenkins.tools.bom:bom-2.440.x from 3307.v2769886db_63b_ to 3413.v0d896b_76a_30d #1102

Commits on Oct 1, 2024

  1. Bump io.jenkins.tools.bom:bom-2.440.x

    Bumps [io.jenkins.tools.bom:bom-2.440.x](https://github.com/jenkinsci/bom) from 3307.v2769886db_63b_ to 3413.v0d896b_76a_30d.
    - [Release notes](https://github.com/jenkinsci/bom/releases)
    - [Commits](https://github.com/jenkinsci/bom/commits)
    
    ---
    updated-dependencies:
    - dependency-name: io.jenkins.tools.bom:bom-2.440.x
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    21c4d5c View commit details
    Browse the repository at this point in the history
  2. Declare test to throw multiple exception types

    Common practice that any exception thrown in the test will fail the
    tes
    MarkEWaite committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c2d8335 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    MarkEWaite committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d83df5a View commit details
    Browse the repository at this point in the history
  4. Test with older httpcomponents-client-5

    #1103 describes the
    issue.
    
    Ubuntu 22.04 and Debian without Docker listening on port 2375 fails
    tests when testing with apache-httpcomponents-client-5-api
    5.4-118.v199115451c4d . The same tests pass if tested with
    apache-httpcomponents-client-5-api 5.3.1-110.v77252fb_d4da_5
    
    Ubuntu 22.04 and Debian with Docker listening on port 2375 passes
    tests with both versions of apache-httpcomponents-client-5-api
    MarkEWaite committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a3c6213 View commit details
    Browse the repository at this point in the history