airlift / aircompressor

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

Bump io.airlift:airbase from 154 to 155 #194

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps io.airlift:airbase from 154 to 155.

Changelog

Sourced from io.airlift:airbase's changelog.

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)
    • maven-assembly-plugin 3.7.1 (from 3.6.0)
    • maven-gpg-plugin 3.2.1 (from 3.1.0)
    • extra-enforcer-rules 1.8.0 (from 1.7.0)
    • maven-compiler-plugin 3.13.0 (3.12.1)

Airbase 152

  • Dependency downgrades:
    • modernizer-maven-annotations 2.7.0 (from 2.8.0)
  • Dependency updates:
    • jakarta.servlet-api 6.0.0 (from 5.0.2)
    • logback 1.5.3 (from 1.5.1)
    • kotlin 1.9.23 (from 1.9.22)
    • jakarta.xml.bind-api 4.0.2 (from 4.0.1)
    • ASM 9.6 (from 9.5)
  • Plugin updates:

... (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 5 months ago

Superseded by #195.