Skip to content

Commit

Permalink
EPMRPP-93641 expose common dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Nov 7, 2024
1 parent 02e40d5 commit a65171d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.6'
id 'java'
id 'java-library'
id 'org.owasp.dependencycheck' version '10.0.4'
id 'org.owasp.dependencycheck' version '11.1.0'
id "org.jooq.jooq-codegen-gradle" version "${jooqVersion}"
}

Expand All @@ -13,7 +13,7 @@ apply from: "$scriptsUrl/release-commons.gradle"
apply from: "$scriptsUrl/signing.gradle"
apply from: "$scriptsUrl/copy-database-scripts.gradle"
//apply from: "$scriptsUrl/build-quality.gradle"
//apply from: "$scriptsUrl/jacoco.gradle" // fix scripts firstly
//apply from: "$scriptsUrl/jacoco.gradle" // TODO: fix scripts
apply from: 'jooq.gradle'


Expand All @@ -38,7 +38,7 @@ dependencies {
if (releaseMode) {
implementation 'com.epam.reportportal:commons'
} else {
implementation 'com.github.reportportal:commons:d4be022'
implementation 'com.github.reportportal:commons:e55b9e6'
}

// jooq dependencies
Expand All @@ -49,7 +49,7 @@ dependencies {
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.5'
implementation 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
implementation 'javax.servlet:javax.servlet-api:4.0.1' // get rid of unnecessary dep. and resolve conflicts with 'commons'
//implementation 'javax.servlet:javax.servlet-api:4.0.1' // get rid of unnecessary dep. and resolve conflicts with 'commons'

implementation 'org.springframework.security:spring-security-core'
implementation 'org.springframework:spring-webmvc'
Expand All @@ -64,7 +64,7 @@ dependencies {
implementation 'io.minio:minio:8.5.12'

implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
api 'org.hibernate.validator:hibernate-validator:6.2.5.Final'
api 'org.hibernate.validator:hibernate-validator:8.0.1.Final'

implementation 'org.apache.commons:commons-collections4:4.4'
api 'commons-fileupload:commons-fileupload:1.5' // get rid of unnecessary dep. use spring multipart instead
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=5.11.7
springBootVersion=3.3.4
springBootVersion=3.3.5
lombokVersion=1.18.34
jooqVersion=3.19.13
jdbcDriverVersion=42.7.3
Expand Down

0 comments on commit a65171d

Please sign in to comment.