Skip to content

Commit

Permalink
bump mysql-connector version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salgado2004 authored Dec 7, 2024
2 parents c29a6d0 + 9a3f59d commit 2d09c85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -99,4 +99,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 2d09c85

Please sign in to comment.