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

Commit

Permalink
Merge pull request #52 from CJSCommonPlatform/update-everit-json-sche…
Browse files Browse the repository at this point in the history
…ma-version

Update org.everit.json.schem to version 1.6.0
  • Loading branch information
mapingo committed Feb 17, 2020
2 parents 9f8d930 + 7ec666a commit 42e1d87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [1.24.4] - 2020-02-17
### Changed
- Updated common-bom to version 2.5.0
- Use 1.6.0 of the org.everit.json.schema dependency

## [1.24.3] - 2019-07-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</modules>

<properties>
<common-bom.version>2.4.0</common-bom.version>
<common-bom.version>2.5.0</common-bom.version>
<cpp.repo.name>test-utils</cpp.repo.name>
<diff.utils.version>1.3.0</diff.utils.version>
<slf4j.version>1.7.10</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion test-utils-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<artifactId>diffutils</artifactId>
</dependency>
<dependency>
<groupId>org.everit.json</groupId>
<groupId>com.github.everit-org.json-schema</groupId>
<artifactId>org.everit.json.schema</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 42e1d87

Please sign in to comment.