Skip to content

Commit

Permalink
Merge pull request #148 from RIPE-NCC/feature/jing-version
Browse files Browse the repository at this point in the history
Use more modern version of jing
  • Loading branch information
ties authored Feb 27, 2024
2 parents 60cf1ca + 41aad9c commit 6dcf838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ next (snapshot) release, e.g. `1.1-SNAPSHOT` after releasing `1.0`.

## 2024-xx-yy 1.37
* **fix**: Do not encode redundant maxlength in ROAs
* Use a more modern version of the jing (RelaxNG) library
* Add support for router certificates to the time parsing in `SignedObjectUtil`.
* Add withValidityPeriod to manifest and CRL builders
* Add string representation for `RepositoryObjectType`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.thaiopensource</groupId>
<groupId>org.relaxng</groupId>
<artifactId>jing</artifactId>
<version>20091111</version>
<version>20220510</version>
<scope>test</scope>
<exclusions>
<!-- Avoid bringing in some very old dependencies that are now part of the Java Platform anyway -->
Expand Down

0 comments on commit 6dcf838

Please sign in to comment.