mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
Bump mysql-connector-java from 5.1.30 to 8.0.25
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.30 to 8.0.25. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.30...8.0.25) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a9ff7e0035
commit
e2eb829717
8
pom.xml
8
pom.xml
@ -49,7 +49,7 @@
|
||||
<h2.version>1.4.197</h2.version>
|
||||
<postgresql.version>42.2.18</postgresql.version>
|
||||
<oracle.version>11.2.0.4</oracle.version>
|
||||
<mysql.version>5.1.30</mysql.version>
|
||||
<mysql.version>8.0.25</mysql.version>
|
||||
<jtds.version>1.3.1</jtds.version>
|
||||
<cubrid.version>9.3.9.0002</cubrid.version>
|
||||
<sqlite.version>3.7.2</sqlite.version>
|
||||
@ -68,7 +68,7 @@
|
||||
<slf4j.version>1.7.30</slf4j.version>
|
||||
<surefire.version>2.18</surefire.version>
|
||||
<animal-sniffer.version>1.20</animal-sniffer.version>
|
||||
<jodatime.version>2.10.8</jodatime.version>
|
||||
<jodatime.version>2.10.10</jodatime.version>
|
||||
<h2gis.version>1.5.0</h2gis.version>
|
||||
<morphia.version>1.3.2</morphia.version>
|
||||
<jmh.version>1.32</jmh.version>
|
||||
@ -292,7 +292,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<version>5.1.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundle-manifest</id>
|
||||
@ -558,7 +558,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>3.2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user