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 ce10b74 commit 9855acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions onebusaway-gtfs-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<scope>test</scope>
</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>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 9855acb

Please sign in to comment.