Skip to content

Commit

Permalink
Merge pull request #293 from dadoonet/dependabot/maven/06-fuzziness/c…
Browse files Browse the repository at this point in the history
…om.mysql-mysql-connector-j-9.0.0

Bump com.mysql:mysql-connector-j from 8.4.0 to 9.0.0
  • Loading branch information
mergify[bot] authored Jul 3, 2024
2 parents 310ba45 + a1d7d9e commit 7b95557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source .env
docker pull mysql:$MYSQL_VERSION
docker stop legacy-mysql
docker rm legacy-mysql
docker run --name legacy-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=person -d mysql:$MYSQL_VERSION --mysql-native-password=ON
docker run --name legacy-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=person -d mysql:$MYSQL_VERSION
docker logs -f legacy-mysql

# Stop the database when done
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.0.0</version>
</dependency>

<!-- Elasticsearch -->
Expand Down

0 comments on commit 7b95557

Please sign in to comment.