@@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' ee.bitweb'
8- version = ' 5.0 .0'
8+ version = ' 5.1 .0'
99java {
1010 sourceCompatibility = ' 17'
1111}
@@ -27,31 +27,31 @@ dependencies {
2727 compileOnly ' org.apache.tomcat:tomcat-catalina:11.0.21'
2828
2929 // https://mvnrepository.com/artifact/org.springframework/spring-webmvc
30- compileOnly ' org.springframework:spring-webmvc:7.0.7 '
30+ compileOnly ' org.springframework:spring-webmvc:7.0.8 '
3131
3232 // https://mvnrepository.com/artifact/org.springframework/spring-tx
33- compileOnly ' org.springframework:spring-tx:7.0.7 '
33+ compileOnly ' org.springframework:spring-tx:7.0.8 '
3434
3535 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security
36- compileOnly ' org.springframework.boot:spring-boot-starter-security:4.0.6 '
36+ compileOnly ' org.springframework.boot:spring-boot-starter-security:4.1.0 '
3737
3838 // https://mvnrepository.com/artifact/org.springframework.amqp/spring-amqp
39- compileOnly ' org.springframework.boot:spring-boot-starter-amqp:4.0.6 '
39+ compileOnly ' org.springframework.boot:spring-boot-starter-amqp:4.1.0 '
4040
4141 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor
42- annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor:4.0.6 '
42+ annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor:4.1.0 '
4343
4444 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-actuator
45- compileOnly ' org.springframework.boot:spring-boot-starter-actuator:4.0.6 '
45+ compileOnly ' org.springframework.boot:spring-boot-starter-actuator:4.1.0 '
4646
4747 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-health (new in Spring Boot 4)
48- compileOnly ' org.springframework.boot:spring-boot-health:4.0.6 '
48+ compileOnly ' org.springframework.boot:spring-boot-health:4.1.0 '
4949
5050 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-autoconfigure
51- compileOnly ' org.springframework.boot:spring-boot-autoconfigure:4.0.6 '
51+ compileOnly ' org.springframework.boot:spring-boot-autoconfigure:4.1.0 '
5252
5353 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-validation
54- compileOnly ' org.springframework.boot:spring-boot-starter-validation:4.0.6 '
54+ compileOnly ' org.springframework.boot:spring-boot-starter-validation:4.1.0 '
5555
5656 // Jackson 2.x - required for Retrofit converter-jackson (Retrofit doesn't support Jackson 3 yet)
5757 compileOnly ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.0'
@@ -60,7 +60,7 @@ dependencies {
6060 compileOnly ' tools.jackson.core:jackson-databind:3.1.4'
6161
6262 // Spring Boot Jackson - provides JsonMapperBuilderCustomizer
63- compileOnly ' org.springframework.boot:spring-boot-jackson:4.0.6 '
63+ compileOnly ' org.springframework.boot:spring-boot-jackson:4.1.0 '
6464
6565 // https://mvnrepository.com/artifact/jakarta.validation/jakarta.validation-api
6666 compileOnly ' jakarta.validation:jakarta.validation-api:3.1.1'
@@ -78,19 +78,19 @@ dependencies {
7878 compileOnly ' de.siegmar:logback-gelf:6.1.2'
7979
8080 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
81- testImplementation ' org.springframework.boot:spring-boot-starter-web:4.0.6 '
81+ testImplementation ' org.springframework.boot:spring-boot-starter-web:4.1.0 '
8282
8383 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test
84- testImplementation ' org.springframework.boot:spring-boot-starter-test:4.0.6 '
84+ testImplementation ' org.springframework.boot:spring-boot-starter-test:4.1.0 '
8585
8686 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-webmvc-test (new in Spring Boot 4 for MockMvc testing)
87- testImplementation ' org.springframework.boot:spring-boot-webmvc-test:4.0.6 '
87+ testImplementation ' org.springframework.boot:spring-boot-webmvc-test:4.1.0 '
8888
8989 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security
90- testImplementation ' org.springframework.boot:spring-boot-starter-security:4.0.6 '
90+ testImplementation ' org.springframework.boot:spring-boot-starter-security:4.1.0 '
9191
9292 // https://mvnrepository.com/artifact/org.springframework.amqp/spring-amqp
93- testImplementation ' org.springframework.boot:spring-boot-starter-amqp:4.0.6 '
93+ testImplementation ' org.springframework.boot:spring-boot-starter-amqp:4.1.0 '
9494
9595 // https://mvnrepository.com/artifact/org.json/json
9696 testImplementation ' org.json:json:20260522'
0 commit comments