diff --git a/JavaCon/pom.xml b/JavaCon/pom.xml index 3365ecae..a9b9951d 100644 --- a/JavaCon/pom.xml +++ b/JavaCon/pom.xml @@ -19,15 +19,15 @@ 19 - 5.9.1 - 7.7.0 + 5.9.2 + 7.7.1 2.2 - 3.23.1 + 3.24.1 1.7.0 1.4.5 - 2.0.5 + 2.0.6 1.18.24 2.11.0 diff --git a/Playground/pom.xml b/Playground/pom.xml index 71e4b94c..f670c2a9 100644 --- a/Playground/pom.xml +++ b/Playground/pom.xml @@ -30,7 +30,7 @@ org.immutables value - 2.9.2 + 2.9.3 provided @@ -46,7 +46,7 @@ org.junit.jupiter junit-jupiter-engine - 5.9.1 + 5.9.2 compile diff --git a/Testing/JunitBasics/pom.xml b/Testing/JunitBasics/pom.xml index a7ddeff2..59bfb110 100644 --- a/Testing/JunitBasics/pom.xml +++ b/Testing/JunitBasics/pom.xml @@ -34,7 +34,7 @@ org.junit.platform junit-platform-runner - 1.9.1 + 1.9.2 test diff --git a/Testing/MutationPITesting/pom.xml b/Testing/MutationPITesting/pom.xml index 2673bf8b..ac191170 100644 --- a/Testing/MutationPITesting/pom.xml +++ b/Testing/MutationPITesting/pom.xml @@ -34,7 +34,7 @@ org.pitest pitest-maven - 1.10.3 + 1.10.4 @@ -58,7 +58,7 @@ org.pitest pitest-junit5-plugin - 1.1.0 + 1.1.1 diff --git a/Testing/PluralSight/pom.xml b/Testing/PluralSight/pom.xml index 13b23c39..6224cbf1 100644 --- a/Testing/PluralSight/pom.xml +++ b/Testing/PluralSight/pom.xml @@ -39,12 +39,12 @@ org.springframework spring-beans - 6.0.2 + 6.0.3 org.springframework spring-context - 6.0.2 + 6.0.3 diff --git a/Testing/TestContainers/pom.xml b/Testing/TestContainers/pom.xml index 49cd340e..91e0b54a 100644 --- a/Testing/TestContainers/pom.xml +++ b/Testing/TestContainers/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0 + 3.0.1 diff --git a/Testing/pom.xml b/Testing/pom.xml index c914952a..bed458dc 100644 --- a/Testing/pom.xml +++ b/Testing/pom.xml @@ -14,8 +14,8 @@ 17 4.13.2 2.2 - 4.9.0 - 5.9.1 + 4.11.0 + 5.9.2 diff --git a/Tools/QuartzScheduler/build.gradle b/Tools/QuartzScheduler/build.gradle index eefbc3bb..71528a04 100644 --- a/Tools/QuartzScheduler/build.gradle +++ b/Tools/QuartzScheduler/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.2' // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2' diff --git a/Tools/aop-logging/pom.xml b/Tools/aop-logging/pom.xml index 170eb387..c0ec2bc1 100644 --- a/Tools/aop-logging/pom.xml +++ b/Tools/aop-logging/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0 + 3.0.1 com.saurabh diff --git a/Tools/moustache-demo/pom.xml b/Tools/moustache-demo/pom.xml index 992c6a52..157b5fa0 100644 --- a/Tools/moustache-demo/pom.xml +++ b/Tools/moustache-demo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0 + 3.0.1