File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id " org.springframework.boot" version " 3.5.8 "
3+ id " org.springframework.boot" version " 3.5.10 "
44 id ' io.spring.dependency-management' version ' 1.1.7'
55 id ' jacoco' // Add JaCoCo plugin
66}
@@ -29,12 +29,12 @@ dependencies {
2929
3030 testCompileOnly ' org.projectlombok:lombok:1.18.42'
3131 testAnnotationProcessor ' org.projectlombok:lombok:1.18.42'
32- testImplementation platform(' org.junit:junit-bom:5.14.1 ' )
32+ testImplementation platform(' org.junit:junit-bom:5.14.2 ' )
3333 testImplementation ' org.junit.jupiter:junit-jupiter'
3434 testImplementation ' io.projectreactor:reactor-test' // Add this for StepVerifier
3535
3636 // Test containers
37- testImplementation platform(' org.testcontainers:testcontainers-bom:1.21.3 ' )
37+ testImplementation platform(' org.testcontainers:testcontainers-bom:1.21.4 ' )
3838 testImplementation ' org.testcontainers:junit-jupiter'
3939 testImplementation ' org.testcontainers:mongodb'
4040 // end::tests[]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.4 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1111 "react-dom" : " ^19.1.1"
1212 },
1313 "devDependencies" : {
14- "@biomejs/biome" : " 2.3.8 " ,
14+ "@biomejs/biome" : " 2.3.13 " ,
1515 "@testing-library/jest-dom" : " ^6.9.0" ,
1616 "@testing-library/react" : " ^16.3.0" ,
1717 "@testing-library/user-event" : " ^14.6.1" ,
1818 "@types/node" : " ^24.6.1" ,
1919 "@types/react" : " ^19.1.16" ,
2020 "@types/react-dom" : " ^19.1.9" ,
21- "@vitejs/plugin-react" : " 5.1.1 " ,
21+ "@vitejs/plugin-react" : " 5.1.2 " ,
2222 "@vitest/ui" : " ^3.1.1" ,
2323 "core-js" : " ^3.45.1" ,
2424 "identity-obj-proxy" : " ^3.0.0" ,
2525 "jsdom" : " 27.2.0" ,
2626 "react-refresh" : " ^0.18.0" ,
2727 "typescript" : " ^5.9.3" ,
28- "vite" : " 7.2.6 " ,
28+ "vite" : " 7.2.7 " ,
2929 "vite-tsconfig-paths" : " ^5.1.4" ,
3030 "vitest" : " ^3.1.1"
3131 },
You can’t perform that action at this time.
0 commit comments