Bump org.keycloak:keycloak-quarkus-server from 22.0.1 to 22.0.2 #56

Merged
dependabot[bot] merged 2 commits from dependabot/maven/org.keycloak-keycloak-quarkus-server-22.0.2 into main 2023-09-11 20:33:54 +02:00
2 changed files with 13 additions and 1 deletions
Showing only changes of commit 4f58426030 - Show all commits

View file

@ -49,7 +49,7 @@ jobs:
version: version:
- 21.0.2 - 21.0.2
- 21.1.2 - 21.1.2
- 22.0.0 - 22.0.2
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-java@v3 - uses: actions/setup-java@v3

12
pom.xml
View file

@ -199,6 +199,18 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- flatten fails because of groupId ${ee.maven.groupId} - skip -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<executions>
<execution>
<id>default</id>
<phase/>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>