Skip to content

Commit

Permalink
Bump org.keycloak:keycloak-quarkus-server from 22.0.1 to 22.0.2 (#56)
Browse files Browse the repository at this point in the history
* Bump org.keycloak:keycloak-quarkus-server from 22.0.1 to 22.0.2

Bumps org.keycloak:keycloak-quarkus-server from 22.0.1 to 22.0.2.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-quarkus-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add 22.0.2 to ci

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <[email protected]>
  • Loading branch information
dependabot[bot] and sschnabe authored Sep 11, 2023
1 parent 355ca8c commit 79fada6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
version:
- 21.0.2
- 21.1.2
- 22.0.0
- 22.0.2
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- ============================== 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.testcontainers>1.18.3</version.org.testcontainers>

Expand Down Expand Up @@ -199,6 +199,18 @@
</execution>
</executions>
</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>
</build>
Expand Down

0 comments on commit 79fada6

Please sign in to comment.