File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 36
36
<description >Provides Jooq integration with Bootique</description >
37
37
38
38
<properties >
39
- <bootique .version>${project.version} </bootique .version>
40
39
<jooq .version>3.16.8</jooq .version>
41
40
<mysql .driver.version>8.0.33</mysql .driver.version>
42
41
</properties >
57
56
<dependency >
58
57
<groupId >io.bootique</groupId >
59
58
<artifactId >bootique</artifactId >
60
- <version >${bootique .version} </version >
59
+ <version >${project .version} </version >
61
60
</dependency >
62
61
<dependency >
63
62
<groupId >io.bootique.jdbc</groupId >
64
63
<artifactId >bootique-jdbc</artifactId >
65
- <version >${bootique .version} </version >
64
+ <version >${project .version} </version >
66
65
</dependency >
67
66
<dependency >
68
67
<groupId >io.bootique.jdbc</groupId >
69
68
<artifactId >bootique-jdbc-junit5-testcontainers</artifactId >
70
- <version >${bootique .version} </version >
69
+ <version >${project .version} </version >
71
70
</dependency >
72
71
<dependency >
73
72
<groupId >org.testcontainers</groupId >
You can’t perform that action at this time.
0 commit comments