Skip to content

Commit

Permalink
Fix for plugin dependencies
Browse files Browse the repository at this point in the history
Added suppressions for CVEs out of our control.

Updated dependencies beanmapper, beanmapper-spring, spring-boot.

- Modified tests to use the configuration-method that is automatically generated by the BeanMapper-record.
- Updated maven.yml
  • Loading branch information
marcus-talbot42 committed Sep 15, 2022
1 parent d79ff1d commit 3087b1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
<version>${maven.release.plugin.version}</version>
<dependencies>
<!-- Fixes release commit creation on systems which are not in English -->
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
Expand Down

0 comments on commit 3087b1d

Please sign in to comment.