Skip to content

Commit

Permalink
#1644 deps versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 15, 2022
1 parent 7ef2c0f commit d97a47b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,14 @@ SOFTWARE.
<dependency>
<groupId>org.takes</groupId>
<artifactId>takes</artifactId>
<version>1.1</version>
<version>1.21</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.llorllale</groupId>
Expand All @@ -103,7 +109,7 @@ SOFTWARE.
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1</version>
<version>3.0.1u2</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/io/InputOfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void readsFileContent() throws Exception {
}

@Test
void readsRealUrl() throws IOException {
void readsRealUrl() throws Exception {
new FtRemote(new TkHtml("<html>How are you?</html>")).exec(
home -> new Assertion<>(
"must fetch bytes from the URL",
Expand Down

0 comments on commit d97a47b

Please sign in to comment.