Skip to content

Commit

Permalink
fix: mysql-connector-java version to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcabral committed Jul 22, 2019
1 parent 21a10ed commit 69a60df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.15</version>
<version>8.0.16</version>
</dependency>
</dependencies>
</plugin>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.15</version>
<version>8.0.16</version>
</dependency>
</dependencies>
</plugin>
Expand Down
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.15</version>
<version>8.0.16</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 69a60df

Please sign in to comment.