Skip to content

Commit

Permalink
Merge pull request #133 from telefonicaid/task/upgrade_mysql_connector
Browse files Browse the repository at this point in the history
upgrade mysql connector from 5.1.47 to 5.1.49
  • Loading branch information
fgalan authored Jun 16, 2020
2 parents 57d8a99 + fc040ca commit 6ec1436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ADD: upgrade java mysql connector from 5.1.47 to 5.1.49
ADD: fix /opt/keypass directory to 1000 user for docker
ADD: autoReconnect to jdbc url configuration (#116)
ADD: disable usage of SSL for mysql in jdbc url configuration (#126)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.47</version>
<version>5.1.49</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
Expand Down

0 comments on commit 6ec1436

Please sign in to comment.