Skip to content

Commit

Permalink
fix: core/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 1, 2023
1 parent 0f6f1f4 commit 64cbc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.272</version>
<version>1.12.578</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -1955,7 +1955,7 @@
</goals>
<configuration>
<target>
<echo message="${git.commit.id.abbrev}" file="${project.build.directory}/classes/META-INF/jahia-impl-marker.txt" />
<echo message="${git.commit.id.abbrev}" file="${project.build.directory}/classes/META-INF/jahia-impl-marker.txt"/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 64cbc81

Please sign in to comment.