Skip to content

Commit 4cec636

Browse files
committed
Bumped postgres dependency in JDBC example project
1 parent 4459d40 commit 4cec636

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

examples/jdbc-project/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation "org.springframework:spring-jdbc:5.3.27"
12-
13-
/**
14-
* 42.1.4 is the latest version that works.
15-
* Any query using 42.2.0 results in an error of "The server's DateStyle parameter was changed to ISO. The
16-
* JDBC driver requires DateStyle to begin with ISO for correct operation."
17-
*/
18-
implementation "org.postgresql:postgresql:42.1.4"
12+
implementation "org.postgresql:postgresql:42.6.0"
1913
}
2014

2115
task selectFromSysTables(type: JavaExec) {

0 commit comments

Comments
 (0)