Skip to content

Commit

Permalink
update: pom.xml中mysql驱动和druid的版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed May 7, 2016
1 parent 0d24052 commit b133a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.37</version>
<version>5.1.38</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.16</version>
<version>1.0.18</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

1 comment on commit b133a0e

@Rekoe
Copy link
Member

@Rekoe Rekoe commented on b133a0e May 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

druid 昨天发布了1.0.19

Please sign in to comment.