Skip to content

Commit

Permalink
mysql 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonabrown committed Jan 9, 2024
1 parent 33885e1 commit 550ca46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@
<version>4.5.9</version><!-- needs to match onebusaway-cloud-services -->
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.48</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 550ca46

Please sign in to comment.