Skip to content

Commit c1f953c

Browse files
authored
Merge pull request #6 from daftano/master
Use driver version 8.0.21
2 parents fe3d5a3 + f2d6669 commit c1f953c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.jenkins-ci.plugins</groupId>
1111
<artifactId>database-mysql</artifactId>
12-
<version>1.4-SNAPSHOT</version>
12+
<version>1.4</version>
1313
<packaging>hpi</packaging>
1414
<name>MySQL Database Plugin</name>
1515

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>mysql</groupId>
2525
<artifactId>mysql-connector-java</artifactId>
26-
<version>8.0.13</version>
26+
<version>8.0.21</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)