Skip to content

Commit

Permalink
Merge branch 'vulnerabilities' into development
Browse files Browse the repository at this point in the history
# Conflicts:
#	pom.xml
  • Loading branch information
ake2l committed Oct 10, 2023
2 parents 524f900 + 43a8e32 commit 4b09dc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,12 @@
<version>1.21</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
Expand Down Expand Up @@ -801,6 +807,7 @@
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>

</plugins>
</build>
<distributionManagement>
Expand Down
1 change: 1 addition & 0 deletions src/main/assembly/dist-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
<include>com.github.javafaker:*:jar</include>
<include>net.datafaker:*:jar</include>
<include>org.javassist:javassist:jar</include>
<include>commons-io:commons-io:jar</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down
1 change: 1 addition & 0 deletions src/main/assembly/jar-only.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<include>com.github.javafaker:*:jar</include>
<include>net.datafaker:*:jar</include>
<include>org.javassist:javassist:jar</include>
<include>commons-io:commons-io:jar</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 4b09dc6

Please sign in to comment.