Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
16fc8ee
[artifactory-release] Next development version [skipRun]
May 15, 2025
6069030
Fix jackson version security vulnerability (#407)
bhanurp Jul 24, 2025
7c4833c
Fix jackson version security vulnerability (#407)
bhanurp Jul 24, 2025
19e148e
Multiple security fixes
bhanurp Jul 25, 2025
bce211d
Revert the version which is not available for java8
bhanurp Jul 25, 2025
443bbd9
"adding script to ensure artifactory running"
nitinp19 Jul 28, 2025
68e1a02
"fix for the failed test cases"
nitinp19 Aug 4, 2025
027d5b6
Revert ""adding script to ensure artifactory running""
nitinp19 Aug 4, 2025
d54df2e
Revert ""fix for the failed test cases""
nitinp19 Aug 4, 2025
3b01c28
"adding wait for artifactory"
nitinp19 Aug 4, 2025
f815c7d
"check with new implementation"
nitinp19 Aug 4, 2025
674d609
"disable remote indexing for gems for bypassing lock"
nitinp19 Aug 5, 2025
e61b761
"fixing the slf4j warning"
nitinp19 Aug 5, 2025
21da70c
"removing commons-logging from the exclusion"
nitinp19 Aug 5, 2025
bddb412
"making it list remote item false for all the repository for gems"
nitinp19 Aug 5, 2025
6215d5c
"only using remote item false for remote repository in gems"
nitinp19 Aug 5, 2025
c263cba
"defining different artifactory home for all the os"
nitinp19 Aug 5, 2025
a2d697c
"removing unused import"
nitinp19 Aug 5, 2025
48fe2b8
"deleting the repository with retries"
nitinp19 Aug 5, 2025
dd84324
"fixing the vulnerable dependencies"
nitinp19 Aug 7, 2025
ad74e92
"adding the loggers as mentioned in the pr "
nitinp19 Aug 7, 2025
8a5c792
Vulnerability fix and Test fixed (#412)
nitinp19 Aug 13, 2025
264fa46
Fix jackson version security vulnerability (#407)
bhanurp Jul 24, 2025
42aeed4
"fixing vulnerability for jetty"
nitinp19 Aug 13, 2025
8c6a32b
"introducing the environmental variable for jf audit"
nitinp19 Aug 13, 2025
12036a8
"updating the workflow"
nitinp19 Aug 13, 2025
2b59c8f
Fix jackson version security vulnerability (#407)
bhanurp Jul 24, 2025
e26d917
"fixing vulnerability for jetty"
nitinp19 Aug 13, 2025
01f4caa
"Introduce AUDIT_FAIL environment variable for jf audit"
nitinp19 Aug 13, 2025
8020a8c
Merge branch 'master' into test-fix
nitinp19 Aug 13, 2025
f043438
Merge branch 'dev' into test-fix
nitinp19 Aug 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
currentVersion=2.20.0
currentVersion=2.20.x-SNAPSHOT
3 changes: 2 additions & 1 deletion release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pipelines:
readOnly:
NEXT_VERSION: 0.0.0
NEXT_DEVELOPMENT_VERSION: 0.0.x-SNAPSHOT
AUDIT_FAIL: false

steps:
- name: Release
Expand Down Expand Up @@ -54,7 +55,7 @@ pipelines:
- git merge origin/dev

# Run audit
- jf audit
- jf audit --fail=${AUDIT_FAIL:-false}

# Update version
- sed -i "s/\(currentVersion=\).*\$/\1${NEXT_VERSION}/" gradle.properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.19.x-SNAPSHOT
version=2.20.0
Loading