1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-13 21:01:08 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] 69c6c957da chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.5 2026-05-03 20:11:21 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
run: mvn -B package --file pom.xml -Dgpg.skip
- name: "Upload artifacts"
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v6
with:
name: artifacts
path: "**/target/"
@@ -37,7 +37,7 @@ jobs:
include-hidden-files: true
- name: "Upload assets"
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v6
with:
name: assets
path: ".asset/"
+1 -1
View File
@@ -203,7 +203,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.4</version>
<version>3.5.5</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>