From 8a2633ca9332d1025ce9472539c6e160ddddc40d Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:59:05 +0000 Subject: [PATCH] Update build.gradle --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 54c0333e..f4a08195 100644 --- a/build.gradle +++ b/build.gradle @@ -64,17 +64,17 @@ launch4j { dependencies { implementation 'org.yaml:snakeyaml:2.1' - implementation 'org.springframework.boot:spring-boot-starter-web:3.1.2' - implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.1.2' + implementation 'org.springframework.boot:spring-boot-starter-web:3.1.6' + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.1.6' if (System.getenv('DOCKER_ENABLE_SECURITY') != 'false') { - implementation 'org.springframework.boot:spring-boot-starter-security:3.1.2' - implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.2.RELEASE' + implementation 'org.springframework.boot:spring-boot-starter-security:3.1.6' + implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.6.RELEASE' implementation "org.springframework.boot:spring-boot-starter-data-jpa" implementation "com.h2database:h2" } - testImplementation 'org.springframework.boot:spring-boot-starter-test:3.1.4' + testImplementation 'org.springframework.boot:spring-boot-starter-test:3.1.6'