Skip to content

Commit

Permalink
Merge pull request #202 from telefonicaid/task/upgrade_mysql_connecto…
Browse files Browse the repository at this point in the history
…r_dep_version

Update pom.xml: upgrade mysql connector dep version
  • Loading branch information
fgalan authored Dec 13, 2024
2 parents b94caa5 + 2d9e840 commit 1280c23
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,4 +1,5 @@
UPGRADE: Debian version from 12.6 to 12.7 in Dockerfile
UPGRADE: java mysql connector from 8.0.28 to 8.0.33

1.12.0

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
<version>8.0.33</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
Expand Down

0 comments on commit 1280c23

Please sign in to comment.