Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the dependency-updates group with 14 updates in the / directory:

Package From To
io.airlift:airbase 264 310
com.fasterxml.jackson.core:jackson-core 2.19.0 2.20.0
com.fasterxml.jackson.core:jackson-databind 2.19.0 2.20.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.19.0 2.20.0
io.airlift:slice 2.3 2.4
io.swagger.core.v3:swagger-models 2.2.32 2.2.38
io.swagger.parser.v3:swagger-parser-core 2.1.29 2.1.34
io.swagger.parser.v3:swagger-parser-v3 2.1.29 2.1.34
com.google.errorprone:error_prone_annotations 2.38.0 2.42.0
io.airlift:units 1.10 1.11
com.github.docker-java:docker-java-api 3.5.1 3.6.0
org.testcontainers:testcontainers 1.21.1 1.21.3
org.apache.maven.plugins:maven-scm-plugin 2.1.0 2.2.1
org.apache.maven.plugins:maven-wrapper-plugin 3.3.2 3.3.4

Updates io.airlift:airbase from 264 to 310

Release notes

Sourced from io.airlift:airbase's releases.

294

What's Changed

Others

Full Changelog: airlift/airbase@293...294

293

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airbase@292...293

292

What's Changed

Others

Full Changelog: airlift/airbase@291...292

291

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airbase@290...291

... (truncated)

Changelog

Sourced from io.airlift:airbase's changelog.

Airbase 160 and above

Moved to https://github.com/airlift/airbase/releases

Airbase 159

  • Dependency updates:
  • AssertJ 3.26.3 (from 3.26.0)
  • Byte Buddy 1.14.18 (from 1.14.17)

Airbase 159

  • Require Maven 3.9.8

Airbase 158

  • Plugin updates:
  • maven-jar-plugin to 3.4.2 (from 3.4.1)
  • maven-release-plugin to 3.1.0 (from 3.0.1)
  • maven-surefire-plugin to 3.3.0 (from 3.2.5)
  • maven-dependency-plugin to 3.7.1 (from 3.6.1)
  • maven-clean-plugin to 3.4.0 (from 3.3.2)
  • maven-checkstyle-plugin to 3.4.0 (from 3.3.1)
  • git-commit-id plugin to 9.0.1 (from 8.0.1)
  • Dependency updates:
  • junit 5.10.3 (from 5.10.2)
  • jackson 2.17.2 (from 2.17.1)

Airbase 157

  • Checkstyle updates:
  • Require empty line before record definition
  • Plugin configuration:
  • Inject git commit info into reactor projects once
  • Dependency updates:
    • AssertJ 3.26.0 (from 3.25.3)
    • byte-buddy 1.14.17 (from 1.14.14)
    • checkstyle 10.17.0 (from 10.16.0)
    • error_prone_annotations 2.27.1 (from 2.27.0)
    • guava 33.2.1-jre (from 33.1.0-jre)
    • jackson 2.17.1 (from 2.17.0)
    • kotlin 2.0.0 (from 1.9.23)
    • spotbugs-annotations to 4.8.5 (from 4.8.4)
    • PMD runtime 7.2.0 (from 7.1.0)
  • Plugin updates:
    • maven-build-helper 3.6.0 (from 3.5.0)
    • maven-license-plugin 4.5 (from 4.3)
    • maven-modernizer-plugin 2.9.0 (from 2.7.0)
    • maven-sortpom-plugin 4.0.0 (from 3.4.1)
    • spotbugs-maven-plugin to 4.8.5.0 (from 4.8.4.0)
    • maven-enforcer-plugin 3.5.0 (from 3.4.1)
    • maven-javadoc-plugin 3.7.0 (from 3.6.3)
    • maven-shade-plugin 3.6.0 (from 3.5.3)
    • errorprone 2.28.0 (from 2.27.1)

... (truncated)

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.19.0 to 2.20.0

