diff --git a/build.gradle b/build.gradle index 03c56f755..5e3106867 100644 --- a/build.gradle +++ b/build.gradle @@ -11,6 +11,9 @@ version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' targetCompatibility = '11' +ext['mockito.version'] = '5.18.0' +ext['byte-buddy.version'] = '1.17.6' + spotless { java { target project.fileTree(project.rootDir) { @@ -79,7 +82,7 @@ dependencies { testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:2.2.2' - testImplementation 'org.mockito:mockito-inline:4.0.0' + testImplementation 'org.mockito:mockito-core' // Selenium E2E testing testImplementation 'org.seleniumhq.selenium:selenium-java:4.15.0'