Skip to content

Commit

Permalink
Adjust build, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Feb 19, 2024
1 parent 7aa38a7 commit 7e9768c
Show file tree
Hide file tree
Showing 3 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 @@ -51,6 +51,7 @@ See documentation contained in each folder to get started. Or skip right to the
[European Union Public Licence v1.2](https://eupl.eu/).

# History
- 4.1.5: Add event listener to JWKs rate limiter, remove unused property.
- 4.1.4: Improve client builder empty string checks
- 4.1.2: Improve logging of JWK events, bump dependencies.
- 4.1.1: Improve GRPC exception handling configuration.
Expand Down
2 changes: 1 addition & 1 deletion examples/jwt-client-spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>jwt-client-spring-boot-example</artifactId>
<name>jwt-client-spring-boot-example</name>
<description>Demo project for Spring Boot</description>
<version>4.1.5-SNAPSHOT</version>
<version>4.1.6-SNAPSHOT</version>

<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/jwt-resource-server-spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>jwt-resource-server-spring-boot-example</artifactId>
<name>jwt-resource-server-spring-boot-example</name>
<description>Demo project for Spring Boot</description>
<version>4.1.5-SNAPSHOT</version>
<version>4.1.6-SNAPSHOT</version>

<properties>
<java.version>17</java.version>
Expand Down

0 comments on commit 7e9768c

Please sign in to comment.