We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6782bf8 commit e58bf3bCopy full SHA for e58bf3b
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>binbase</artifactId>
13
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.5-SNAPSHOT</version>
14
<packaging>jar</packaging>
15
16
<name>binbase</name>
@@ -122,7 +122,7 @@
122
<dependency>
123
<groupId>org.apache.commons</groupId>
124
<artifactId>commons-lang3</artifactId>
125
- <version>3.12.0</version>
+ <version>3.17.0</version>
126
</dependency>
127
128
<!-- Tests -->
@@ -230,7 +230,7 @@
230
<plugin>
231
<groupId>org.apache.maven.plugins</groupId>
232
<artifactId>maven-remote-resources-plugin</artifactId>
233
- <version>1.5</version>
+ <version>1.7.0</version>
234
<dependencies>
235
236
<groupId>org.apache.maven.shared</groupId>
0 commit comments