``` testImplementation("org.springframework.bo...
# gradle
x
Copy code
testImplementation("org.springframework.boot:spring-boot-starter-test")
    testImplementation("org.springframework.security:spring-security-test")

    testImplementation("com.google.code.gson:gson")
    testImplementation("junit:junit")
    testImplementation("org.hamcrest:hamcrest-library")
    testImplementation("com.jcabi:jcabi-matchers")
    testImplementation("nl.jqno.equalsverifier:equalsverifier")