diff --git a/build.gradle b/build.gradle index ce84a9b8..c4705d83 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ configurations { dependencies { compileOnly 'cd.go.plugin:go-plugin-api:23.4.0' implementation 'com.google.code.gson:gson:2.10.1' - implementation('org.postgresql:postgresql:42.7.0') { + implementation('org.postgresql:postgresql:42.7.1') { exclude(module: 'checker-qual') } implementation 'org.apache.commons:commons-dbcp2:2.11.0'