File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424}
2525
2626lombok {
27- version = " 1.18.42 "
27+ version = " 1.18.46 "
2828}
2929
3030spotless {
Original file line number Diff line number Diff line change 2828}
2929
3030lombok {
31- version = " 1.18.42 "
31+ version = " 1.18.46 "
3232}
3333
3434liquibase {
7171 junitJupiter : ' 5.8.0' ,
7272 chaosMonkey : ' 3.3.0' ,
7373 testcontainers : ' 1.21.4' ,
74- postgresql : ' 42.7.9 ' ,
74+ postgresql : ' 42.7.10 ' ,
7575 springdoc : ' 2.6.0' ,
7676 liquibase : ' 4.29.2' ,
7777 pactProvider : ' 4.6.19' ,
@@ -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.4.7 '
88+ mavenBom ' org.springframework.modulith:spring-modulith-bom:1.4.11 '
8989 }
9090}
9191
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ extra["wiremockVersion"] = "3.0.1"
5050extra[" moschiVersion" ] = " 1.15.2"
5151
5252dependencies {
53- implementation(" io.swagger.core.v3:swagger-annotations:2.2.42 " )
53+ implementation(" io.swagger.core.v3:swagger-annotations:2.2.48 " )
5454 implementation(" com.squareup.moshi:moshi:${property(" moschiVersion" )} " )
5555 implementation(" org.springframework.boot:spring-boot-starter-validation" )
5656 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
Original file line number Diff line number Diff line change 2828}
2929
3030lombok {
31- version = " 1.18.42 "
31+ version = " 1.18.46 "
3232}
3333
3434flyway {
7474 chaosMonkey : ' 3.3.0' ,
7575 testcontainers : ' 1.21.4' ,
7676 reflections : ' 0.10.2' ,
77- postgresql : ' 42.7.9 ' ,
77+ postgresql : ' 42.7.10 ' ,
7878 jna : ' 5.8.0'
7979 ]
8080}
@@ -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.4.7 '
87+ mavenBom ' org.springframework.modulith:spring-modulith-bom:1.4.11 '
8888 }
8989}
9090
Original file line number Diff line number Diff line change 2222 "react-router-dom" : " 6.30.3" ,
2323 "react-simple-icons" : " 1.0.0-beta.5" ,
2424 "simple-icons" : " 11.15.0" ,
25- "swr" : " 2.4.0 " ,
25+ "swr" : " 2.4.1 " ,
2626 "typescript" : " 5.9.3" ,
2727 "web-vitals" : " 3.5.2"
2828 },
6969 "jsdom" : " ^23.0.0" ,
7070 "license-checker-rseidelsohn" : " 4.4.2" ,
7171 "msw" : " 2.12.8" ,
72- "postcss" : " 8.5.6 " ,
73- "prettier" : " 3.8.1 " ,
74- "prettier-plugin-tailwindcss" : " 0.7.2 " ,
72+ "postcss" : " 8.5.10 " ,
73+ "prettier" : " 3.8.3 " ,
74+ "prettier-plugin-tailwindcss" : " 0.7.3 " ,
7575 "tailwindcss" : " 3.4.19" ,
7676 "vite" : " ^5.0.0" ,
7777 "vite-plugin-svgr" : " ^4.2.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation ' org.apache.groovy:groovy-all:4.0.30 '
11+ implementation ' org.apache.groovy:groovy-all:4.0.31 '
1212
1313 testImplementation platform(" org.spockframework:spock-bom:2.4-groovy-5.0" )
1414 testImplementation ' org.spockframework:spock-core'
Original file line number Diff line number Diff line change 1- FROM locustio/locust:2.43.2
1+ FROM locustio/locust:2.43.4
22COPY src /locust-config
33RUN pip3 install -r /locust-config/requirements.txt
44ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py
You can’t perform that action at this time.
0 commit comments