Browse Source

Bump org.postgresql:postgresql in /frameworks/Java/solon

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.4 to 42.7.7.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.4...REL42.7.7)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 2 months ago
parent
commit
9f8a58e4af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/solon/pom.xml

+ 1 - 1
frameworks/Java/solon/pom.xml

@@ -62,7 +62,7 @@
         <dependency>
         <dependency>
             <groupId>org.postgresql</groupId>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.4</version>
+            <version>42.7.7</version>
         </dependency>
         </dependency>
     </dependencies>
     </dependencies>