Upgrade to Mockito 4.2.0
This commit is contained in:
@@ -24,7 +24,7 @@ dependencies {
|
||||
api("org.javamoney:moneta:1.1")
|
||||
api("org.jruby:jruby-complete:9.1.13.0")
|
||||
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
|
||||
api("org.mockito:mockito-core:1.10.19")
|
||||
api("org.mockito:mockito-core:4.2.0")
|
||||
api("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
|
||||
}
|
||||
api(enforcedPlatform("org.springframework:spring-framework-bom:$springVersion"))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2014-2019 the original author or authors.
|
||||
* Copyright 2014-2022 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -35,7 +35,7 @@ import org.springframework.restdocs.snippet.WriterResolver;
|
||||
import org.springframework.restdocs.templates.TemplateEngine;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.mockito.Matchers.eq;
|
||||
import static org.mockito.ArgumentMatchers.eq;
|
||||
import static org.mockito.Mockito.mock;
|
||||
import static org.mockito.Mockito.verify;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user