Skip to content

Commit

Permalink
26.1.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Feb 5, 2025
1 parent 840446f commit f942d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.magic</main.java.package>
<junit.version>4.13.2</junit.version>
<keycloak.version>26.0.0</keycloak.version>
<lombok.version>1.18.34</lombok.version>
<keycloak.version>26.1.1</keycloak.version>
<lombok.version>1.18.36</lombok.version>
<auto-service.version>1.1.1</auto-service.version>
<ossrh.url>https://s01.oss.sonatype.org</ossrh.url>
</properties>
Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin> <!-- pretty up the code using google java standards `mvn fmt:format` -->
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.23</version>
<version>2.25</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit f942d45

Please sign in to comment.