Commits
  • ea0830a [maven-release-plugin] prepare release jackson-core-2.20.0
  • e16733a Prep for 2.20.0
  • 93deb38 Drop RC from version pre-2.20.0 release
  • f0bcc3c Handle deprecation warnings
  • 6e70d08 Fix #1462: deprecate JsonFactory.createParser(URL) (#1464)
  • 588cc76 Post release version bump
  • 018f9e1 [maven-release-plugin] prepare for next development iteration
  • 360e498 [maven-release-plugin] prepare release jackson-core-2.20.0-rc1
  • 538ac44 Prep for 2.20.0-rc1
  • dfbf47b Merge branch '2.19' into 2.x
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.20.0

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.0 to 2.20.0

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.20.0

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.0 to 2.20.0

Commits

Updates io.airlift:slice from 2.3 to 2.4

Release notes

Sourced from io.airlift:slice's releases.

Release 2.4

What's Changed

Others

Full Changelog: airlift/slice@2.3...2.4

Commits
  • 20874bb Remove unsed Unsafe::objectFieldOffset usage in JvmUtils
  • 4489688 [maven-release-plugin] prepare for next development iteration
  • 22439f4 [maven-release-plugin] prepare release 2.3
  • See full diff in compare view

Updates io.swagger.core.v3:swagger-models from 2.2.32 to 2.2.38

Updates io.swagger.parser.v3:swagger-parser-core from 2.1.29 to 2.1.34

Updates io.swagger.parser.v3:swagger-parser-v3 from 2.1.29 to 2.1.34

Updates io.swagger.parser.v3:swagger-parser-v3 from 2.1.29 to 2.1.34

Updates com.google.errorprone:error_prone_annotations from 2.38.0 to 2.42.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.42.0

New checks:

Changes:

  • The return type of ASTHelpers.asFlagSet has changed. The previous type was EnumSet<Flags.Flag>, where Flags.Flag is an enum in the javac class Flags. A recent JDK change has replaced that enum with a new top-level enum called FlagsEnum. It is not possible to change ASTHelpers.asFlagSet in a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returns ImmutableSet<String>, where the strings come from the toString() of the enum constants. That means they are "native", "abstract", etc.
  • Flag IO.print[ln]() in SystemOut.

Full changelog: google/error-prone@v2.41.0...v2.42.0

Error Prone 2.41.0

New checks:

  • EffectivelyPrivate: Detect declarations that have public or protected modifiers, but are effectively private

