Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 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
70eacea
Merge branch 'dev' into test-fix
nitinp19 Aug 13, 2025
7b7e1d4
"fixing vulnerability for jetty"
nitinp19 Aug 13, 2025
3494d31
Merge branch 'master' 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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subprojects {
// Use latest confirmed available Jetty 9.4.x versions
force 'org.eclipse.jetty:jetty-server:9.4.56.v20240826'
force 'org.eclipse.jetty:jetty-servlets:9.4.56.v20240826'
force 'org.eclipse.jetty:jetty-http:9.4.56.v20240826'
force 'org.eclipse.jetty:jetty-http:12.0.12'
force 'org.eclipse.jetty:jetty-util:9.4.56.v20240826'
force 'org.eclipse.jetty:jetty-io:9.4.56.v20240826'
force 'org.eclipse.jetty:jetty-client:9.4.56.v20240826'
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.19.x-SNAPSHOT
version=2.20.0
Loading