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 geoip2 from 2.16.1 to 3.0.1 in /modules/ingest-geoip #2646

Commits on Mar 29, 2022

  1. Bump geoip2 from 2.16.1 to 3.0.1 in /modules/ingest-geoip

    Bumps [geoip2](https://github.com/maxmind/GeoIP2-java) from 2.16.1 to 3.0.1.
    - [Release notes](https://github.com/maxmind/GeoIP2-java/releases)
    - [Changelog](https://github.com/maxmind/GeoIP2-java/blob/main/CHANGELOG.md)
    - [Commits](maxmind/GeoIP2-java@v2.16.1...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.maxmind.geoip2:geoip2
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    935f0eb View commit details
    Browse the repository at this point in the history
  2. Updating SHAs

    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and dependabot[bot] committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e23fddd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Fix breaking change with geoip2 version 3.0.1.

    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3527a56 View commit details
    Browse the repository at this point in the history
  2. Fix precommit failures caused by ignoreMissingClasses check.

    Precommit is failing because forbiddenApis was configured to ignore missing classes
    that are present.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    31e850c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Change asn in GeoIpProcessorTests from int to long.

    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    cebd853 View commit details
    Browse the repository at this point in the history