File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ concurrency:
1010
1111jobs :
1212 run_tests :
13- uses : epam/ai-dial-ci/.github/workflows/java_pr.yml@3.0.0
13+ uses : epam/ai-dial-ci/.github/workflows/java_pr.yml@3.1.3
1414 secrets : inherit
1515 with :
1616 platforms : " linux/amd64,linux/arm64"
17- java-version : 21
17+ java-version : 21
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ concurrency:
1010
1111jobs :
1212 release :
13- uses : epam/ai-dial-ci/.github/workflows/java_release.yml@2.7.0
14- secrets : inherit
13+ uses : epam/ai-dial-ci/.github/workflows/java_release.yml@3.1.3
14+ secrets : inherit
Original file line number Diff line number Diff line change @@ -164,6 +164,9 @@ dependencies {
164164 implementation (' org.springframework:spring-core:6.2.11' ) {
165165 because(" previous versions have vulnerabilities" )
166166 }
167+ implementation (' com.fasterxml.jackson.core:jackson-core:2.21.1' ) {
168+ because(" previous versions have vulnerabilities" )
169+ }
167170 checkstyle (' org.apache.commons:commons-lang3:3.18.0' ) {
168171 because(" previous versions have vulnerabilities" )
169172 }
You can’t perform that action at this time.
0 commit comments