Skip to content

Commit

Permalink
Merge pull request #128 from jokoframework/fix-snakeyml
Browse files Browse the repository at this point in the history
Actualiza dependencias snakeyaml
  • Loading branch information
alefq authored Sep 23, 2023
2 parents f7d7976 + 889bca6 commit fb9d3c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,5 @@
]]>
</notes>
<cve>CVE-2016-1000027</cve>
<!-- temporary 2022-12-07 - afeltes - https://nvd.nist.gov/vuln/detail/CVE-2022-1471 -->
<cve>CVE-2022-1471</cve>
</suppress>
</suppressions>
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.github.jokoframework</groupId>
<artifactId>joko-security</artifactId>

<version>1.2.15</version>
<version>1.2.16</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -35,6 +35,7 @@
<ext.prop.dir>src/main/resources</ext.prop.dir>
<junit.version>4.13.2</junit.version>
<javase.version>2.6.0</javase.version>
<snakeyaml.version>2.2</snakeyaml.version>
</properties>

<!--Dependencias -->
Expand Down Expand Up @@ -253,7 +254,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>${snakeyaml.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit fb9d3c9

Please sign in to comment.