Skip to content

Commit

Permalink
deps: update dependency org.postgresql:postgresql to v42.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 20, 2025
1 parent 105b220 commit 2d90def
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/tpcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
<version>42.7.5</version>
</dependency>
<!-- Add the Cloud Spanner JDBC driver -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/cloud-run/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
<version>42.7.5</version>
<scope>compile</scope>
</dependency>
<!-- This dependency allows us to use Unix Domain Sockets to connect to PGAdapter/PostgreSQL. -->
Expand Down
2 changes: 1 addition & 1 deletion samples/java/liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
<version>42.7.5</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion samples/java/spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
<version>42.7.5</version>
</dependency>
<!-- Add Jackson for json parsing. This is required for using JSONB columns with Spring Data JPA. -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/java-snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
<version>42.7.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2d90def

Please sign in to comment.