From d01841e5ec1b6420c8204ca6ea9dea64dbca6f87 Mon Sep 17 00:00:00 2001 From: Heinrich Klobuczek Date: Fri, 3 May 2024 11:14:25 -0800 Subject: [PATCH] bumped version --- jruby/neo4j/driver/version.rb | 2 +- spec/integration/bookmark_spec.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jruby/neo4j/driver/version.rb b/jruby/neo4j/driver/version.rb index 7e7848e8..47bbc2c0 100644 --- a/jruby/neo4j/driver/version.rb +++ b/jruby/neo4j/driver/version.rb @@ -2,6 +2,6 @@ module Neo4j module Driver - VERSION = '4.4.6' + VERSION = '4.4.16' end end diff --git a/spec/integration/bookmark_spec.rb b/spec/integration/bookmark_spec.rb index 7b6896be..27e1d6b7 100755 --- a/spec/integration/bookmark_spec.rb +++ b/spec/integration/bookmark_spec.rb @@ -32,7 +32,6 @@ def expect_single_value(bookmark, value) expect(values.first).to start_with(value) end - # TODO: The version restriction should not be present here! it 'raises for invalid bookmark' do invalid_bookmark = Neo4j::Driver::Bookmark.from('hi, this is an invalid bookmark') expect { driver.session(bookmarks: invalid_bookmark, &:begin_transaction) }