Skip to content

Commit

Permalink
chore(quarkus): bump quarkus version to 3.14
Browse files Browse the repository at this point in the history
Related to #4163
  • Loading branch information
joaquinfelici committed Aug 26, 2024
1 parent abf8f55 commit e342c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</description>

<properties>
<version.quarkus>3.8.5</version.quarkus>
<version.quarkus>3.14.0.CR1</version.quarkus>
<version.spring.framework>5.3.36</version.spring.framework>
<version.spring.framework6>6.1.8</version.spring.framework6>
<version.spring-boot>3.3.1</version.spring-boot>
Expand Down
3 changes: 3 additions & 0 deletions quarkus-extension/engine/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
<version>${version.quarkus}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit e342c79

Please sign in to comment.