Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frawless committed Jul 15, 2024
1 parent abee4af commit 15a29a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.skodjob</groupId>
<artifactId>data-generator</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -84,6 +84,7 @@
<sonatype.nexus.central>0.5.0</sonatype.nexus.central>

<log4j.version>2.23.1</log4j.version>
<slf4j.version>2.0.13</slf4j.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<junit.platform.version>1.10.3</junit.platform.version>
<maven.surefire.version>3.3.1</maven.surefire.version>
Expand Down Expand Up @@ -162,6 +163,11 @@
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
Expand Down

0 comments on commit 15a29a7

Please sign in to comment.