Skip to content

Commit

Permalink
fix: upgrade org.mapstruct:mapstruct from 1.4.2.Final to 1.5.5.Final
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.mapstruct:mapstruct from 1.4.2.Final to 1.5.5.Final.

See this package in maven:
org.mapstruct:mapstruct

See this project in Snyk:
https://app.snyk.io/org/flon-chou/project/5a602bb6-b103-4c8d-a3fe-c538a6bb28e2?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 15, 2024
1 parent 98f047e commit b0348ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
<run.addResources>false</run.addResources>
<!-- These remain empty unless the corresponding profile is active -->
<profile.api-docs />
<profile.tls />
<profile.e2e />
<profile.api-docs/>
<profile.tls/>
<profile.e2e/>

<!-- Dependency versions -->
<jhipster-dependencies.version>7.7.0</jhipster-dependencies.version>
Expand All @@ -50,7 +50,7 @@
<spring-boot.version>2.6.3</spring-boot.version>
<blockhound-junit-platform.version>1.0.6.RELEASE</blockhound-junit-platform.version>
<archunit-junit5.version>0.22.0</archunit-junit5.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<!-- Plugin versions -->
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-site-plugin.version>3.11.0</maven-site-plugin.version>
Expand Down Expand Up @@ -638,7 +638,7 @@
<id>enforce-dependencyConvergence</id>
<configuration>
<rules>
<DependencyConvergence />
<DependencyConvergence/>
</rules>
<fail>false</fail>
</configuration>
Expand Down Expand Up @@ -874,11 +874,11 @@
</goals>
<configuration>
<target>
<condition property="skip.npm" value="true" else="false" >
<condition property="skip.npm" value="true" else="false">
<and>
<available file="checksums.csv" filepath="${project.build.directory}" />
<available file="checksums.csv.old" filepath="${project.build.directory}" />
<filesmatch file1="${project.build.directory}/checksums.csv" file2="${project.build.directory}/checksums.csv.old" />
<available file="checksums.csv" filepath="${project.build.directory}"/>
<available file="checksums.csv.old" filepath="${project.build.directory}"/>
<filesmatch file1="${project.build.directory}/checksums.csv" file2="${project.build.directory}/checksums.csv.old"/>
</and>
</condition>
</target>
Expand Down

0 comments on commit b0348ca

Please # to comment.