Skip to content
Snippets Groups Projects
Commit 1e8ccf22 authored by Henry Borasch's avatar Henry Borasch
Browse files

Merge branch 'main' into feature/808-validate_root_certificates

parents 7943f1a4 4fddf5e9
No related branches found
No related tags found
1 merge request!117Feature/808 validate root certificates
......@@ -3,6 +3,10 @@
> $`\textcolor{#890000}{\text{THIS SDK IS IN DEVELOPMENT AND NOT READY FOR PRODUCTION USE YET!!!}}`$
<br/>
![](https://git.fitko.de/fit-connect/sdk-java/badges/main/pipeline.svg)
## About the FIT-Connect Java SDK
The Java SDK for FIT-Connect enables to build clients for senders and subscribers without directly interacting with any REST-Endpoints.
......@@ -29,7 +33,7 @@ This section lists major frameworks/libraries used in the SDK.
* Junit 5
FIT-Connect dependencies:
* [JWKValidator 1.4.0](https://git.fitko.de/fit-connect/jwk-validator)
* [JWKValidator 1.5.0](https://git.fitko.de/fit-connect/jwk-validator)
Further 3rd party dependencies:
......
......@@ -56,7 +56,7 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
<!-- FIT-Connect dependencies -->
<jwk-validator.version>1.4.0</jwk-validator.version>
<jwk-validator.version>1.5.0</jwk-validator.version>
<!-- 3rd party dependencies -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment