@@ -6,7 +6,7 @@ plugins {
66 id ' maven-publish'
77 id ' de.undercouch.download' version ' 5.7.0'
88 id ' com.adarshr.test-logger' version ' 4.0.0'
9- id ' org.springframework.boot' version ' 4.1.0 '
9+ id ' org.springframework.boot' version ' 4.1.1 '
1010 id ' com.github.ben-manes.versions' version ' 0.59.0'
1111 id ' com.github.dawnwords.jacoco.badge' version ' 0.2.4'
1212}
@@ -73,13 +73,13 @@ dependencies {
7373 implementation ' org.modelmapper:modelmapper:3.2.6'
7474 implementation ' org.jooq:jool:0.9.15'
7575
76- implementation(' org.springframework.boot:spring-boot-starter-jetty:4.1.0 ' ) {
76+ implementation(' org.springframework.boot:spring-boot-starter-jetty:4.1.1 ' ) {
7777 exclude module : ' jetty-xml'
7878 }
79- implementation(' org.springframework.boot:spring-boot-starter-web:4.1.0 ' ) {
79+ implementation(' org.springframework.boot:spring-boot-starter-web:4.1.1 ' ) {
8080 exclude module : ' spring-boot-starter-tomcat'
8181 }
82- implementation ' org.springframework.boot:spring-boot-starter-thymeleaf:4.1.0 '
82+ implementation ' org.springframework.boot:spring-boot-starter-thymeleaf:4.1.1 '
8383 implementation ' nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:4.0.1'
8484 implementation ' org.apache.commons:commons-lang3:3.20.0'
8585
@@ -91,8 +91,8 @@ dependencies {
9191 }
9292
9393 testImplementation ' org.mockito:mockito-core:5.23.0'
94- testImplementation ' org.springframework.boot:spring-boot-starter-test:4.1.0 '
95- testImplementation ' org.springframework.boot:spring-boot-webmvc-test:4.1.0 '
94+ testImplementation ' org.springframework.boot:spring-boot-starter-test:4.1.1 '
95+ testImplementation ' org.springframework.boot:spring-boot-webmvc-test:4.1.1 '
9696 testImplementation ' org.junit.jupiter:junit-jupiter-params:6.1.2'
9797 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.1.2'
9898}
0 commit comments