Browse Source

Merge pull request #7 from larsw/dependabot/maven/examples/quarkus/org.keycloak-keycloak-core-17.0.1

Bump keycloak-core from 16.1.0 to 17.0.1 in /examples/quarkus
custom-downloader
larsw GitHub 3 years ago
parent
commit
445db54add
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/quarkus/pom.xml

+ 1
- 1
examples/quarkus/pom.xml View File

@@ -9053,7 +9053,7 @@
<dependency> <dependency>
<groupId>org.keycloak</groupId> <groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId> <artifactId>keycloak-core</artifactId>
<version>16.1.0</version>
<version>17.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.liquibase.ext</groupId> <groupId>org.liquibase.ext</groupId>


Loading…
Cancel
Save