Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
switch to com.github.erosb:everit-json-schema:1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Dec 6, 2022
1 parent 844c198 commit abe5c10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<artifactId>jackson-dataformat-cbor</artifactId>
</dependency>
<dependency>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema</artifactId>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<spring-security.version>5.7.5</spring-security.version>
<protobuf.version>3.21.9</protobuf.version>
<json-simple.version>1.1.1</json-simple.version>
<everit-json.version>1.5.1</everit-json.version>
<everit-json-schema.version>1.14.1</everit-json-schema.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-io.version>2.11.0</commons-io.version>
<log4j.version>2.19.0</log4j.version>
Expand Down Expand Up @@ -262,9 +262,9 @@
<version>${spring-retry.version}</version>
</dependency>
<dependency>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema</artifactId>
<version>${everit-json.version}</version>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
<version>${everit-json-schema.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit abe5c10

Please sign in to comment.