diff --git a/build.gradle b/build.gradle index d4408d2dd..635fde0b0 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { id 'pmd' id 'jacoco' id 'io.spring.dependency-management' version '1.1.7' - id 'org.springframework.boot' version '3.5.6' + id 'org.springframework.boot' version '3.5.16' id 'org.owasp.dependencycheck' version '12.2.0' id 'com.github.ben-manes.versions' version '0.54.0' id 'org.sonarqube' version '6.3.1.5724' @@ -313,7 +313,7 @@ dependencies { implementation 'com.microsoft.azure:applicationinsights-core:3.7.8' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: versions.springBoot implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: versions.springBoot - implementation group: 'org.springframework.boot', name:'spring-boot-starter-aop', version: '3.5.14' + implementation group: 'org.springframework.boot', name:'spring-boot-starter-aop', version: '3.5.16' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json', version: versions.springBoot implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: versions.springBoot implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: versions.springBoot