File tree 3 files changed +10
-5
lines changed
fj-doc-maven-plugin/src/main/resources/config/flavour
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - quarkus-version set to 3.21.1 across all the modules < https://github.com/fugerit-org/fj-doc/pull/344 >
13
+
14
+
10
15
## [ 8.12.7] - 2025-03-26
11
16
12
17
### Changed
Original file line number Diff line number Diff line change 1
1
# default flavour versions
2
- quarkus-3 =3.21.0
3
- quarkus-3-gradle =3.21.0
4
- quarkus-3-gradle-kts =3.21.0
5
- quarkus-3-properties =3.21.0
2
+ quarkus-3 =3.21.1
3
+ quarkus-3-gradle =3.21.1
4
+ quarkus-3-gradle-kts =3.21.1
5
+ quarkus-3-properties =3.21.1
6
6
quarkus-2 =2.16.12.Final
7
7
micronaut-4 =4.7.6
8
8
springboot-3 =3.4.4
Original file line number Diff line number Diff line change 36
36
<poi5-version >${poi-version} </poi5-version >
37
37
<kotlin .version>2.1.20</kotlin .version>
38
38
<junit-jupiter-api-version >5.12.1</junit-jupiter-api-version >
39
- <quarkus-version >3.21.0 </quarkus-version >
39
+ <quarkus-version >3.21.1 </quarkus-version >
40
40
<quarkus3-junit-jupiter-compatibility-version >5.11.3</quarkus3-junit-jupiter-compatibility-version >
41
41
<junit-jupiter-version >${quarkus3-junit-jupiter-compatibility-version} </junit-jupiter-version >
42
42
</properties >
You can’t perform that action at this time.
0 commit comments