Skip to content

Commit

Permalink
📦 dependency: upgrade dependencies #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Aug 17, 2024
1 parent df036d7 commit db82783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ dependencies {
// It provides a comprehensive set of libraries and tools for testing Spring Boot applications, including JUnit, Spring Test, Mockito, and other testing frameworks.
// This starter facilitates writing and running tests for Spring Boot applications, ensuring their reliability and correctness.
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// Mockito JUnit Jupiter version 3.12.4: This library integrates Mockito with JUnit 5,
// enabling developers to write unit tests using Mockito's powerful mocking features.
// It's designed to work specifically with the JUnit 5 platform, allowing for advanced testing capabilities.
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4'
// The 'org.springframework.security:spring-security-test' dependency is declared with 'testImplementation' scope,
// indicating that it is necessary for compiling and running tests, but should not be included in production builds.
// It provides utilities and tools for testing Spring Security configurations and features.
Expand Down

0 comments on commit db82783

Please sign in to comment.