diff --git a/topics/sw_concepts/code/pattern-examples/pom.xml b/topics/sw_concepts/code/pattern-examples/pom.xml
index d578f81..03bd676 100644
--- a/topics/sw_concepts/code/pattern-examples/pom.xml
+++ b/topics/sw_concepts/code/pattern-examples/pom.xml
@@ -26,19 +26,19 @@
org.junit.jupiter
junit-jupiter-api
- 5.11.1
+ 5.11.2
test
org.junit.jupiter
junit-jupiter-engine
- 5.11.1
+ 5.11.2
test
org.junit.jupiter
junit-jupiter
- 5.11.1
+ 5.11.2
test
diff --git a/topics/testing/code/pom.xml b/topics/testing/code/pom.xml
index 1f3b4ca..692dffa 100644
--- a/topics/testing/code/pom.xml
+++ b/topics/testing/code/pom.xml
@@ -60,7 +60,7 @@
org.junit.jupiter
junit-jupiter-api
- 5.11.1
+ 5.11.2
test
@@ -72,19 +72,19 @@
org.junit.jupiter
junit-jupiter-engine
- 5.11.1
+ 5.11.2
test
org.junit.jupiter
junit-jupiter
- 5.11.1
+ 5.11.2
test
org.junit.platform
junit-platform-commons
- 1.11.1
+ 1.11.2
org.mockito