Skip to content
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

[Snyk] Upgrade org.springframework.boot:spring-boot-starter-data-jpa from 2.4.0 to 2.7.7 #121

Open
wants to merge 1 commit into
base: master
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.boot:spring-boot-starter-data-jpa fr…
…om 2.4.0 to 2.7.7

Snyk has created this PR to upgrade org.springframework.boot:spring-boot-starter-data-jpa from 2.4.0 to 2.7.7.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa/

See this project in Snyk:
https://app.snyk.io/org/r0hi7/project/909e0984-f183-494e-9746-5a226629653a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 14, 2023
commit 58b7b607a674bbf60cb6460fb4734dc4dedd8c6f
2 changes: 1 addition & 1 deletion TrashEmailService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>2.4.0</version>
<version>2.7.7</version>

</dependency>

Expand Down