Skip to content

Commit

Permalink
fix: upgrade joda-time:joda-time from 2.12.5 to 2.12.7
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade joda-time:joda-time from 2.12.5 to 2.12.7.

See this package in Maven Repository:
https://mvnrepository.com/artifact/joda-time/joda-time/

See this project in Snyk:
https://app.snyk.io/org/mubaldino-7pc/project/33a6d307-7bf1-4fed-bedf-c3e60007db54?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 12, 2024
1 parent e46d9ea commit bd94320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.5</version>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand Down Expand Up @@ -415,7 +415,7 @@
<goals>
<goal>copy-dependencies</goal>
</goals>
<phase></phase> <!-- Only execute from the command line. -->
<phase/> <!-- Only execute from the command line. -->
<configuration>
<outputDirectory>lib</outputDirectory>
<includeScope>runtime</includeScope>
Expand Down

0 comments on commit bd94320

Please sign in to comment.