Skip to content

Commit 618327a

Browse files
authored
Merge pull request #72 from hazendaz/master
Upgrade versions per versioneye
2 parents 6a530bf + 078151d commit 618327a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<clirr.comparisonVersion>3.6</clirr.comparisonVersion>
9090
<findbugs.onlyAnalyze>org.mybatis.guice.*</findbugs.onlyAnalyze>
9191
<gcu.product>Guice</gcu.product>
92-
<guice.version>4.0</guice.version>
92+
<guice.version>4.1.0</guice.version>
9393
<osgi.import>com.jolbox.bonecp.*;resolution:=optional,com.mchange.v2.c3p0.*;resolution:=optional,org.apache.commons.dbcp.*;resolution:=optional,*,javax.transaction.*;resolution:=optional</osgi.import>
9494
</properties>
9595

@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.mybatis</groupId>
105105
<artifactId>mybatis</artifactId>
106-
<version>3.4.0</version>
106+
<version>3.4.1</version>
107107
<scope>provided</scope>
108108
</dependency>
109109

@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.alibaba</groupId>
143143
<artifactId>druid</artifactId>
144-
<version>1.0.19</version>
144+
<version>1.0.21</version>
145145
<optional>true</optional>
146146
</dependency>
147147

@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.hsqldb</groupId>
181181
<artifactId>hsqldb</artifactId>
182-
<version>2.3.3</version>
182+
<version>2.3.4</version>
183183
<scope>test</scope>
184184
</dependency>
185185

@@ -207,7 +207,7 @@
207207
<dependency>
208208
<groupId>org.apache.aries.transaction</groupId>
209209
<artifactId>org.apache.aries.transaction.jdbc</artifactId>
210-
<version>2.1.1</version>
210+
<version>2.1.2</version>
211211
<scope>test</scope>
212212
</dependency>
213213

0 commit comments

Comments
 (0)