Skip to content

Commit

Permalink
update yaup and parse
Browse files Browse the repository at this point in the history
  • Loading branch information
willr3 committed Mar 23, 2024
1 parent 9fb86f8 commit 4f7a5a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version.maven.javadoc>3.2.0</version.maven.javadoc>
<version.log4j>2.17.2</version.log4j>
<version.slf4j>1.7.36</version.slf4j>
<version.yaup>0.9.1</version.yaup>
<version.yaup>0.9.2</version.yaup>
</properties>

<scm>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>parse</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -198,6 +198,7 @@
<artifactId>slf4j-ext</artifactId>
<version>${version.slf4j}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
Expand Down

0 comments on commit 4f7a5a3

Please sign in to comment.