Skip to content

Commit

Permalink
Merge pull request #585 from factcast/dependabot/maven/org.postgresql…
Browse files Browse the repository at this point in the history
…-postgresql-42.2.9

build(deps): bump postgresql from 42.2.8 to 42.2.9
  • Loading branch information
uweschaefer committed Dec 9, 2019
2 parents 1d1c36d + 46879e8 commit 0ed0d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factcast-bom/pom.xml
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.8</version>
<version>42.2.9</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-store-pgsql/pom.xml
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.8</version><!--$NO-MVN-MAN-VER$ -->
<version>42.2.9</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 0ed0d96

Please sign in to comment.