airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
549 stars 110 forks source link

Bump io.airlift:airbase from 154 to 156 #195

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps io.airlift:airbase from 154 to 156.

Changelog

Sourced from io.airlift:airbase's changelog.

Airbase 156

  • Dependency updates:
    • checkstyle 10.16.0 (from 10.12.3)
    • error_prone_annotations 2.27.0 (from 2.25.0)
    • PMD runtime 7.1.0 (from 7.0.0)
    • opentelemetry 1.37.0 (from 1.36.0)
    • opentelemetry-instrumentation 2.3.0 (from 2.2.0)
  • Plugin updates:
    • restrict-imports-enforcer-rule 2.5.0 (from 2.4.0)
    • maven-install-plugin 3.1.2 (from 3.1.1)
    • maven-deploy-plugin 3.1.2 (from 3.1.1)
  • New dependencies:
    • opentelemetry-semconv-incubating
    • byte-buddy

Airbase 155

  • Checkstyle updates:
    • Require exactly one space between array type and array initializer.
    • Allow unnamed variable names
  • Extract all plugins and dependencies versions to properties
  • Make build reproducible
  • Plugin updates:
    • spotbugs-maven-plugin 4.8.4.0 (from 4.8.3.1)
    • git-commit-id-maven-plugin 8.0.2 (from 8.0.1)
    • maven-gpg-plugin 3.2.4 (from 3.2.1)
    • maven-jar-plugin 3.4.1 (from 3.3.0)
    • maven-pmd-plugin 3.22.0 (from 3.21.2)
    • maven-scm-plugin 2.1.0 (from 2.0.1)
    • maven-shade-plugin 3.5.3 (from 3.5.2)
    • maven-source-plugin 3.3.1 (from 3.3.0)
    • maven-jacoco-plugin 0.8.12 (from 0.8.11)
  • Dependency updates:
    • logback 1.5.6 (from 1.5.3)
    • spotbugs-annotations 4.8.4 (from 4.8.3)
    • asm 9.7 (from 9.6)
    • jakarta.annotation-api 3.0.0 (from 3.2.1)

Airbase 154

  • Fix javadoc building when air.compiler.enable-preview is set

Airbase 153

  • Dependency updates:
    • OpenTelemetry 1.36.0 (from 1.35.0)
    • Jackson 2.17.0 (from 2.16.1)
    • error_prone_annotations 2.26.1 (2.25.0)
    • guava 33.1.0-jre (from 33.0.0-jre)
    • OpenTelemetry instrumentation 2.2.0 (from 2.1.0)
  • Plugin updates:
    • sortpom-maven-plugin 3.4.1 (from 3.4.0)
    • git-commit-id-maven-plugin 8.0.1 (from 8.0.0)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #200.