Browse Source

Upgrade to DB2 JDBC 11.5.7.0

Closes gh-29124
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
177fd6c539
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -225,7 +225,7 @@ bom {
] ]
} }
} }
library("DB2 JDBC", "11.5.6.0") { library("DB2 JDBC", "11.5.7.0") {
group("com.ibm.db2") { group("com.ibm.db2") {
modules = [ modules = [
"jcc" "jcc"

Loading…
Cancel
Save