Skip to content

Commit

Permalink
chore: version bump (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboxer23 committed Apr 4, 2024
1 parent 2b61af5 commit 3db95fe
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 @@ -4,7 +4,7 @@

<groupId>com.bigboxer23</groupId>
<artifactId>utils</artifactId>
<version>2.0.27</version>
<version>2.0.28</version>

<name>utils</name>
<!-- FIXME change it to the project's website -->
Expand All @@ -29,6 +29,12 @@
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 3db95fe

Please sign in to comment.