Message-ID: From: "devrimgunduz (@devrimgunduz)" To: "pgjdbc/pgjdbc" Date: Tue, 14 Jan 2025 23:08:55 +0000 Subject: [pgjdbc/pgjdbc] issue #3480: 42.7.5 breaks RHEL 8 builds List-Id: X-GitHub-Author-Id: 334065 X-GitHub-Author-Login: devrimgunduz X-GitHub-Issue: 3480 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3480 Content-Type: text/plain; charset=utf-8 Hi, RHEL 8 builds are broken with the 42.7.5 because of the mininum maven requirement: `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.6.0:shade (default) on project postgresql: The plugin org.apache.maven.plugins:maven-shade-plugin:3.6.0 requires Maven version 3.6.3 -> [Help 1] ` RHEL 8 is still widely used and it ships with maven 3.5.4. Any chance to relax this dependency? Thanks! Regards, Devrim