Skip to content

Commit

Permalink
Update Peass dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Dec 7, 2021
1 parent 4e8547a commit bd2ffb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
<dependency>
<groupId>de.dagere.peass</groupId>
<artifactId>analysis</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</dependency>
<!-- This overwrite dependency is only required if a newer version of the peass-libraries than in peass-jmh should be encluded (if this is not used, enforcer will
throw an error -->
<dependency>
<groupId>de.dagere.peass</groupId>
<artifactId>dependency</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</dependency>

<dependency>
<groupId>de.dagere.peass</groupId>
<artifactId>peass-jmh</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bd2ffb5

Please sign in to comment.