Skip to content

Commit 5d127cf

Browse files
schaudermp911de
authored andcommitted
Upgrade DB2 driver to 11.5.5.0.
Original pull request: #961.
1 parent 45e61ad commit 5d127cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
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>

spring-data-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
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

0 commit comments

Comments
 (0)