Skip to content

Commit

Permalink
Pin jar-dependencies to 0.4.1 (#16747) (#16748)
Browse files Browse the repository at this point in the history
Pin jar-dependencies to `0.4.1`, until jruby/jruby#7262
is resolved.

(cherry picked from commit e3265d9)

Co-authored-by: Rob Bavey <[email protected]>
  • Loading branch information
github-actions[bot] and robbavey authored Dec 4, 2024
1 parent 8061387 commit 0cfb5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-core/logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "sinatra", '~> 4'
gem.add_runtime_dependency 'puma', '~> 6.3', '>= 6.4.2'
gem.add_runtime_dependency 'ruby-maven-libs', '~> 3', '>= 3.8.9'

gem.add_runtime_dependency "jar-dependencies",'= 0.4.1' # Pin to `0.4.1` until https://github.com/jruby/jruby/issues/7262 is resolved

gem.add_runtime_dependency "treetop", "~> 1" #(MIT license)

Expand Down

0 comments on commit 0cfb5cf

Please sign in to comment.