8000 Upgrade BC version to '1.65' to fix #8624 by maheshp · Pull Request #8716 · gocd/gocd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrade BC version to '1.65' to fix #8624 #8716

New issue < 8000 div class="d-flex flex-column p-4">

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -170,7 +170,7 @@ rootProject.ext.versions = [
aspectj : '1.9.5',
assertJ : '3.12.2',
assertJ_DB : '1.3.0',
bouncyCastle : '1.59', // bouncycastle version has to be compatible with the jruby version
bouncyCastle : '1.65', // bouncycastle version has to be compatible with the jruby version
bundler : '2.1.1',
cglib : '3.3.0',
cloning : '1.9.11',
Expand Down
1 change: 1 addition & 0 deletions server/src/main/webapp/WEB-INF/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem 'representable', '2.1.7'
gem 'js-routes'
gem 'ts_routes'
gem 'versionist'
gem 'jruby-openssl', '0.10.5' #Check BC version before upgrading, require '0.10.5' since it's compatible with Bouncy Castle 1.65

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Expand Down
2 changes: 2 additions & 0 deletions server/src/main/webapp/WEB-INF/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GEM
jasmine_selenium_runner (3.0.0)
jasmine (~> 3.0)
selenium-webdriver (~> 3.8)
jruby-openssl (0.10.5-java)
js-routes (1.4.9)
railties (>= 4)
sprockets-rails
Expand Down Expand Up @@ -237,6 +238,7 @@ DEPENDENCIES
jasmine
jasmine-jquery-rails
jasmine_selenium_runner
jruby-openssl (= 0.10.5)
js-routes
pry-debugger-jruby
rails (= 5.2.4.3)
Expand Down
0