diff --git a/JavaCon/SpecialKeywords/pom.xml b/JavaCon/SpecialKeywords/pom.xml index d6893ee0..e331fffd 100644 --- a/JavaCon/SpecialKeywords/pom.xml +++ b/JavaCon/SpecialKeywords/pom.xml @@ -19,7 +19,7 @@ org.openjfx javafx-controls - 25-ea+6 + 25-ea+8 diff --git a/JavaCon/pom.xml b/JavaCon/pom.xml index 690cdfa1..19c68ce8 100644 --- a/JavaCon/pom.xml +++ b/JavaCon/pom.xml @@ -19,14 +19,14 @@ full - 5.12.0 + 5.12.1 7.11.0 3.0 3.27.3 1.7.0 - 1.5.17 + 1.5.18 2.0.17 1.18.36 diff --git a/Playground/pom.xml b/Playground/pom.xml index cef97428..23e96cfa 100644 --- a/Playground/pom.xml +++ b/Playground/pom.xml @@ -46,7 +46,7 @@ org.junit.jupiter junit-jupiter-engine - 5.12.0 + 5.12.1 compile diff --git a/Testing/JunitBasics/pom.xml b/Testing/JunitBasics/pom.xml index 63384d27..11c7de61 100644 --- a/Testing/JunitBasics/pom.xml +++ b/Testing/JunitBasics/pom.xml @@ -34,7 +34,7 @@ org.junit.platform junit-platform-runner - 1.12.0 + 1.12.1 test diff --git a/Testing/MutationPITesting/pom.xml b/Testing/MutationPITesting/pom.xml index eeff8479..8ee08bfa 100644 --- a/Testing/MutationPITesting/pom.xml +++ b/Testing/MutationPITesting/pom.xml @@ -34,7 +34,7 @@ org.pitest pitest-maven - 1.18.2 + 1.19.0 diff --git a/Testing/PluralSight/pom.xml b/Testing/PluralSight/pom.xml index d5e4fe5a..1a11df4c 100644 --- a/Testing/PluralSight/pom.xml +++ b/Testing/PluralSight/pom.xml @@ -39,12 +39,12 @@ org.springframework spring-beans - 6.2.3 + 6.2.5 org.springframework spring-context - 6.2.3 + 6.2.5 diff --git a/Testing/TestContainers/pom.xml b/Testing/TestContainers/pom.xml index 960de1e9..05700dfa 100644 --- a/Testing/TestContainers/pom.xml +++ b/Testing/TestContainers/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.3 + 3.4.4 diff --git a/Testing/pom.xml b/Testing/pom.xml index ec46ed58..0374ca17 100644 --- a/Testing/pom.xml +++ b/Testing/pom.xml @@ -14,8 +14,8 @@ 22 4.13.2 3.0 - 5.16.0 - 5.12.0 + 5.16.1 + 5.12.1 diff --git a/Tools/QuartzScheduler/build.gradle b/Tools/QuartzScheduler/build.gradle index ddbfcafa..0b97fd50 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.12.0' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1' // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.5.0' diff --git a/Tools/aop-logging/pom.xml b/Tools/aop-logging/pom.xml index 024a6db3..deb583fc 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.4.3 + 3.4.4 com.saurabh diff --git a/Tools/moustache-demo/pom.xml b/Tools/moustache-demo/pom.xml index 126bc8a1..72762338 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.4.3 + 3.4.4