diff --git a/pom.xml b/pom.xml
index ba8f899..83c424d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,12 +15,12 @@
UTF-8
quarkus-bom
io.quarkus.platform
- 3.7.3
+ 3.7.4
true
3.2.5
3.2.0
- 3.7.3
- 2.1.0
+ 3.7.4
+ 2.3.1
2.15.1
2.2
5.10.0
@@ -37,11 +37,6 @@
-
- org.kohsuke
- github-api
- 1.319
-
io.quarkiverse.githubapp
quarkus-github-app
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 4be8398..b6a1fa5 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -8,6 +8,9 @@ quarkus.openshift.env.vars.QUARKUS_GITHUB_APP_APP_NAME=keycloak-github-bot
quarkus.openshift.env.vars.QUARKUS_OPTS=-Dquarkus.http.host=0.0.0.0 -Xmx150m
quarkus.openshift.env.secrets=keycloak-github-bot
+quarkus.openshift.idempotent=true
+
+
missingInfo.cron=0 4 * * * ?
missingInfo.expiration.unit=DAYS
missingInfo.expiration.value=14