File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Version History
441.4.0
55-----
66- Updated org.testcontainers: jdbc to 1.19.3
7+ - Updated various test-dependencies
78
891.3.0
910-----
Original file line number Diff line number Diff line change 3838 <maven .compiler.target>1.8</maven .compiler.target>
3939
4040 <testcontainers .version>1.19.3</testcontainers .version>
41- <jaybird .version>4 .0.8 .java8</jaybird .version>
41+ <jaybird .version>5 .0.3 .java8</jaybird .version>
4242 </properties >
4343
4444 <dependencies >
6363 <dependency >
6464 <groupId >ch.qos.logback</groupId >
6565 <artifactId >logback-classic</artifactId >
66- <version >1.4.12 </version >
66+ <version >1.4.14 </version >
6767 <scope >test</scope >
6868 </dependency >
6969 <dependency >
7070 <groupId >commons-dbutils</groupId >
7171 <artifactId >commons-dbutils</artifactId >
72- <version >1.7 </version >
72+ <version >1.8.1 </version >
7373 <scope >test</scope >
7474 </dependency >
7575 <dependency >
7676 <groupId >com.zaxxer</groupId >
7777 <artifactId >HikariCP</artifactId >
78- <version >5.0.1 </version >
78+ <version >5.1.0 </version >
7979 <scope >test</scope >
8080 </dependency >
8181 </dependencies >
You can’t perform that action at this time.
0 commit comments