Skip to content

Commit

Permalink
Bump org.postgresql:postgresql in /exo.jcr.component.ext
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 9.2-1003-jdbc4 to 42.3.9.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/commits/REL42.3.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent f537244 commit 68e86a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exo.jcr.component.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.2-1003-jdbc4</version>
<version>42.3.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -534,7 +534,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.3-1102-jdbc4</version>
<version>42.3.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -548,7 +548,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1203-jdbc4</version>
<version>42.3.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 68e86a3

Please sign in to comment.