Skip to content

Commit

Permalink
version 23 bump (#44)
Browse files Browse the repository at this point in the history
* version 23 bump

* bump pom versions
  • Loading branch information
xgp authored Dec 1, 2023
1 parent b687ecc commit 20e3acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.java.package>io.phasetwo.keycloak.events</main.java.package>
<junit.version>4.13.2</junit.version>
<keycloak.version>22.0.5</keycloak.version>
<keycloak.version>23.0.1</keycloak.version>
<lombok.version>1.18.30</lombok.version>
<auto-service.version>1.1.1</auto-service.version>
<ossrh.url>https://s01.oss.sonatype.org</ossrh.url>
Expand Down Expand Up @@ -239,7 +239,7 @@
<dependency> <!-- so we can test webhooks for org methods -->
<groupId>io.phasetwo.keycloak</groupId>
<artifactId>keycloak-orgs</artifactId>
<version>[0.37,)</version>
<version>[0.45,)</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 20e3acf

Please sign in to comment.