Ready to release `v1.3.3`

This commit is contained in:
Mauro Mugnaini 2024-09-30 12:06:19 +02:00
parent 8547c62aac
commit 591015fbe4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-library"
## [v1.3.3-SNAPSHOT]
## [v1.3.3]
Added JSON parsed instance of the refresh token to `JWTToken` class, the getter and methods to checks its presence and expiration
## [v1.3.2]

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<dependencyManagement>
<dependencies>