Skip to content

Commit

Permalink
Merge branch 'main' into root_2_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored Aug 20, 2024
2 parents ab3dc15 + b44418e commit 9a354ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.11.1</quarkus.version>
<version.org.assertj>3.25.3</version.org.assertj>
<quarkus.version>3.11.2</quarkus.version>
<version.org.assertj>3.26.0</version.org.assertj>
<version.org.slf4j>2.0.13</version.org.slf4j>
<version.asyncapi.core>1.0.0-RC2</version.asyncapi.core>
<version.org.mockito>5.12.0</version.org.mockito>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>3.1.8</version>
<version>3.2.0</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit 9a354ed

Please sign in to comment.