Skip to content

Commit 24bd80b

Browse files
committed
Upgrade dependencies
1 parent a3580b6 commit 24bd80b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.github.jonathanhds</groupId>
44
<artifactId>sql-builder</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.3-SNAPSHOT</version>
6+
<version>1.4-SNAPSHOT</version>
77
<name>sql-builder</name>
88
<url>https://github.com/jonathanhds/sql-builder</url>
99
<description>A dynamic SQL builder for Java language.</description>
@@ -97,12 +97,12 @@
9797
<dependency>
9898
<groupId>commons-beanutils</groupId>
9999
<artifactId>commons-beanutils</artifactId>
100-
<version>1.8.3</version>
100+
<version>1.9.2</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>commons-collections</groupId>
104104
<artifactId>commons-collections</artifactId>
105-
<version>3.2.1</version>
105+
<version>3.2.2</version>
106106
</dependency>
107107
</dependencies>
108108

0 commit comments

Comments
 (0)