Skip to content

Commit

Permalink
Merge branch 'refs/heads/7.67.x-blue' into 7.67.x-blue-bumped-guava-3…
Browse files Browse the repository at this point in the history
…2.0.1
  • Loading branch information
yesamer committed Aug 6, 2024
2 parents b2dfd3e + e15e096 commit a21b5c1
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 @@ -100,7 +100,7 @@

<!-- database testing -->
<version.org.mariadb.jdbc>1.3.6</version.org.mariadb.jdbc>
<version.org.mysql-driver>8.0.28</version.org.mysql-driver>
<version.org.mysql-driver>8.2.0</version.org.mysql-driver>

<version.org.arquillian.cube>1.15.3</version.org.arquillian.cube>

Expand Down Expand Up @@ -1033,8 +1033,8 @@

<!-- Test deps -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${version.org.mysql-driver}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit a21b5c1

Please sign in to comment.