Skip to content

Commit

Permalink
fix: upgrade jakarta.persistence:jakarta.persistence-api from 3.1.0 t…
Browse files Browse the repository at this point in the history
…o 3.2.0 (#174)

Snyk has created this PR to upgrade jakarta.persistence:jakarta.persistence-api from 3.1.0 to 3.2.0.

See this package in maven:
jakarta.persistence:jakarta.persistence-api

See this project in Snyk:
https://app.snyk.io/org/wistefan/project/2ba265d4-3327-4f98-8cd6-25a952f95260?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
wistefan and snyk-bot committed Aug 2, 2024
1 parent fb9036e commit 87663c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoint-configuration-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>jakarta.transaction</groupId>
Expand Down

0 comments on commit 87663c6

Please sign in to comment.