Skip to content

Commit

Permalink
Upgrade MySQL version used during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Mar 23, 2022
1 parent 09975df commit d05c208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hibernate-types-52/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<!--<hibernate.version>5.2.18.Final</hibernate.version>-->
<postgresql.version>42.3.3</postgresql.version>

<mysql.version>8.0.20</mysql.version>
<mysql.version>8.0.28</mysql.version>
<jackson.version>2.11.0</jackson.version>
<guava.version>29.0-jre</guava.version>

Expand Down
2 changes: 1 addition & 1 deletion hibernate-types-55/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<hibernate.version>5.5.0.Final</hibernate.version>
<postgresql.version>42.3.3</postgresql.version>

<mysql.version>8.0.20</mysql.version>
<mysql.version>8.0.28</mysql.version>
<jackson.version>2.11.0</jackson.version>
<guava.version>29.0-jre</guava.version>

Expand Down

0 comments on commit d05c208

Please sign in to comment.