Skip to content

Commit

Permalink
lombok fix for newer jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Oct 10, 2023
1 parent 1030403 commit 36473b1
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,8 +30,8 @@
<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.2</keycloak.version>
<lombok.version>1.18.28</lombok.version>
<keycloak.version>22.0.4</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>
<maven.test.skip>true</maven.test.skip>
Expand Down

0 comments on commit 36473b1

Please sign in to comment.