File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 47
47
<artifactId >resilience4j-ratelimiter</artifactId >
48
48
</dependency >
49
49
50
+ <dependency >
51
+ <groupId >com.github.spotbugs</groupId >
52
+ <artifactId >spotbugs-annotations</artifactId >
53
+ <scope >provided</scope >
54
+ </dependency >
55
+
56
+ <dependency >
57
+ <groupId >biz.aQute.bnd</groupId >
58
+ <artifactId >biz.aQute.bnd.annotation</artifactId >
59
+ <scope >provided</scope >
60
+ </dependency >
61
+
50
62
<dependency >
51
63
<groupId >org.junit.jupiter</groupId >
52
64
<artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change 88
88
<!-- library versions -->
89
89
<assertj .version>3.24.2</assertj .version>
90
90
<awaitility .version>4.2.0</awaitility .version>
91
+ <bndtools .version>7.0.0</bndtools .version>
91
92
<embedded-redis .version>0.8.3</embedded-redis .version>
92
93
<errorprone .version>2.15.0</errorprone .version>
93
94
<jedis .version>5.0.2</jedis .version>
94
95
<junit5 .version>5.10.1</junit5 .version>
95
- <log4j2 .version>2.21.1 </log4j2 .version>
96
+ <log4j2 .version>2.22.0 </log4j2 .version>
96
97
<resilience4j .version>1.7.1</resilience4j .version>
97
98
<slf4j .version>2.0.9</slf4j .version>
99
+ <spotbugs .version>4.8.2</spotbugs .version>
98
100
99
101
<!-- plugin versions -->
100
102
<flatten-maven-plugin .version>1.5.0</flatten-maven-plugin .version>
160
162
<version >${slf4j.version} </version >
161
163
</dependency >
162
164
165
+ <dependency >
166
+ <groupId >com.github.spotbugs</groupId >
167
+ <artifactId >spotbugs-annotations</artifactId >
168
+ <version >${spotbugs.version} </version >
169
+ </dependency >
170
+
171
+ <dependency >
172
+ <groupId >biz.aQute.bnd</groupId >
173
+ <artifactId >biz.aQute.bnd.annotation</artifactId >
174
+ <version >${bndtools.version} </version >
175
+ </dependency >
176
+
163
177
<dependency >
164
178
<groupId >org.awaitility</groupId >
165
179
<artifactId >awaitility</artifactId >
You can’t perform that action at this time.
0 commit comments