File tree Expand file tree Collapse file tree
src/test/java/com/google/cloud/spanner/pgadapter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 <dependency >
8181 <groupId >org.postgresql</groupId >
8282 <artifactId >postgresql</artifactId >
83- <version >42.7.10 </version >
83+ <version >42.7.11 </version >
8484 <scope >compile</scope >
8585 </dependency >
8686 <dependency >
Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.postgresql</groupId >
5252 <artifactId >postgresql</artifactId >
53- <version >42.7.10 </version >
53+ <version >42.7.11 </version >
5454 </dependency >
5555 <!-- Add the Cloud Spanner JDBC driver -->
5656 <dependency >
Original file line number Diff line number Diff line change 164164 <dependency >
165165 <groupId >org.postgresql</groupId >
166166 <artifactId >postgresql</artifactId >
167- <version >42.7.10 </version >
167+ <version >42.7.11 </version >
168168 </dependency >
169169 <dependency >
170170 <groupId >com.kohlschutter.junixsocket</groupId >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.postgresql</groupId >
5353 <artifactId >postgresql</artifactId >
54- <version >42.7.10 </version >
54+ <version >42.7.11 </version >
5555 <scope >compile</scope >
5656 </dependency >
5757 <!-- This dependency allows us to use Unix Domain Sockets to connect to PGAdapter/PostgreSQL. -->
Original file line number Diff line number Diff line change 4747 <dependency >
4848 <groupId >org.postgresql</groupId >
4949 <artifactId >postgresql</artifactId >
50- <version >42.7.10 </version >
50+ <version >42.7.11 </version >
5151 <scope >compile</scope >
5252 </dependency >
5353 <dependency >
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >org.postgresql</groupId >
4747 <artifactId >postgresql</artifactId >
48- <version >42.7.10 </version >
48+ <version >42.7.11 </version >
4949 </dependency >
5050 <!-- Add Spanner Hibernate tools for access to the batch compatible bit-reversed sequence generator. -->
5151 <dependency >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.postgresql</groupId >
5353 <artifactId >postgresql</artifactId >
54- <version >42.7.10 </version >
54+ <version >42.7.11 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change 7171 <dependency >
7272 <groupId >org.postgresql</groupId >
7373 <artifactId >postgresql</artifactId >
74- <version >42.7.10 </version >
74+ <version >42.7.11 </version >
7575 </dependency >
7676 </dependencies >
7777 </plugin >
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >org.postgresql</groupId >
4646 <artifactId >postgresql</artifactId >
47- <version >42.7.10 </version >
47+ <version >42.7.11 </version >
4848 </dependency >
4949 <!-- Add Jackson for json parsing. This is required for using JSONB columns with Spring Data JPA. -->
5050 <dependency >
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >org.postgresql</groupId >
4040 <artifactId >postgresql</artifactId >
41- <version >42.7.10 </version >
41+ <version >42.7.11 </version >
4242 </dependency >
4343
4444 <dependency >
You can’t perform that action at this time.
0 commit comments