Skip to content

Commit

Permalink
chore(deps): update to tkit-quarkus 2.39.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Jan 27, 2025
1 parent 5fd2a3a commit f701ee2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<onecx.quarkus.version>0.34.0</onecx.quarkus.version>

<!-- tkit -->
<tkit.quarkus.version>2.38.0</tkit.quarkus.version>
<tkit.quarkus.version>2.39.0</tkit.quarkus.version>
<tkit.liquibase-plugin.version>1.13.0</tkit.liquibase-plugin.version>
<tkit.tkit-docs-quarkus-plugin.version>0.13.0</tkit.tkit-docs-quarkus-plugin.version>

Expand Down Expand Up @@ -417,10 +417,6 @@
<quarkus.jacoco.excludes>${sonar.coverage.exclusions}</quarkus.jacoco.excludes>
<tkit.metrics-test.keys.quarkus.datasource>agroal_max_used_count,agroal_destroy_count_total,agroal_config_pool_min_size_total,agroal_config_pool_max_size_total</tkit.metrics-test.keys.quarkus.datasource>
<tkit.metrics-test.keys.quarkus.hibernate-orm>hibernate_transactions_total,hibernate_query_executions_total</tkit.metrics-test.keys.quarkus.hibernate-orm>
<tkit.metrics-test.keys.quarkus.http>http_server_requests_seconds_count,http_server_requests_seconds_max</tkit.metrics-test.keys.quarkus.http>

<!-- To enable this we need to remove tenant mock for the tests -->
<!-- <tkit.metrics-test.keys.quarkus.rest-client>http_client_requests_seconds_count,http_client_requests_seconds_max</tkit.metrics-test.keys.quarkus.rest-client> -->
</systemPropertyVariables>
<dependenciesToScan>
<dependency>org.tkit.quarkus.lib:tkit-quarkus-security-test</dependency>
Expand Down

0 comments on commit f701ee2

Please sign in to comment.