Skip to content

Commit

Permalink
Update Quarkus to 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Nov 4, 2024
1 parent 476beb3 commit 7ee3601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
<formatter-plugin.version>2.24.1</formatter-plugin.version>
<assembly-plugin.version>3.7.1</assembly-plugin.version>

<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
<assertj.version>3.26.3</assertj.version>

<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>2.4.2.Final</quarkus.platform.version>
<quarkus.platform.version>3.16.1</quarkus.platform.version>

<artifactsDir>target</artifactsDir>

Expand Down Expand Up @@ -101,6 +103,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -140,7 +143,7 @@
<artifactId>impsort-maven-plugin</artifactId>
<version>${impsort-plugin.version}</version>
<configuration>
<groups>java.,javax.,org.,com.</groups>
<groups>java.,javax.,jakarta.,org.,com.</groups>
<removeUnused>true</removeUnused>
<staticAfter>true</staticAfter>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package io.debezium.oracle.tools.query.command;

import javax.enterprise.inject.Produces;
import jakarta.enterprise.inject.Produces;

import io.debezium.oracle.tools.query.service.ExecutionExceptionHandler;
import io.debezium.oracle.tools.query.service.VersionProviderWithConfigProvider;
Expand Down

0 comments on commit 7ee3601

Please sign in to comment.