Skip to content

Commit

Permalink
bump version to reflect keycloak 22 update
Browse files Browse the repository at this point in the history
  • Loading branch information
grafjo committed Aug 2, 2023
1 parent 44f7ab9 commit d02d86f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
##### A Keycloak SPI plugin that publishes events to a RabbitMq server.

| Plugin | min Keycloak ver |
| -- | ---- |
| 1.x | 10.x |
| 2.x | 13.x |
| 3.x | 16.x |
|--------|------------------|
| 1.x | 10.x |
| 2.x | 13.x |
| 3.x | 16.x |
| 4.x | 22.x |

For example here is the notification of the user updated by administrator

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.aznamier.keycloak.event.provider</groupId>
<artifactId>keycloak-to-rabbit</artifactId>
<packaging>jar</packaging>
<version>3.0.2</version>
<version>4.0.0</version>



Expand Down

0 comments on commit d02d86f

Please sign in to comment.