fix: Typo in the version property (#12884)

This commit is contained in:
Eugene Kovko 2022-10-18 23:36:35 +02:00 committed by GitHub
parent cab7dee718
commit 06ee77d7df
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>${datefaker.version}</version>
<version>${datafaker.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@ -26,7 +26,7 @@
</dependencies>
<properties>
<datefaker.version>1.6.0</datefaker.version>
<datafaker.version>1.6.0</datafaker.version>
<jackson.version>2.13.4</jackson.version>
</properties>