diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c6bb036..de6fc32 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
-
- # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- - name: Update dependency graph
- uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml
index 37c3628..8d3568e 100644
--- a/mybatis-plus-join-test/pom.xml
+++ b/mybatis-plus-join-test/pom.xml
@@ -76,13 +76,11 @@
com.h2database
h2
- 2.3.232
runtime
org.projectlombok
lombok
- 1.18.34
com.github.yulichang
@@ -92,7 +90,6 @@
com.fasterxml.jackson.core
jackson-databind
- 2.18.0
com.baomidou
@@ -102,7 +99,6 @@
org.springframework
spring-jdbc
- 6.1.14
@@ -111,7 +107,6 @@
org.codehaus.mojo
flatten-maven-plugin
- 1.6.0
true
resolveCiFriendliesOnly
diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml
index ce611de..f097145 100644
--- a/mybatis-plus-join-test/test-join/pom.xml
+++ b/mybatis-plus-join-test/test-join/pom.xml
@@ -37,19 +37,17 @@
-
org.apache.maven.plugins
maven-compiler-plugin
- 3.13.0
com.github.yulichang
mybatis-plus-join-processor
- 1.5.1
+ ${revision}
org.projectlombok
diff --git a/mybatis-plus-join-test/test-kotlin/pom.xml b/mybatis-plus-join-test/test-kotlin/pom.xml
index 563adbf..5c2653e 100644
--- a/mybatis-plus-join-test/test-kotlin/pom.xml
+++ b/mybatis-plus-join-test/test-kotlin/pom.xml
@@ -27,18 +27,14 @@
com.mysql
mysql-connector-j
- 9.1.0
org.jetbrains.kotlin
-
kotlin-stdlib-jdk8
- 2.0.21
org.jetbrains.kotlin
kotlin-test-junit
- 2.0.21
test
@@ -47,9 +43,7 @@
org.jetbrains.kotlin
-
kotlin-maven-plugin
- 2.0.21
compile
diff --git a/pom.xml b/pom.xml
index c282d39..d80e78c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,6 @@
org.codehaus.mojo
flatten-maven-plugin
- 1.6.0
true
resolveCiFriendliesOnly