File tree Expand file tree Collapse file tree 7 files changed +78
-78
lines changed
Expand file tree Collapse file tree 7 files changed +78
-78
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' org.springframework.boot' version ' 3.1.8'
33 id ' java'
44 id ' com.diffplug.spotless' version ' 6.25.0'
5- id " io.freefair.lombok" version " 8.10"
5+ id " io.freefair.lombok" version " 8.10.2 "
66 id ' com.github.jk1.dependency-license-report' version ' 2.9'
77}
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' org.liquibase.gradle' version ' 2.2.2'
44 id ' java'
55 id ' com.diffplug.spotless' version ' 6.25.0'
6- id " io.freefair.lombok" version " 8.10"
6+ id " io.freefair.lombok" version " 8.10.2 "
77 id ' com.github.jk1.dependency-license-report' version ' 2.9'
88}
99
@@ -70,11 +70,11 @@ ext {
7070 restAssured : ' 5.5.0' ,
7171 junitJupiter : ' 5.8.0' ,
7272 chaosMonkey : ' 3.1.0' ,
73- testcontainers : ' 1.20.2 ' ,
73+ testcontainers : ' 1.20.3 ' ,
7474 postgresql : ' 42.7.4' ,
7575 springdoc : ' 2.6.0' ,
7676 liquibase : ' 4.29.2' ,
77- pactProvider : ' 4.6.14 ' ,
77+ pactProvider : ' 4.6.15 ' ,
7878 jna : ' 5.8.0' ,
7979 preliquibase : ' 1.5.1'
8080 ]
@@ -85,7 +85,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM
8585
8686dependencyManagement {
8787 imports {
88- mavenBom ' org.springframework.modulith:spring-modulith-bom:1.2.4 '
88+ mavenBom ' org.springframework.modulith:spring-modulith-bom:1.2.5 '
8989 }
9090}
9191
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ repositories {
4444}
4545
4646extra[" chaosMonkeyVersion" ] = " 3.1.0"
47- extra[" mockkVersion" ] = " 1.13.12 "
47+ extra[" mockkVersion" ] = " 1.13.13 "
4848extra[" springMockkVersion" ] = " 4.0.2"
4949extra[" wiremockVersion" ] = " 3.0.1"
5050extra[" moschiVersion" ] = " 1.15.1"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' org.flywaydb.flyway' version ' 10.19.0'
44 id ' java'
55 id ' com.diffplug.spotless' version ' 6.25.0'
6- id " io.freefair.lombok" version " 8.10"
6+ id " io.freefair.lombok" version " 8.10.2 "
77 id ' com.github.jk1.dependency-license-report' version ' 2.9'
88}
99
7272 restAssured : ' 5.5.0' ,
7373 junitJupiter : ' 5.8.0' ,
7474 chaosMonkey : ' 3.1.0' ,
75- testcontainers : ' 1.20.2 ' ,
75+ testcontainers : ' 1.20.3 ' ,
7676 reflections : ' 0.10.2' ,
7777 postgresql : ' 42.7.4' ,
7878 jna : ' 5.8.0'
@@ -84,7 +84,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM
8484
8585dependencyManagement {
8686 imports {
87- mavenBom ' org.springframework.modulith:spring-modulith-bom:1.2.4 '
87+ mavenBom ' org.springframework.modulith:spring-modulith-bom:1.2.5 '
8888 }
8989}
9090
Original file line number Diff line number Diff line change 1010 "@popperjs/core" : " 2.11.8" ,
1111 "@tailwindcss/forms" : " 0.5.9" ,
1212 "@types/node" : " 20.16.10" ,
13- "@types/react" : " 18.3.11 " ,
14- "@types/react-dom" : " 18.3.0 " ,
13+ "@types/react" : " 18.3.12 " ,
14+ "@types/react-dom" : " 18.3.1 " ,
1515 "date-fns" : " 2.30.0" ,
16- "oidc-client-ts" : " 2.4.0 " ,
16+ "oidc-client-ts" : " 2.4.1 " ,
1717 "react" : " 18.3.1" ,
1818 "react-datepicker" : " 4.25.0" ,
1919 "react-dom" : " 18.3.1" ,
2323 "react-simple-icons" : " 1.0.0-beta.5" ,
2424 "simple-icons" : " 11.15.0" ,
2525 "swr" : " 2.2.5" ,
26- "typescript" : " 5.6.2 " ,
26+ "typescript" : " 5.6.3 " ,
2727 "web-vitals" : " 3.5.2"
2828 },
2929 "overrides" : {
6969 "jsdom" : " ^23.0.0" ,
7070 "license-checker-rseidelsohn" : " 4.4.2" ,
7171 "msw" : " 2.4.9" ,
72- "postcss" : " 8.4.47 " ,
72+ "postcss" : " 8.4.49 " ,
7373 "prettier" : " 3.3.3" ,
7474 "prettier-plugin-tailwindcss" : " 0.6.8" ,
75- "tailwindcss" : " 3.4.13 " ,
75+ "tailwindcss" : " 3.4.14 " ,
7676 "vite" : " ^5.0.0" ,
7777 "vite-plugin-svgr" : " ^4.2.0" ,
7878 "vitest" : " ^1.0.0"
You can’t perform that action at this time.
0 commit comments