diff options
| -rw-r--r--[-rwxr-xr-x] | build.gradle | 14 | 
1 files changed, 6 insertions, 8 deletions
| diff --git a/build.gradle b/build.gradle index de2cc91..bb19b4f 100755..100644 --- 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'  } |