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: getyourguide/openapi-validation-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.1
Choose a base ref
...
head repository: getyourguide/openapi-validation-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.2
Choose a head ref
  • 8 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 25, 2025

  1. build(deps): bump junit-jupiter from 5.13.0 to 5.13.1 (#210)

    Bumps `junit-jupiter` from 5.13.0 to 5.13.1.
    
    Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1)
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-version: 5.13.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-version: 5.13.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    e8e5796 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump org.junit.platform:junit-platform-launcher (#211)

    Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.13.0 to 1.13.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-version: 1.13.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Patrick Boos <patrick.boos@getyourguide.com>
    dependabot[bot] and pboos authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    f6c512a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump com.atlassian.oai:swagger-request-validator-core (#213

    )
    
    Bumps [com.atlassian.oai:swagger-request-validator-core](https://bitbucket.org/atlassian/swagger-request-validator) from 2.44.8 to 2.44.9.
    - [Changelog](https://bitbucket.org/atlassian/swagger-request-validator/src/master/RELEASE-NOTES.md)
    - [Commits](https://bitbucket.org/atlassian/swagger-request-validator/branches/compare/swagger-request-validator-2.44.9..swagger-request-validator-2.44.8)
    
    ---
    updated-dependencies:
    - dependency-name: com.atlassian.oai:swagger-request-validator-core
      dependency-version: 2.44.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    1386137 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82a5be2 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump org.springframework.boot from 3.5.0 to 3.5.3 (#220)

    Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.0 to 3.5.3.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot
      dependency-version: 3.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    312e4e3 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump io.swagger.core.v3:swagger-annotations (#221)

    Bumps io.swagger.core.v3:swagger-annotations from 2.2.32 to 2.2.34.
    
    ---
    updated-dependencies:
    - dependency-name: io.swagger.core.v3:swagger-annotations
      dependency-version: 2.2.34
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    f40aea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Support virtual threads (#215)

    pboos authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    f8a5bd2 View commit details
    Browse the repository at this point in the history
  2. v3.2.2

    pboos committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    6571c26 View commit details
    Browse the repository at this point in the history
Loading