Skip to content

Commit

Permalink
pom version updates (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp authored Dec 1, 2023
1 parent 908a289 commit d6ba90c
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 @@ -22,7 +22,7 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.java.package>io.phasetwo.wizard</main.java.package>
<keycloak.version>22.0.4</keycloak.version>
<keycloak.version>23.0.1</keycloak.version>
<guava.version>32.0.0-jre</guava.version>
<lombok.version>1.18.30</lombok.version>
<auto-service.version>1.1.1</auto-service.version>
Expand Down Expand Up @@ -62,7 +62,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 @@ -75,7 +75,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.0</version>
<version>1.15.0</version>
<executions>
<execution>
<id>setup-node-and-npm</id>
Expand Down Expand Up @@ -113,7 +113,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down

0 comments on commit d6ba90c

Please sign in to comment.