Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
phiz71 committed Dec 30, 2024
2 parents f3f5cfb + 4087658 commit 217b37f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@

* requires APIM 4.6+

# [5.2.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/5.1.0...5.2.0) (2024-11-07)

### Features

* support custom token type header ([47e1918](https://github.com/gravitee-io/gravitee-policy-jwt/commit/47e19180b7cf95ca01172e0a844171c2a6ae141a))

# [5.1.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/5.0.0...5.1.0) (2024-10-25)


Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
<parent>
<groupId>io.gravitee</groupId>
<artifactId>gravitee-parent</artifactId>
<version>22.2.1</version>
<version>22.2.4</version>
</parent>

<properties>
<gravitee-apim.version>4.6.0-SNAPSHOT</gravitee-apim.version>

<sshj.version>0.35.0</sshj.version>
<maven-plugin-assembly.version>3.6.0</maven-plugin-assembly.version>
<maven-plugin-properties.version>1.1.0</maven-plugin-properties.version>
<sshj.version>0.39.0</sshj.version>
<maven-plugin-assembly.version>3.7.1</maven-plugin-assembly.version>
<maven-plugin-properties.version>1.2.1</maven-plugin-properties.version>

<!-- Property used by the publication job in CI-->
<publish-folder-path>graviteeio-apim/plugins/policies</publish-folder-path>
Expand Down

0 comments on commit 217b37f

Please sign in to comment.