Skip to content

Commit b679c22

Browse files
committed
Bumping dependency versions
1 parent f151f5b commit b679c22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For instance, if you write a new class that overrides the `equals` method but fo
1616
<dependency>
1717
<groupId>com.redfin</groupId>
1818
<artifactId>contractual</artifactId>
19-
<version>1.5.0<version>
19+
<version>1.6.0<version>
2020
<scope>test</scope>
2121
</dependency>
2222
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.redfin</groupId>
1010
<artifactId>contractual</artifactId>
11-
<version>1.5.0</version>
11+
<version>1.6.0</version>
1212
<modelVersion>4.0.0</modelVersion>
1313
<packaging>jar</packaging>
1414

@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.redfin</groupId>
7979
<artifactId>insist</artifactId>
80-
<version>2.2.0</version>
80+
<version>3.0.1</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)