File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 <groupId >io.github.q3769</groupId >
3232 <artifactId >conottle</artifactId >
33- <version >10.1.0 </version >
33+ <version >10.1.1 </version >
3434 <packaging >jar</packaging >
3535 <name >conottle</name >
3636 <description >A Java concurrent API to throttle the maximum concurrency to process tasks for any given client while
9090 <dependency >
9191 <groupId >io.github.elf4j</groupId >
9292 <artifactId >elf4j-provider</artifactId >
93- <version >9 .0.0 </version >
93+ <version >10 .0.3 </version >
9494 <scope >test</scope >
9595 </dependency >
9696 <dependency >
131131 <plugin >
132132 <groupId >org.apache.maven.plugins</groupId >
133133 <artifactId >maven-surefire-plugin</artifactId >
134- <version >3.1.0</version >
134+ <version >3.1.2</version >
135+ <configuration >
136+ <forkNode implementation =" org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
137+ </configuration >
135138 </plugin >
136139 <plugin >
137140 <groupId >org.apache.maven.plugins</groupId >
146149 </execution >
147150 </executions >
148151 </plugin >
149-
150152 </plugins >
151153 </build >
152154
You can’t perform that action at this time.
0 commit comments