Skip to content

Commit

Permalink
feat: update to 21.0.2 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasztur authored Apr 14, 2023
1 parent 0f2a836 commit 6aa145c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
*.iml
*.idea
.DS_Store
.vscode/
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<groupId>com.danielfrak.code.keycloak.providers</groupId>
<artifactId>keycloak-rest-provider</artifactId>
<version>1.0-SNAPSHOT</version>
<version>21.0.2</version>
<properties>
<java.version>11</java.version>
<keycloak.version>20.0.0</keycloak.version>
<keycloak.version>21.0.2</keycloak.version>
<mockito.version>4.6.1</mockito.version>

<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 6aa145c

Please sign in to comment.