airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

[Spring cleaning] Plugins and dependencies updates #354

Closed wendigo closed 1 year ago

wendigo commented 1 year ago

This PR updates bunch of dependencies and plugins to the newest versions.

Tested locally in Trino master - there are no API changes that require code changes. Plugins doesn't need configuration updates. Updated checkstyle is not introducing new violations.

I've left maven-release and gpg plugins outdated as I don't have means to test them properly.

Trino builds with just:

<parent>
    <groupId>io.airlift</groupId>
    <artifactId>airbase</artifactId>
    <version>139-SNAPSHOT</version>
</parent>
wendigo commented 1 year ago

cc @electrum @martint @findepi

wendigo commented 1 year ago

@electrum please merge & release when you have time :) I'll take it from there