Ver Fonte

Bump postgresql from 42.2.25 to 42.3.3 in /frameworks/Java/spring (#7129)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.25 to 42.3.3.
- [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.2.25...REL42.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] há 3 anos atrás
pai
commit
21a7a4f22d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      frameworks/Java/spring/pom.xml

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

@@ -20,7 +20,7 @@
     <maven.compiler.source>11</maven.compiler.source>
     <maven.compiler.target>11</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <postgresql.version>42.2.25</postgresql.version>
+    <postgresql.version>42.3.3</postgresql.version>
   </properties>
 
   <dependencies>