fix vulnerability in postgresql jdbc driver 41.3.6 and JDK 16 incompatibility

This commit is contained in:
Michael Hoennig 2022-08-11 12:35:19 +02:00
parent 5d63544a15
commit 9aa86a1652

11
gradle.properties Normal file
View File

@ -0,0 +1,11 @@
# Spring BOM overrides
postgresql.version = 42.4.1
# TODO: can be removed if all dependencies are JDK 16 compliant
org.gradle.jvmargs= \
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED