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: avaje-pom/java11-oss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0
Choose a base ref
...
head repository: avaje-pom/java11-oss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1
Choose a head ref
  • 8 commits
  • 3 files changed
  • 4 contributors

Commits on Apr 15, 2025

  1. Fix dependabot.yml (#7)

    SentryMan authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    f4e1222 View commit details
    Browse the repository at this point in the history
  2. Update dependabot.yml (#8)

    SentryMan authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    7ac8d31 View commit details
    Browse the repository at this point in the history
  3. [workflow]: Bump dependabot/fetch-metadata from 1 to 2

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-version: '2'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    5c6e90d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from avaje-pom/dependabot/github_actions/master…

    …/dependabot/fetch-metadata-2
    
    [workflow]: Bump dependabot/fetch-metadata from 1 to 2
    github-actions[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    d7ad672 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Bump the dependencies group with 5 updates (#10)

    Bumps the dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` |
    | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.3` |
    | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.3` |
    | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.10.0` | `3.11.2` |
    | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.7` |
    
    
    Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.3
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.3)
    
    Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.3
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.3)
    
    Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.0 to 3.11.2
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.11.2)
    
    Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.7
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-version: 3.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-version: 3.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-version: 3.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-version: 3.11.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-version: 3.2.7
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    c1ae5d2 View commit details
    Browse the repository at this point in the history
  2. EnableDynamicAgentLoading on JDK 21+ (#11)

    * Bump the dependencies group with 5 updates
    
    Bumps the dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` |
    | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.3` |
    | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.3` |
    | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.10.0` | `3.11.2` |
    | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.7` |
    
    
    Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.3
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.3)
    
    Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.3
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.3)
    
    Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.0 to 3.11.2
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.11.2)
    
    Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.7
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-version: 3.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-version: 3.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-version: 3.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-version: 3.11.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-version: 3.2.7
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * EnableDynamicAgentLoading on JDK 21+
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    SentryMan and dependabot[bot] authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    76756fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12c3186 View commit details
    Browse the repository at this point in the history
  4. Version 5.1

    rbygrave committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    e3d28d2 View commit details
    Browse the repository at this point in the history
Loading