We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4459d40 commit 4cec636Copy full SHA for 4cec636
examples/jdbc-project/build.gradle
@@ -9,13 +9,7 @@ repositories {
9
10
dependencies {
11
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"
+ implementation "org.postgresql:postgresql:42.6.0"
19
}
20
21
task selectFromSysTables(type: JavaExec) {
0 commit comments