diff --git a/spring-batch-db-examples/pom.xml b/spring-batch-db-examples/pom.xml
index 6713311..52597a9 100644
--- a/spring-batch-db-examples/pom.xml
+++ b/spring-batch-db-examples/pom.xml
@@ -23,7 +23,7 @@
2.4.240
3.5.8
5.2.4
- 3.14.1
+ 3.14.1
5.5.1
0.8.14
@@ -77,8 +77,8 @@
org.springframework.boot
spring-boot-starter-test
- ${spring.boot.version}
test
+ ${spring.boot.version}
@@ -96,7 +96,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- ${maven.compiler.plugin.version}
+ ${maven.plugin.version}
diff --git a/spring-multimodule-example/.gitignore b/spring-multimodule-example/.gitignore
index c487cab..d11a0da 100644
--- a/spring-multimodule-example/.gitignore
+++ b/spring-multimodule-example/.gitignore
@@ -1,3 +1,6 @@
+target/
+**/target/
+
!**/src/main/**/target/
!**/src/test/**/target/
!**/.idea
diff --git a/spring-multimodule-example/pom.xml b/spring-multimodule-example/pom.xml
index 9f1f74e..5fbe513 100644
--- a/spring-multimodule-example/pom.xml
+++ b/spring-multimodule-example/pom.xml
@@ -25,16 +25,5 @@
module-b-example
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
- ${spring.boot.version}
-
-
-
-
diff --git a/spring-wolf-example/pom.xml b/spring-wolf-example/pom.xml
index e9a2c2c..52f915a 100644
--- a/spring-wolf-example/pom.xml
+++ b/spring-wolf-example/pom.xml
@@ -19,43 +19,51 @@
21
-
+ 3.5.8
+ 3.14.1
+ 5.0.0
+ 1.18.42
+ 1.20.0
+
org.springframework.boot
spring-boot-starter-web
+ ${spring.boot.version}
org.springframework.cloud
spring-cloud-starter-stream-kafka
- 5.0.0
+ ${spring.cloud.kafka}
org.projectlombok
lombok
true
+ ${lombok.version}
io.github.springwolf
springwolf-ui
- 1.20.0
+ ${springwolf.version}
io.github.springwolf
springwolf-kafka
- 1.20.0
+ ${springwolf.version}
org.springframework.boot
spring-boot-starter-test
test
+ ${spring.boot.version}
@@ -63,31 +71,25 @@
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
-
- org.projectlombok
- lombok
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- org.projectlombok
- lombok
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven.plugin.version}
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${spring.boot.version}
+