Skip to content

Commit

Permalink
!feat: switch to Quarkus 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Aug 24, 2023
1 parent d582bdc commit 0670445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Tkit-Quarkus provides two different version streams, one compatible with Quarkus
| Quarkus | Tkit-Quarkus |
|---------|--------------|
| 2.x | 0.x |
| 3.x | 1.x (main) |
| 3.2.x | 1.x |
| > 3.3.x | 2.x (main) |

Use the latest version of the corresponding stream, [the list of versions is available on Maven Central](https://search.maven.org/artifact/org.tkit.quarkus.lib/tkit-quarkus-bom).

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<properties>
<!-- Quarkus -->
<quarkus.version>3.0.2.Final</quarkus.version>
<quarkus.version>3.3.0</quarkus.version>
<quarkus.hibernate-orm.version>6.2.7.Final</quarkus.hibernate-orm.version>
<quarkiverse.mockserver.version>1.1.0</quarkiverse.mockserver.version>
<quarkus.jandex-plugin.version>3.1.2</quarkus.jandex-plugin.version>
Expand Down

0 comments on commit 0670445

Please sign in to comment.