Skip to content

Commit

Permalink
Merge pull request #338 from renovate-bot:renovate/mysql-mysql-connec…
Browse files Browse the repository at this point in the history
…tor-java-replacement

PiperOrigin-RevId: 722535347
Change-Id: I1daedbf85a70ebe50ceabac8ab36634ff983c14e
  • Loading branch information
gae-java-bot committed Feb 3, 2025
2 parents 54e94d9 + 5c1f2b4 commit a3ad114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
</dependency>
<dependency>
Expand Down

0 comments on commit a3ad114

Please sign in to comment.