|
|
|
@ -87,6 +87,7 @@ limitations under the License.
|
|
|
|
|
<spotless.version>2.4.2</spotless.version>
|
|
|
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
|
|
|
<json-path.version>2.7.0</json-path.version>
|
|
|
|
|
<jackson.version>2.13.2</jackson.version>
|
|
|
|
|
<junit5.version>5.10.1</junit5.version>
|
|
|
|
|
<junit4.version>4.13.2</junit4.version>
|
|
|
|
|
<assertj.version>3.24.2</assertj.version>
|
|
|
|
@ -101,6 +102,14 @@ limitations under the License.
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson</groupId>
|
|
|
|
|
<artifactId>jackson-bom</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.junit</groupId>
|
|
|
|
|
<artifactId>junit-bom</artifactId>
|
|
|
|
|