Skip to content

Commit

Permalink
Remove jre7.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 22, 2018
1 parent e279075 commit 819b008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine-java8/cloudsql-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.0.jre7</version>
<version>42.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion flexible/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.0.jre7</version>
<version>42.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 819b008

Please sign in to comment.