Skip to content

Commit

Permalink
EPMRPP-97122 || Make spring data api
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Nov 21, 2024
1 parent 4490048 commit 690a6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'org.apache.tika:tika-core'

//https://nvd.nist.gov/vuln/detail/CVE-2020-10683 (dom4j 2.1.3 version dependency) AND https://nvd.nist.gov/vuln/detail/CVE-2019-14900
implementation('org.springframework.boot:spring-boot-starter-data-jpa') {
api('org.springframework.boot:spring-boot-starter-data-jpa') {
exclude group: 'org.hibernate', module: 'hibernate-core'
}
implementation 'org.springframework:spring-jdbc:5.3.33'
Expand Down

0 comments on commit 690a6a2

Please sign in to comment.