We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9509d4f + f4516e4 commit 0f02480Copy full SHA for 0f02480
2 files changed
gremlin-console/src/test/python/setup.py
@@ -32,6 +32,7 @@
32
tests_require=[
33
'pytest>=6.2.5,<8.0.0',
34
'mock>=3.0.5,<4.0.0',
35
+ 'more-itertools<11.0.0',
36
'pexpect==4.8.0'
37
]
38
)
pom.xml
@@ -785,7 +785,13 @@ limitations under the License.
785
<dependency>
786
<groupId>commons-beanutils</groupId>
787
<artifactId>commons-beanutils</artifactId>
788
- <version>1.9.4</version>
+ <version>1.11.0</version>
789
+ <exclusions>
790
+ <exclusion>
791
+ <groupId>commons-logging</groupId>
792
+ <artifactId>commons-logging</artifactId>
793
+ </exclusion>
794
+ </exclusions>
795
</dependency>
796
797
<groupId>commons-collections</groupId>
0 commit comments