Skip to content

Commit def1a13

Browse files
authored
Update pom.xml in example (#767)
1 parent 7a78d6a commit def1a13

File tree

2 files changed

+1
-8
lines changed
  • examples/paging-predicate/member-with-comparator
  • tests/integration/dbapi

2 files changed

+1
-8
lines changed

examples/paging-predicate/member-with-comparator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.hazelcast</groupId>
1919
<artifactId>hazelcast</artifactId>
20-
<version>5.3.0</version>
20+
<version>5.6.0</version>
2121
</dependency>
2222
</dependencies>
2323

tests/integration/dbapi/dbapi20.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
""" Python DB API 2.0 driver compliance unit test suite.
33
44
This software is Public Domain and may be used without restrictions.
5-
6-
"Now we have booze and barflies entering the discussion, plus rumours of
7-
DBAs on drugs... and I won't tell you what flashes through my mind each
8-
time I read the subject line with 'Anal Compliance' in it. All around
9-
this is turning out to be a thoroughly unwholesome unit test."
10-
11-
-- Ian Bicking
125
"""
136

147
__version__ = "1.15.0"

0 commit comments

Comments
 (0)