Skip to content

Commit d37ae2f

Browse files
committed
elf4j-provider version bump
1 parent 266a106 commit d37ae2f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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
@@ -90,7 +90,7 @@
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>
@@ -131,7 +131,10 @@
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>
@@ -146,7 +149,6 @@
146149
</execution>
147150
</executions>
148151
</plugin>
149-
150152
</plugins>
151153
</build>
152154

0 commit comments

Comments
 (0)