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
dependabot[bot] 89748a5707 chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.5 to 3.5.6.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-28 08:33:03 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
<!--项目地址 https://github.com/brettwooldridge/HikariCP/ -->
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>7.1.0</version>
<version>7.0.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
+1 -1
View File
@@ -256,7 +256,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.5</version>
<version>3.5.6</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
+1 -1
View File
@@ -74,7 +74,7 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<!--suppress MavenPackageUpdate -->
<version>7.1.0</version>
<version>7.0.2</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>