Skip to content

Commit

Permalink
mysql 8.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
shimingxy committed Dec 8, 2024
1 parent c0d93b9 commit fbe7e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ nbdist/
.nb-gradle/

### VS Code ###
.vscode/
.vscode/
/.metadata/
2 changes: 1 addition & 1 deletion sample-tom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<mysql.version>8.0.16</mysql.version>
<mysql.version>8.0.33</mysql.version>
</properties>

<dependencies>
Expand Down

0 comments on commit fbe7e60

Please sign in to comment.