Skip to content

Commit

Permalink
elf4j-engine version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Jun 16, 2023
1 parent 87bd18f commit 1f12dd5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.github.elf4j</groupId>
<artifactId>slf4j-elf4j</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>
<packaging>jar</packaging>
<name>slf4j-elf4j</name>
<description>SLF4J binding to use ELF4J native logging implementation</description>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.github.elf4j</groupId>
<artifactId>elf4j-engine</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -99,6 +99,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1f12dd5

Please sign in to comment.