Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fit-connect/sdk-java
1 result
Show changes
Commits on Source (4)
......@@ -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 -->
......