File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
archetype-parent-spring-boot Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Allow to customize the field implementation type for properties
18
18
- Honor default OpenAPI object type in file interpretation
19
19
- Allow independence between basePackage and artifactId in OpenAPI extension
20
- - Updated spring boot version to ` 2.7.5 `
20
+ - Updated spring boot version to ` 2.7.7 `
21
21
- Updated ` mapstruct ` version to ` 1.5.3.Final `
22
- - Updated ` springdoc ` version to ` 1.6.11 `
22
+ - Updated ` springdoc ` version to ` 1.6.14 `
23
23
- Updated ` swagger-parser ` version to ` 2.1.10 `
24
- - Updated ` maven-model ` version to ` 3.8.6 `
24
+ - Updated ` maven-model ` version to ` 3.8.7 `
25
25
- Separate persistence related classes from the archetype core to another module and add it as a dependency
26
26
### Removed
27
27
- Remove dependency on ` reflections ` library
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >2.7.5 </version >
9
+ <version >2.7.7 </version >
10
10
<relativePath />
11
11
</parent >
12
12
49
49
50
50
<apigen .version>${revision} </apigen .version>
51
51
<mapstruct .version>1.5.3.Final</mapstruct .version>
52
- <springdoc .version>1.6.11 </springdoc .version>
52
+ <springdoc .version>1.6.14 </springdoc .version>
53
53
<lombok-mapstruct-binding .version>0.2.0</lombok-mapstruct-binding .version>
54
54
55
55
<maven-source-plugin .version>3.2.1</maven-source-plugin .version>
Original file line number Diff line number Diff line change 36
36
</scm >
37
37
38
38
<properties >
39
- <archunit .version>1.0.0 </archunit .version>
39
+ <archunit .version>1.0.1 </archunit .version>
40
40
</properties >
41
41
42
42
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >2.7.5 </version >
9
+ <version >2.7.7 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
50
51
51
<javapoet .version>1.13.0</javapoet .version>
52
- <maven-model .version>3.8.6 </maven-model .version>
52
+ <maven-model .version>3.8.7 </maven-model .version>
53
53
<commons-io .version>2.11.0</commons-io .version>
54
54
<swagger-parser .version>2.1.10</swagger-parser .version>
55
55
<beanutils .version>1.9.4</beanutils .version>
56
56
<mapstruct .version>1.5.3.Final</mapstruct .version>
57
- <jsonpatch .version>0.4.12 </jsonpatch .version>
58
- <springdoc .version>1.6.11 </springdoc .version>
57
+ <jsonpatch .version>0.4.13 </jsonpatch .version>
58
+ <springdoc .version>1.6.14 </springdoc .version>
59
59
60
60
<jacoco .maven.plugin.version>0.8.8</jacoco .maven.plugin.version>
61
61
<flatten .maven.plugin.version>1.2.7</flatten .maven.plugin.version>
You can’t perform that action at this time.
0 commit comments