версия изменена у спринг фрейворка

This commit is contained in:
ekallin 2024-04-14 19:37:13 +03:00
parent 94c977fc81
commit c627adae2c

View File

@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.3'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
}
@ -25,4 +25,4 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}
}