Skip to content

Commit

Permalink
Update jsoup to 1.13.1 (#511)
Browse files Browse the repository at this point in the history
- Resolves jsoup errors when using aut as a library:
  - invalid mark
  - Input is binary and unsupported
  • Loading branch information
ruebot authored Mar 12, 2021
1 parent e4c1492 commit 11ebeb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ src/main/python/tf/model.zip
src/main/python/tf/util/spark.conf
src/main/python/tf/model/graph/
src/main/python/tf/model/category/
.bloop/
.metals/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.7.3</version>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.netpreserve.commons</groupId>
Expand Down

0 comments on commit 11ebeb7

Please sign in to comment.