Skip to content

Commit

Permalink
Mockito 5.14.1도 아직은 다른 스레드에서 모킹된 정적 메서드를 사용할 수 없었다.
Browse files Browse the repository at this point in the history
  • Loading branch information
fp024 committed Oct 7, 2024
1 parent d39563f commit 137d7e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions my-utils/my-test-util/fixed-date-example/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ projectEncoding=UTF-8
# [Spring Boot 3.x] #############################################################################
# https://github.com/spring-projects/spring-boot
# https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/versions
springBootVersion=3.2.5
springBootVersion=3.3.4


# https://docs.spring.io/dependency-management-plugin/docs/current/reference/html/
# https://central.sonatype.com/artifact/io.spring.gradle/dependency-management-plugin/versions
# Spring Boot 버전에 의존하지는 않는 것 같다. Boot2, Boot3 모두 사용가능
springDependencyManagementVersion=1.1.5
springDependencyManagementVersion=1.1.6

# https://plugins.gradle.org/plugin/io.freefair.lombok
lombokPluginVersion=8.6
lombokPluginVersion=8.10.2

# https://github.com/fp024/my-utils/tree/master/my-test-util
myTestUtilVersion=0.0.1-SNAPSHOT
mockitoVersion=5.12.0
mockitoVersion=5.14.1

0 comments on commit 137d7e9

Please sign in to comment.