File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.junit.jupiter</groupId >
47
47
<artifactId >junit-jupiter</artifactId >
48
- <version >5.11.4 </version >
48
+ <version >5.12.0 </version >
49
49
<scope >test</scope >
50
50
</dependency >
51
51
<dependency >
76
76
<dependency >
77
77
<groupId >org.testcontainers</groupId >
78
78
<artifactId >testcontainers</artifactId >
79
- <version >1.20.4 </version >
79
+ <version >1.20.5 </version >
80
80
<scope >test</scope >
81
81
</dependency >
82
82
<!-- end::testcontainers[] -->
83
83
<!-- tag::slf4j[] -->
84
84
<dependency >
85
85
<groupId >org.slf4j</groupId >
86
86
<artifactId >slf4j-reload4j</artifactId >
87
- <version >2.0.16 </version >
87
+ <version >2.0.17 </version >
88
88
<scope >test</scope >
89
89
</dependency >
90
90
<!-- end::slf4j[] -->
91
91
<!-- tag::slf4j-api[] -->
92
92
<dependency >
93
93
<groupId >org.slf4j</groupId >
94
94
<artifactId >slf4j-api</artifactId >
95
- <version >2.0.16 </version >
95
+ <version >2.0.17 </version >
96
96
</dependency >
97
97
<!-- end::slf4j-api[] -->
98
98
<!-- end::testDependenies[] -->
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
46
46
<artifactId >junit-jupiter</artifactId >
47
- <version >5.11.4 </version >
47
+ <version >5.12.0 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
You can’t perform that action at this time.
0 commit comments