File tree 5 files changed +7
-11
lines changed
fj-doc-maven-plugin/src/main/resources/config/flavour
5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Changed
11
11
12
12
- fj-core version set to 8.6.7 < https://github.com/fugerit-org/fj-doc/issues/382 >
13
- - quarkus-version set to 3.21.1 across all the modules < https://github.com/fugerit-org/fj-doc/pull/344 >
13
+ - quarkus-version set to 3.21.2 across all the modules < https://github.com/fugerit-org/fj-doc/pull/384 >
14
14
15
15
## [ 8.12.7] - 2025-03-26
16
16
Original file line number Diff line number Diff line change 1
1
# default flavour versions
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
2
+ quarkus-3 =3.21.2
3
+ quarkus-3-gradle =3.21.2
4
+ quarkus-3-gradle-kts =3.21.2
5
+ quarkus-3-properties =3.21.2
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 21
21
<compiler-plugin .version>3.14.0</compiler-plugin .version>
22
22
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23
23
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
24
- <junit-jupiter-version >5.11.3</junit-jupiter-version >
25
24
</properties >
26
25
<dependencyManagement >
27
26
<dependencies >
Original file line number Diff line number Diff line change 55
55
<dependency >
56
56
<groupId >org.junit.jupiter</groupId >
57
57
<artifactId >junit-jupiter-params</artifactId >
58
- <version >${junit-jupiter-api- version} </version >
58
+ <version >${junit-jupiter-version} </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
Original file line number Diff line number Diff line change 35
35
<jajarta-jaxb-impl-version >4.0.5</jajarta-jaxb-impl-version >
36
36
<poi5-version >${poi-version} </poi5-version >
37
37
<kotlin .version>2.1.20</kotlin .version>
38
- <junit-jupiter-api-version >5.12.1</junit-jupiter-api-version >
39
- <quarkus-version >3.21.1</quarkus-version >
40
- <quarkus3-junit-jupiter-compatibility-version >5.11.3</quarkus3-junit-jupiter-compatibility-version >
41
- <junit-jupiter-version >${quarkus3-junit-jupiter-compatibility-version} </junit-jupiter-version >
38
+ <quarkus-version >3.21.2</quarkus-version >
42
39
</properties >
43
40
44
41
<licenses >
You can’t perform that action at this time.
0 commit comments