Skip to content

Commit

Permalink
version 23 bump (#113)
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 ad9bc25 commit afaf212
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.java.package>io.phasetwo.portal</main.java.package>
<keycloak.version>22.0.5</keycloak.version>
<keycloak.version>23.0.1</keycloak.version>
<guava.version>32.0.0-jre</guava.version>
<commons-lang3.version>3.11</commons-lang3.version>
<lombok.version>1.18.30</lombok.version>
Expand Down Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
Expand All @@ -84,7 +84,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.0</version>
<version>1.14.2</version>
<executions>
<execution>
<id>setup-node-and-yarn</id>
Expand Down Expand Up @@ -119,7 +119,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-resources-index</id>
Expand Down

0 comments on commit afaf212

Please sign in to comment.