Skip to content

Commit 63ffa93

Browse files
tiagosilva-pngjcsf
authored andcommitted
pom: Bump OpenML to version 1.1.0 which uses Guava 25.1
1 parent cb80936 commit 63ffa93

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

openml-python-common/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@
6868
<artifactId>assertj-core</artifactId>
6969
<scope>test</scope>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.slf4j</groupId>
73+
<artifactId>slf4j-api</artifactId>
74+
</dependency>
7175
</dependencies>
7276
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<assertj.version>3.7.0</assertj.version>
7979
<jackson.version>2.6.7</jackson.version>
8080
<jackson-databind.version>2.6.7</jackson-databind.version>
81-
<openml-api.version>1.0.3</openml-api.version>
81+
<openml-api.version>1.1.0</openml-api.version>
8282
<jep.version>3.7.0</jep.version>
8383
</properties>
8484

0 commit comments

Comments
 (0)