Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codehaus-plexus/plexus-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plexus-testing-1.6.0
Choose a base ref
...
head repository: codehaus-plexus/plexus-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: plexus-testing-1.7.0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    fc14d81 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.8-jre to 33.5.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-version: 33.5.0-jre
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    fde8562 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Use direct dependencies for guava

    dependencyManagement are not transitive in Maven 3.x
    slawekjaranowski committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    c8966ae View commit details
    Browse the repository at this point in the history
  2. Bump org.codehaus.plexus:plexus from 23 to 24

    Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 23 to 24.
    - [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus
      dependency-version: '24'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    3507852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001cca1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b2ca28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    586251d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    13b3d77 View commit details
    Browse the repository at this point in the history
  2. Add testBasedir property

    We have basedir property which is static,
    we need new filed which will be not static and connected with current test instance.
    slawekjaranowski committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    2a0f1d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eee51ec View commit details
    Browse the repository at this point in the history
Loading