Skip to content

Commit

Permalink
Merge pull request #126 from rafiss/bump-pgjdbc
Browse files Browse the repository at this point in the history
Bump to latest PGJDBC version
  • Loading branch information
rafiss committed Mar 3, 2021
2 parents 8608194 + 97169dc commit f3a95b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/hibernate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
// Necessary for Hibernate.
compile 'org.hibernate:hibernate-core:5.2.4.Final'
compile 'org.postgresql:postgresql:9.4.1208'
compile 'org.postgresql:postgresql:42.2.19'

// Necessary for web application.
compile 'org.glassfish.jersey.core:jersey-server:2.25'
Expand Down

0 comments on commit f3a95b3

Please sign in to comment.