tada / pljava

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
http://tada.github.io/pljava/
Other
238 stars 77 forks source link

Update maven plugins versions #468

Closed fmbiete closed 3 months ago

fmbiete commented 9 months ago

Change: update maven plugin versions to work with versions that don't suffer critical vulnerabilities

jcflack commented 6 months ago

Hello,

When I try to build with this PR, the build fails here:

Plugin org.apache.maven.plugins:maven-resources-plugin:3.3. or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.3. in central (https://repo.maven.apache.org/maven2) -> [Help 1]

Removing the trailing dot is no help:

Plugin org.apache.maven.plugins:maven-resources-plugin:3.3 or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.3 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

Can you clarify what version of that plugin you intended, and possibly confirm that the build will succeed starting with an empty local repository?

fmbiete commented 6 months ago

Sorry, I missed the last digit, that should read 3.3.0. I've pushed the fix