We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3580b6 commit 24bd80bCopy full SHA for 24bd80b
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.github.jonathanhds</groupId>
4
<artifactId>sql-builder</artifactId>
5
<packaging>jar</packaging>
6
- <version>1.3-SNAPSHOT</version>
+ <version>1.4-SNAPSHOT</version>
7
<name>sql-builder</name>
8
<url>https://github.com/jonathanhds/sql-builder</url>
9
<description>A dynamic SQL builder for Java language.</description>
@@ -97,12 +97,12 @@
97
<dependency>
98
<groupId>commons-beanutils</groupId>
99
<artifactId>commons-beanutils</artifactId>
100
- <version>1.8.3</version>
+ <version>1.9.2</version>
101
</dependency>
102
103
<groupId>commons-collections</groupId>
104
<artifactId>commons-collections</artifactId>
105
- <version>3.2.1</version>
+ <version>3.2.2</version>
106
107
</dependencies>
108
0 commit comments