Bump postgres version

This commit is contained in:
jamesagnew 2019-12-27 09:57:40 -05:00
parent 4c923c6e92
commit f963906545
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
env:
JAVA_HOME_11_X64: /usr/local/openjdk-11
inputs:
goals: 'clean install'
goals: 'clean dependency:resolve install'
# These are Maven CLI options (and show up in the build logs) - "-nsu"=Don't update snapshots. We can remove this when Maven OSS is more healthy
options: '-P ALLMODULES,JACOCO,CI,ERRORPRONE -nsu'
# These are JVM options (and don't show up in the build logs)

View File

@ -1313,7 +1313,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.8</version>
<version>42.2.9</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>