Skip to content

[Snyk] Upgrade org.springframework:spring from 2.0.6 to 2.5.6.SEC03 #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: ddb
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade org.springframework:spring from 2.0.6 to 2.5.6.SEC03
Snyk has created this PR to upgrade org.springframework:spring from 2.0.6 to 2.5.6.SEC03.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.springframework/spring/

See this project in Snyk:
https://app.snyk.io/org/datical/project/c5ee3d68-cf97-48d0-8b3c-1cfefe0437c1?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 14, 2022
commit a91a4918b66200892da455e93addc304d3825b47
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0.6</version>
<version>2.5.6.SEC03</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -374,7 +374,7 @@
<version>1.4</version>
<configuration>
<providerSelection>2.0</providerSelection>
<source />
<source/>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -472,7 +472,7 @@
<url>https://artifactory.datical.net/artifactory/libs-release</url>
</repository>
<repository>
<snapshots />
<snapshots/>
<id>snapshots</id>
<name>libs-snapshot</name>
<url>https://artifactory.datical.net/artifactory/libs-snapshot</url>
Expand Down