Skip to content

Commit 03ee011

Browse files
chore: increase jackson-core version to 2.21.1 & fix versions of workflows (#185)
Co-authored-by: daryapyskwork <darya_pysk@epam.com>
1 parent 5962d16 commit 03ee011

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ concurrency:
1010

1111
jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ concurrency:
1010

1111
jobs:
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

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)