Bump org.keycloak:keycloak-quarkus-server from 22.0.1 to 22.0.2 #56
2 changed files with 14 additions and 2 deletions
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
@ -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
|
||||||
|
|
14
pom.xml
14
pom.xml
|
@ -69,7 +69,7 @@
|
||||||
<!-- ============================== Libaries ============================= -->
|
<!-- ============================== Libaries ============================= -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
||||||
<version.org.keycloak>22.0.1</version.org.keycloak>
|
<version.org.keycloak>22.0.2</version.org.keycloak>
|
||||||
<version.org.keycloak.test>${version.org.keycloak}</version.org.keycloak.test>
|
<version.org.keycloak.test>${version.org.keycloak}</version.org.keycloak.test>
|
||||||
<version.org.testcontainers>1.18.3</version.org.testcontainers>
|
<version.org.testcontainers>1.18.3</version.org.testcontainers>
|
||||||
|
|
||||||
|
@ -200,6 +200,18 @@
|
||||||
</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>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue