Skip to content

Commit 8c57b26

Browse files
Update dependencies
1 parent df5a4b7 commit 8c57b26

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Allow to customize the field implementation type for properties
1818
- Honor default OpenAPI object type in file interpretation
1919
- 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`
2121
- Updated `mapstruct` version to `1.5.3.Final`
22-
- Updated `springdoc` version to `1.6.11`
22+
- Updated `springdoc` version to `1.6.14`
2323
- 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`
2525
- Separate persistence related classes from the archetype core to another module and add it as a dependency
2626
### Removed
2727
- Remove dependency on `reflections` library

archetype-parent-spring-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.7.5</version>
9+
<version>2.7.7</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -49,7 +49,7 @@
4949

5050
<apigen.version>${revision}</apigen.version>
5151
<mapstruct.version>1.5.3.Final</mapstruct.version>
52-
<springdoc.version>1.6.11</springdoc.version>
52+
<springdoc.version>1.6.14</springdoc.version>
5353
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
5454

5555
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>

generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</scm>
3737

3838
<properties>
39-
<archunit.version>1.0.0</archunit.version>
39+
<archunit.version>1.0.1</archunit.version>
4040
</properties>
4141

4242
<dependencies>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.7.5</version>
9+
<version>2.7.7</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -49,13 +49,13 @@
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050

5151
<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>
5353
<commons-io.version>2.11.0</commons-io.version>
5454
<swagger-parser.version>2.1.10</swagger-parser.version>
5555
<beanutils.version>1.9.4</beanutils.version>
5656
<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>
5959

6060
<jacoco.maven.plugin.version>0.8.8</jacoco.maven.plugin.version>
6161
<flatten.maven.plugin.version>1.2.7</flatten.maven.plugin.version>

0 commit comments

Comments
 (0)