Skip to content

quarkus-version set to 3.21.4 across all the modules #393 #394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- quarkus-version set to 3.21.4 across all the modules <https://github.com/fugerit-org/fj-doc/pull/393>

## [8.13.0] - 2025-04-24

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# default flavour versions
quarkus-3=3.21.3
quarkus-3-gradle=3.21.3
quarkus-3-gradle-kts=3.21.3
quarkus-3-properties=3.21.3
quarkus-3=3.21.4
quarkus-3-gradle=3.21.4
quarkus-3-gradle-kts=3.21.4
quarkus-3-properties=3.21.4
quarkus-2=2.16.12.Final
micronaut-4=4.7.6
springboot-3=3.4.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DocProjectInit = ({setHelpContent}) => {
setHelpContent('doc-project-init');
}, [])

const availableVersions = [ '8.12.8', '8.12.0', '8.11.9', '8.10.9', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ];
const availableVersions = [ '8.13.0', '8.12.8', '8.12.0', '8.11.9', '8.10.9', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ];

const [extensionList, setExtensionList] = useState([]); // State to store the list of extensions
const [selectedExtensions, setSelectedExtensions] = useState([]); // State to store selected extensions
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<jajarta-jaxb-impl-version>4.0.5</jajarta-jaxb-impl-version>
<poi5-version>${poi-version}</poi5-version>
<kotlin.version>2.1.20</kotlin.version>
<quarkus-version>3.21.3</quarkus-version>
<quarkus-version>3.21.4</quarkus-version>
</properties>

<licenses>
Expand Down
Loading