Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - com.sparkjava:spark-core from 2.7.2 to 2.9.4.
    See this package in maven: https://mvnrepository.com/artifact/com.sparkjava/spark-core/
  - org.slf4j:slf4j-simple from 1.7.21 to 1.7.36.
    See this package in maven: https://mvnrepository.com/artifact/org.slf4j/slf4j-simple/

See this project in Snyk:
https://app.snyk.io/org/nexuscompute/project/7f64f146-ad31-4b9e-aab4-bad54d56c39d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 16, 2024
1 parent a1dcbc6 commit e04f94b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.7.2</version>
<version>2.9.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.21</version>
<version>1.7.36</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit e04f94b

Please sign in to comment.