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: zaproxy/zap-api-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: zaproxy/zap-api-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 3, 2025

  1. Prepare next dev iteration

    Update version and changelog.
    
    Signed-off-by: thc202 <thc202@gmail.com>
    thc202 committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    28906fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #132 from thc202/bump-version

    Prepare next dev iteration
    kingthorin authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    0b4c7da View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Bump gradle/actions from 4.3.0 to 4.3.1 in the gha group

    Bumps the gha group with 1 update: [gradle/actions](https://github.com/gradle/actions).
    
    
    Updates `gradle/actions` from 4.3.0 to 4.3.1
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@94baf22...06832c7)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: 4.3.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: gha
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    8f037b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from zaproxy/dependabot/github_actions/gha-a3…

    …befb2a3b
    
    Bump gradle/actions from 4.3.0 to 4.3.1 in the gha group
    kingthorin authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    e2e1e4f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Bump gradle/actions from 4.3.1 to 4.4.0 in the gha group

    Bumps the gha group with 1 update: [gradle/actions](https://github.com/gradle/actions).
    
    
    Updates `gradle/actions` from 4.3.1 to 4.4.0
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@06832c7...8379f6a)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: 4.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gha
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    5c9c7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f660e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Bump gradle/actions from 4.4.0 to 4.4.1 in the gha group

    Bumps the gha group with 1 update: [gradle/actions](https://github.com/gradle/actions).
    
    
    Updates `gradle/actions` from 4.4.0 to 4.4.1
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@8379f6a...ac638b0)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: 4.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: gha
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    676a42c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e0dbe View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Update Gradle

    Update Gradle Wrapper to 8.13 and plugins, drop Java 11 from CI which
    is no longer supported by the ZAP Gradle plugins.
    Address deprecations.
    Use Java 11 for releases.
    
    Signed-off-by: thc202 <thc202@gmail.com>
    thc202 committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    8468e9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from thc202/gradle/update-8.13

    Update Gradle
    thc202 authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    52a652a View commit details
    Browse the repository at this point in the history
Loading