Skip to content

Commit

Permalink
upgrade libs, fix usage of versions-maven-plugin on props version upg…
Browse files Browse the repository at this point in the history
…rade
  • Loading branch information
jonathanlermitage committed Apr 2, 2023
1 parent cc69e71 commit 83604dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -55,7 +55,7 @@
<json-unit.version>2.37.0</json-unit.version> <!-- https://github.com/lukas-krecan/JsonUnit#release-notes -->
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<mapstruct.version>1.5.3.Final</mapstruct.version> <!-- https://github.com/mapstruct/mapstruct/releases -->
<springdoc.version>2.0.4</springdoc.version> <!-- https://springdoc.org/v2/ -->
<springdoc.version>2.1.0</springdoc.version> <!-- https://springdoc.org/v2/ -->

<apt-maven-plugin.version>1.1.3</apt-maven-plugin.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
Expand Down Expand Up @@ -575,7 +575,7 @@
<allowSnapshots>false</allowSnapshots>
<rulesUri>file:///${basedir}/.mvn/versions-maven-plugin-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
<!--includeParent>false</includeParent TODO set includeParent=false once versions-maven-plugin:2.13.0 is released -->
<includeParent>false</includeParent>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 83604dd

Please sign in to comment.