Skip to content

Commit 60595c2

Browse files
committed
elf4j version bump
1 parent 30d120e commit 60595c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<modelVersion>4.0.0</modelVersion>
2929
<groupId>io.github.q3769</groupId>
3030
<artifactId>chunk4j</artifactId>
31-
<version>20230309.0.5</version>
31+
<version>20230309.0.6</version>
3232
<packaging>jar</packaging>
3333
<name>chunk4j</name>
3434
<description>A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>io.github.elf4j</groupId>
136136
<artifactId>elf4j</artifactId>
137-
<version>2.2.2</version>
137+
<version>2.2.3</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.google.code.findbugs</groupId>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>io.github.elf4j</groupId>
152152
<artifactId>elf4j-provider</artifactId>
153-
<version>4.2.3</version>
153+
<version>6.0.3</version>
154154
<scope>test</scope>
155155
</dependency>
156156
<dependency>

0 commit comments

Comments
 (0)