File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3131
3232 <!-- databases and jdbc drivers -->
3333 <!-- not that these currently do not control the versions of databases used via Testcontainers for testing -->
34- <db2 .version>11.5.0.0</db2 .version>
35- <db2 .jcc.version>11.1.4.4</db2 .jcc.version>
34+ <db2 .version>11.5.5.0</db2 .version>
3635 <h2 .version>1.4.200</h2 .version>
3736 <hsqldb .version>2.5.2</hsqldb .version>
3837 <mariadb-java-client .version>2.7.2</mariadb-java-client .version>
Original file line number Diff line number Diff line change 196196 <dependency >
197197 <groupId >com.ibm.db2</groupId >
198198 <artifactId >jcc</artifactId >
199- <version >${db2.jcc. version} </version >
199+ <version >${db2.version} </version >
200200 <scope >test</scope >
201201 </dependency >
202202
You can’t perform that action at this time.
0 commit comments