File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 59
59
<jar .manifest>${project.basedir} /src/main/resources/META-INF/MANIFEST.MF</jar .manifest>
60
60
<!-- We skip sources jar generation as we do it with the assembly plugin to have greater control over the content -->
61
61
<source .skip>true</source .skip>
62
- <testcontainers .version>1.15.2 </testcontainers .version>
62
+ <testcontainers .version>1.17.6 </testcontainers .version>
63
63
</properties >
64
64
65
65
<dependencyManagement >
Original file line number Diff line number Diff line change 76
76
<version >2.10</version >
77
77
<scope >test</scope >
78
78
</dependency >
79
+ <dependency >
80
+ <groupId >net.java.dev.jna</groupId >
81
+ <artifactId >jna</artifactId >
82
+ <version >5.13.0</version >
83
+ </dependency >
84
+ <dependency >
85
+ <groupId >net.java.dev.jna</groupId >
86
+ <artifactId >jna-platform</artifactId >
87
+ <version >5.13.0</version >
88
+ </dependency >
79
89
<dependency >
80
90
<groupId >io.vertx</groupId >
81
91
<artifactId >vertx-sql-client</artifactId >
You can’t perform that action at this time.
0 commit comments