Changes:

  • Skip BooleanLiteral findings if the target type is boxed (#5134)

Full changelog: google/error-prone@v2.40.0...v2.41.0

Error Prone 2.40.0

Changes:

Full changelog: google/error-prone@v2.39.0...v2.40.0

Error Prone 2.39.0

Changes:

  • Temporarily downgrade to Guava 33.4.0 (#5108)

Checks:

  • BooleanLiteral: Prefer true to Boolean.TRUE
  • ExpensiveLenientFormatString: Renamed from PreconditionsExpensiveString, detects unnecessary calls to String.format in the arguments of lenient formatting methods.
  • UnnecessaryQualifier: Detects @Qualifier or @BindingAnnotation annotations that have no effect, and can be removed

Issues: #4996, #5045

Full changelog: google/error-prone@v2.38.0...v2.39.0

Commits
  • 52b6180 Release Error Prone 2.42.0
  • 691c64a Flag IO.print[ln]() in SystemOut.
  • 0b751cd ExpicitArrayForVarargs: flag unnecessary explicit construction of an array to...
  • 982fe20 Tweak links to point to newer versions.
  • a2df97f [StatementSwitchToExpressionSwitch] fix bug where case null can sometimes b...
  • e691be5 Fix (behind a flag) a silly bug in RedundantSetterCall.
  • ce1a422 Add Durations.wait() to WaitMatchers.waitMethodWithTimeout (and make them...
  • da03fea Update MethodCanBeStatic to be able to detect and trigger on Guice @​Provides ...
  • 83e6582 RedundantSetterCall: note that setFooValue and setFooBytes can be aliases for...
  • db62c8c Automated rollback of commit e1b16e24461d90f2b11f8213a68bfccc0426d4f3.
  • Additional commits viewable in compare view

Updates io.airlift:units from 1.10 to 1.11

Release notes

Sourced from io.airlift:units's releases.

1.11

What's Changed

New Contributors

Full Changelog: airlift/units@1.10...1.11

Commits
  • ceaa74e [maven-release-plugin] prepare release 1.11
  • 2facc60 Add SCM section to pom
  • 204a2f2 Add automated release workflow
  • dbf3fe4 Update airlift to 363
  • 966687b Test on JDK 21 and 25
  • 62dd95c Update mvn wrapper to 3.3.4
  • 574e099 Upgrade airbase to 307
  • 8af36a0 Add DataSize.ZERO constant
  • 00f7c44 Optimize succinctDuration by avoid creating two objects
  • 7103f1a Drop repeated rnn check
  • Additional commits viewable in compare view

Updates com.github.docker-java:docker-java-api from 3.5.1 to 3.6.0

Release notes

Sourced from com.github.docker-java:docker-java-api's releases.

3.6.0

Changes

📈 Enhancements

3.5.3

Changes

📈 Enhancements

3.5.2

Changes

Commits
  • 150293d Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#2486)
  • 4df8cbb Bump jersey.version from 2.30.1 to 2.47 (#2496)
  • ce05588 Bump netty.version from 4.2.3.Final to 4.2.4.Final (#2494)
  • dfe1866 Add support for container wait conditions (#2487)
  • 9165f41 Update name-template in release-drafter
  • 95d0fa7 Switch dependabot to daily
  • 718fc38 Add cache for maven
  • 39743d1 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#2489)
  • 464c112 Ignore major update for jersey
  • 9c40b40 Bump jackson.version from 2.18.4 to 2.19.2 (#2485)
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.21.1 to 1.21.3

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.21.3

What's Changed

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

Commits

Updates org.apache.maven.plugins:maven-scm-plugin from 2.1.0 to 2.2.1

Release notes

Sourced from org.apache.maven.plugins:maven-scm-plugin's releases.

2.2.1

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • f2a75b3 [maven-release-plugin] prepare for next development iteration
  • 65b342b [maven-release-plugin] prepare release maven-scm-2.2.1
  • ab95cfc [maven-release-plugin] rollback the release of maven-scm-2.2.1
  • 26021cf [maven-release-plugin] prepare for next development iteration
  • 851705a Add method to ScmManager to get an ScmRepository from an existing
  • 01ffa73 trivial: clarify description
  • 0e5bccd Deprecate ConsumerUtils (#1315)
  • ea97644 Reduce log noise (#1313)
  • 092eed6 Use SSHD 2.16.0
  • 041492e Follow Oracle Javadoc guidelines (#1312)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-wrapper-plugin from 3.3.2 to 3.3.4

Release notes

Sourced from org.apache.maven.plugins:maven-wrapper-plugin's releases.

3.3.4

🐛 Bug Fixes

👻 Maintenance

  • Ensure Path Traversal is fully addressed in MavenWrapperDownloader (#363) @​hazendaz

3.3.3

💥 Breaking changes

🚀 New features and improvements

  • Fix Maven wrapper support for snapshot distributions (#335) @​gnodet

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 524486a [maven-release-plugin] prepare release maven-wrapper-3.3.4
  • 17c1ec9 Revert wrapper version removal (#365)
  • 366207f Ensure Path Traversal is fully addressed in MavenWrapperDownloader
  • 086b1c9 [maven-release-plugin] prepare for next development iteration
  • e2a0c81 [maven-release-plugin] prepare release maven-wrapper-3.3.3
  • 80952cd Clarify usage of MAVEN_USER_HOME
  • 08e7200 Remove wrapper lifecycle
  • 36886fa Support for snapshot distributions - fix (#352)
  • d02d845 Use invoker version from parent
  • af7671b Bump mavenVersion from 3.9.6 to 3.9.11 (#360)
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependency-updates group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `264` | `310` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.19.0` | `2.20.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.0` | `2.20.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.19.0` | `2.20.0` |
| [io.airlift:slice](https://github.com/airlift/slice) | `2.3` | `2.4` |
| io.swagger.core.v3:swagger-models | `2.2.32` | `2.2.38` |
| io.swagger.parser.v3:swagger-parser-core | `2.1.29` | `2.1.34` |
| io.swagger.parser.v3:swagger-parser-v3 | `2.1.29` | `2.1.34` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.38.0` | `2.42.0` |
| [io.airlift:units](https://github.com/airlift/units) | `1.10` | `1.11` |
| [com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java) | `3.5.1` | `3.6.0` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.1` | `1.21.3` |
| [org.apache.maven.plugins:maven-scm-plugin](https://github.com/apache/maven-scm) | `2.1.0` | `2.2.1` |
| [org.apache.maven.plugins:maven-wrapper-plugin](https://github.com/apache/maven-wrapper) | `3.3.2` | `3.3.4` |



Updates `io.airlift:airbase` from 264 to 310
- [Release notes](https://github.com/airlift/airbase/releases)
- [Changelog](https://github.com/airlift/airbase/blob/master/CHANGES.md)
- [Commits](https://github.com/airlift/airbase/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.0 to 2.20.0
- [Commits](FasterXML/jackson-core@jackson-core-2.19.0...jackson-core-2.20.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.20.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.19.0 to 2.20.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.19.0...jackson-dataformats-text-2.20.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.20.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.19.0 to 2.20.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.19.0...jackson-dataformats-text-2.20.0)

Updates `io.airlift:slice` from 2.3 to 2.4
- [Release notes](https://github.com/airlift/slice/releases)
- [Changelog](https://github.com/airlift/slice/blob/master/jreleaser.yml)
- [Commits](airlift/slice@2.3...2.4)

Updates `io.swagger.core.v3:swagger-models` from 2.2.32 to 2.2.38

Updates `io.swagger.parser.v3:swagger-parser-core` from 2.1.29 to 2.1.34

Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.29 to 2.1.34

Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.29 to 2.1.34

Updates `com.google.errorprone:error_prone_annotations` from 2.38.0 to 2.42.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.38.0...v2.42.0)

Updates `io.airlift:units` from 1.10 to 1.11
- [Release notes](https://github.com/airlift/units/releases)
- [Commits](airlift/units@1.10...1.11)

Updates `com.github.docker-java:docker-java-api` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.5.1...3.6.0)

Updates `org.testcontainers:testcontainers` from 1.21.1 to 1.21.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.21.1...1.21.3)

Updates `org.apache.maven.plugins:maven-scm-plugin` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/apache/maven-scm/releases)
- [Commits](apache/maven-scm@maven-scm-2.1.0...v2.2.1)

Updates `org.apache.maven.plugins:maven-wrapper-plugin` from 3.3.2 to 3.3.4
- [Release notes](https://github.com/apache/maven-wrapper/releases)
- [Commits](apache/maven-wrapper@maven-wrapper-3.3.2...maven-wrapper-3.3.4)

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-version: '310'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.airlift:slice
  dependency-version: '2.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: io.swagger.parser.v3:swagger-parser-core
  dependency-version: 2.1.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: io.swagger.parser.v3:swagger-parser-v3
  dependency-version: 2.1.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: io.swagger.parser.v3:swagger-parser-v3
  dependency-version: 2.1.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.airlift:units
  dependency-version: '1.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.github.docker-java:docker-java-api
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 1.21.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.apache.maven.plugins:maven-scm-plugin
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: org.apache.maven.plugins:maven-wrapper-plugin
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants