Skip to content

Commit

Permalink
deps: Update dependency com.mysql:mysql-connector-j to v9 (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 9, 2024
1 parent 3c2d81d commit d7e434f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.0.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.0.0</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit d7e434f

Please sign in to comment.