Skip to content

Commit

Permalink
rpki commons 1.35 and compile with JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Oct 9, 2023
1 parent 58933c5 commit 7c8a403
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 8, 11, 17 ]
java: [ 11, 17 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Changelog
* Add feature to revoke objects that TA0 knows off, but are not requested
(e.g. leftover files on manifest).
* Publish docker image `ghcr.io/ripe-ncc/rpki-ta-0`
* Use rpki-commons 1.35
* Compile with JDK 11

### 0.3.5:
* Removed explicit license from all files.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version = ENV['RELEASE_VERSION'] ?: gitRef()
description = 'RIPE NCC Trust Anchor'

dependencies {
implementation 'net.ripe.rpki:rpki-commons:1.30'
implementation 'net.ripe.rpki:rpki-commons:1.35'
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'org.slf4j:slf4j-api:2.0.7'
runtimeOnly 'org.slf4j:slf4j-simple:2.0.7'
Expand Down

0 comments on commit 7c8a403

Please sign in to comment.