diff --git a/omnij-rpc/build.gradle b/omnij-rpc/build.gradle index 9e720de4..4ce23c9b 100644 --- a/omnij-rpc/build.gradle +++ b/omnij-rpc/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation ("org.apache.groovy:groovy-sql:${groovyVersion}") { transitive = false } - implementation 'org.postgresql:postgresql:42.6.0' + implementation 'org.postgresql:postgresql:42.7.0' testImplementation project(':omnij-dsl') testImplementation 'com.xlson.groovycsv:groovycsv:1.3' // Used by Omni STO tests