diff --git a/solutions/01-connecting-to-confluent-cloud/pom.xml b/solutions/01-connecting-to-confluent-cloud/pom.xml
index d7b409d..b85b345 100644
--- a/solutions/01-connecting-to-confluent-cloud/pom.xml
+++ b/solutions/01-connecting-to-confluent-cloud/pom.xml
@@ -29,13 +29,13 @@ under the License.
UTF-8
- 1.20.0
+ 1.20.1
1.20-50
21
${target.java.version}
${target.java.version}
- 2.17.1
- 5.11.0
+ 2.24.3
+ 5.12.2
@@ -105,7 +105,7 @@ under the License.
org.mockito
mockito-core
- 5.12.0
+ 5.17.0
test
@@ -118,7 +118,7 @@ under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.1
+ 3.14.0
${target.java.version}
${target.java.version}
@@ -130,7 +130,7 @@ under the License.
org.apache.maven.plugins
maven-shade-plugin
- 3.1.1
+ 3.6.0
@@ -173,7 +173,7 @@ under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.3
org.junit.jupiter
diff --git a/solutions/02-querying-flink-tables/pom.xml b/solutions/02-querying-flink-tables/pom.xml
index d7b409d..b85b345 100644
--- a/solutions/02-querying-flink-tables/pom.xml
+++ b/solutions/02-querying-flink-tables/pom.xml
@@ -29,13 +29,13 @@ under the License.
UTF-8
- 1.20.0
+ 1.20.1
1.20-50
21
${target.java.version}
${target.java.version}
- 2.17.1
- 5.11.0
+ 2.24.3
+ 5.12.2
@@ -105,7 +105,7 @@ under the License.
org.mockito
mockito-core
- 5.12.0
+ 5.17.0
test
@@ -118,7 +118,7 @@ under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.1
+ 3.14.0
${target.java.version}
${target.java.version}
@@ -130,7 +130,7 @@ under the License.
org.apache.maven.plugins
maven-shade-plugin
- 3.1.1
+ 3.6.0
@@ -173,7 +173,7 @@ under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.3
org.junit.jupiter
diff --git a/solutions/03-building-a-streaming-pipeline/pom.xml b/solutions/03-building-a-streaming-pipeline/pom.xml
index d7b409d..b85b345 100644
--- a/solutions/03-building-a-streaming-pipeline/pom.xml
+++ b/solutions/03-building-a-streaming-pipeline/pom.xml
@@ -29,13 +29,13 @@ under the License.
UTF-8
- 1.20.0
+ 1.20.1
1.20-50
21
${target.java.version}
${target.java.version}
- 2.17.1
- 5.11.0
+ 2.24.3
+ 5.12.2
@@ -105,7 +105,7 @@ under the License.
org.mockito
mockito-core
- 5.12.0
+ 5.17.0
test
@@ -118,7 +118,7 @@ under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.1
+ 3.14.0
${target.java.version}
${target.java.version}
@@ -130,7 +130,7 @@ under the License.
org.apache.maven.plugins
maven-shade-plugin
- 3.1.1
+ 3.6.0
@@ -173,7 +173,7 @@ under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.3
org.junit.jupiter
diff --git a/solutions/04-windowing/pom.xml b/solutions/04-windowing/pom.xml
index d7b409d..b85b345 100644
--- a/solutions/04-windowing/pom.xml
+++ b/solutions/04-windowing/pom.xml
@@ -29,13 +29,13 @@ under the License.
UTF-8
- 1.20.0
+ 1.20.1
1.20-50
21
${target.java.version}
${target.java.version}
- 2.17.1
- 5.11.0
+ 2.24.3
+ 5.12.2
@@ -105,7 +105,7 @@ under the License.
org.mockito
mockito-core
- 5.12.0
+ 5.17.0
test
@@ -118,7 +118,7 @@ under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.1
+ 3.14.0
${target.java.version}
${target.java.version}
@@ -130,7 +130,7 @@ under the License.
org.apache.maven.plugins
maven-shade-plugin
- 3.1.1
+ 3.6.0
@@ -173,7 +173,7 @@ under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.3
org.junit.jupiter
diff --git a/solutions/05-joins/pom.xml b/solutions/05-joins/pom.xml
index d7b409d..b85b345 100644
--- a/solutions/05-joins/pom.xml
+++ b/solutions/05-joins/pom.xml
@@ -29,13 +29,13 @@ under the License.
UTF-8
- 1.20.0
+ 1.20.1
1.20-50
21
${target.java.version}
${target.java.version}
- 2.17.1
- 5.11.0
+ 2.24.3
+ 5.12.2
@@ -105,7 +105,7 @@ under the License.
org.mockito
mockito-core
- 5.12.0
+ 5.17.0
test
@@ -118,7 +118,7 @@ under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.1
+ 3.14.0
${target.java.version}
${target.java.version}
@@ -130,7 +130,7 @@ under the License.
org.apache.maven.plugins
maven-shade-plugin
- 3.1.1
+ 3.6.0
@@ -173,7 +173,7 @@ under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.3
org.junit.jupiter
diff --git a/staging/01-connecting-to-confluent-cloud/pom.xml b/staging/01-connecting-to-confluent-cloud/pom.xml
index d7b409d..b85b345 100644
--- a/staging/01-connecting-to-confluent-cloud/pom.xml
+++ b/staging/01-connecting-to-confluent-cloud/pom.xml
@@ -29,13 +29,13 @@ under the License.
UTF-8
- 1.20.0
+ 1.20.1
1.20-50
21
${target.java.version}
${target.java.version}
- 2.17.1
- 5.11.0
+ 2.24.3
+ 5.12.2
@@ -105,7 +105,7 @@ under the License.
org.mockito
mockito-core
- 5.12.0
+ 5.17.0
test
@@ -118,7 +118,7 @@ under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.1
+ 3.14.0
${target.java.version}
${target.java.version}
@@ -130,7 +130,7 @@ under the License.
org.apache.maven.plugins
maven-shade-plugin
- 3.1.1
+ 3.6.0
@@ -173,7 +173,7 @@ under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.3
org.junit.jupiter