Skip to content

Commit

Permalink
update version of neo4j and java driver
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Apr 24, 2024
1 parent 17c634e commit aa93a44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
ruby: [ jruby, ruby ]
neo4j: [ 4.4.30, 5.16.0 ]
neo4j: [ 4.4.32, 5.19.0 ]
include:
- ruby: jruby
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end.spec 'neo4j-ruby-driver' do
dependency 'jar-dependencies', '>= 0.4.1'
dependency 'ruby-maven', '>= 0', :dev

spec_extras[:requirements] = ->(requirements) { requirements << 'jar org.neo4j.driver, neo4j-java-driver-all, 5.17.0' }
spec_extras[:requirements] = ->(requirements) { requirements << 'jar org.neo4j.driver, neo4j-java-driver-all, 5.19.0' }
spec_extras[:platform] = 'java'
else
require_ruby_version '>= 3.1'
Expand Down
2 changes: 1 addition & 1 deletion jruby/neo4j/driver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Neo4j
module Driver
VERSION = '5.15.0.alpha.0'
VERSION = '5.19.0.alpha.0'
end
end

0 comments on commit aa93a44

Please sign in to comment.