From 58b6915be9b57beeeb36876b02b6d301a0f118cb Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Wed, 8 Dec 2021 23:27:16 +0500 Subject: Update spring boot frameworks --- build.gradle | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index de2cc91..bb19b4f --- a/build.gradle +++ b/build.gradle @@ -12,14 +12,12 @@ repositories { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter-data-mongodb:2.5.6' - implementation 'org.springframework.boot:spring-boot-starter-security:2.5.6' - implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:2.5.6' - implementation 'org.springframework.boot:spring-boot-starter-web:2.5.6' - implementation 'org.springframework.boot:spring-boot-starter-tomcat:2.5.6' - testImplementation('org.springframework.boot:spring-boot-starter-test:2.5.6') { - exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' - } + implementation 'org.springframework.boot:spring-boot-starter-data-mongodb:2.6.1' + implementation 'org.springframework.boot:spring-boot-starter-security:2.6.1' + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:2.6.1' + implementation 'org.springframework.boot:spring-boot-starter-web:2.6.1' + implementation 'org.springframework.boot:spring-boot-starter-tomcat:2.6.1' + testImplementation('org.springframework.boot:spring-boot-starter-test:2.6.1') testImplementation 'org.springframework.security:spring-security-test:5.5.2' } -- cgit v1.2.3