Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v1.31 {patch} (#143)
Browse files Browse the repository at this point in the history
* Update dependency org.yaml:snakeyaml to v1.31 {patch}

Signed-off-by: Renovate Bot <[email protected]>

* Pinning dependency checksums {patch}

Signed-off-by: Esta Nagy <[email protected]>

* Update build.gradle

Marking irrelevant CVE-2022-38752 as excluded from OSS index scans

Signed-off-by: Esta Nagy <[email protected]>

Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Esta Nagy <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Esta Nagy <[email protected]>
  • Loading branch information
renovate[bot] and nagyesta authored Sep 8, 2022
1 parent 3819c8b commit 0a0aeb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project.ext {
ossrhPass = project.hasProperty('ossrhPassword') ? (project.property('ossrhPassword') as String) : ''
ossIndexUser = project.hasProperty('ossIndexUsername') ? (project.property('ossIndexUsername') as String) : ''
ossIndexPass = project.hasProperty('ossIndexPassword') ? (project.property('ossIndexPassword') as String) : ''
ossIndexExclusions = ["CVE-2016-1000027", "CVE-2018-14335", "sonatype-2020-1324", "sonatype-2018-0863"]
ossIndexExclusions = ["CVE-2016-1000027", "CVE-2018-14335", "sonatype-2020-1324", "sonatype-2018-0863", "CVE-2022-38752"]
repoUrl = 'https://github.com/nagyesta/abort-mission'
licenseName = 'MIT License'
licenseUrl = 'https://raw.githubusercontent.com/nagyesta/abort-mission/main/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
spring = "5.3.22"
springBoot = "2.7.3"
snakeYaml = "1.30"
snakeYaml = "1.31"
thymeleaf = "3.0.15.RELEASE"
thymeleafExtrasTime = "3.0.4.RELEASE"
logback = "1.2.11"
Expand Down
10 changes: 5 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2078,12 +2078,12 @@
<sha256 value="63fac6ee766e7713e1e1fa458c1049e1d00862babe2623d21414222b139a80ec" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.yaml" name="snakeyaml" version="1.30">
<artifact name="snakeyaml-1.30.jar">
<sha256 value="f43a4e40a946b8cdfd0321bc1c9a839bc3f119c57e4ca84fb87c367f51c8b2b3" origin="Generated by Gradle"/>
<component group="org.yaml" name="snakeyaml" version="1.31">
<artifact name="snakeyaml-1.31.jar">
<sha256 value="64ff54977e93243b5431b9335bb6a90c05ec7c9f189298a36575c58de72e1c07" origin="Generated by Gradle"/>
</artifact>
<artifact name="snakeyaml-1.30.pom">
<sha256 value="d3e5fdff90ec58d37fd2b696230f3456f0d8f8e1d5e9ee911b19e6904ae0ebfe" origin="Generated by Gradle"/>
<artifact name="snakeyaml-1.31.pom">
<sha256 value="37f00089e1633b3e51c479f705a502bbc4c3d3696031c188ed11637c6e8f1b45" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="us.springett" name="cpe-parser" version="2.0.2">
Expand Down

0 comments on commit 0a0aeb7

Please sign in to comment.