File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
persistence-modules/spring-boot-persistence-5 Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 34
34
<version >${lombok.version} </version >
35
35
<scope >provided</scope >
36
36
</dependency >
37
+ <dependency >
38
+ <groupId >com.zaxxer</groupId >
39
+ <artifactId >HikariCP</artifactId >
40
+ <version >${hikari.version} </version >
41
+ </dependency >
37
42
<dependency >
38
43
<groupId >org.instancio</groupId >
39
44
<artifactId >instancio-junit</artifactId >
60
65
</build >
61
66
62
67
<properties >
63
- <lombok .version>1.18.32</lombok .version>
64
- <instancio .version>2.9.0</instancio .version>
68
+ <lombok .version>1.18.36</lombok .version>
69
+ <hikari .version>6.2.1</hikari .version>
70
+ <instancio .version>5.2.1</instancio .version>
71
+ <spring-boot .version>3.4.1</spring-boot .version>
65
72
</properties >
66
73
67
74
</project >
You can’t perform that action at this time.
0 commit comments