Skip to content

Commit f7d8119

Browse files
authored
Set version to 1.4.1 and bump dependencies (#83)
1. Set version to 1.4.1. 2. Bump dependencies: junit-jupiter from 5.8.0 to 5.8.1.
1 parent 1a4d007 commit f7d8119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aerospike</groupId>
77
<artifactId>java-object-mapper</artifactId>
8-
<version>1.4.0</version>
8+
<version>1.4.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Aerospike Object Mapper</name>
@@ -35,7 +35,7 @@
3535
<lombok.version>1.18.20</lombok.version>
3636
<reactor-test.version>3.4.10</reactor-test.version>
3737
<blockhound.version>1.0.6.RELEASE</blockhound.version>
38-
<junit-jupiter.version>5.8.0</junit-jupiter.version>
38+
<junit-jupiter.version>5.8.1</junit-jupiter.version>
3939
</properties>
4040

4141
<licenses>

0 commit comments

Comments
 (0)