1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-16 12:41:15 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] 7f163dc27e chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.6 2026-05-27 22:31:04 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
<!--项目地址 https://github.com/brettwooldridge/HikariCP/ --> <!--项目地址 https://github.com/brettwooldridge/HikariCP/ -->
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
<version>7.1.0</version> <version>7.0.2</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 --> <!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
+1 -1
View File
@@ -256,7 +256,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>3.5.5</version> <version>3.5.6</version>
<configuration> <configuration>
<useSystemClassLoader>false</useSystemClassLoader> <useSystemClassLoader>false</useSystemClassLoader>
</configuration> </configuration>
+1 -1
View File
@@ -74,7 +74,7 @@
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
<!--suppress MavenPackageUpdate --> <!--suppress MavenPackageUpdate -->
<version>7.1.0</version> <version>7.0.2</version>
<optional>true</optional> <optional>true</optional>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>