Browse Source

Upgrade to DB2 JDBC 12.1.3.0

Closes gh-48083
pull/47980/head
Stéphane Nicoll 4 months ago
parent
commit
3ffdf4cb0d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -303,7 +303,7 @@ bom { @@ -303,7 +303,7 @@ bom {
releaseNotes("https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}")
}
}
library("DB2 JDBC", "12.1.2.0") {
library("DB2 JDBC", "12.1.3.0") {
group("com.ibm.db2") {
modules = [
"jcc"

Loading…
Cancel
Save