Skip to content

Commit 7c3ba62

Browse files
committed
Bumping the dependency versions
1 parent dfa8623 commit 7c3ba62

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
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>2.0.0</version>
19+
<version>2.1.0</version>
2020
<scope>test</scope>
2121
</dependency>
2222
```

pom.xml

Lines changed: 6 additions & 18 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>2.0.0</version>
11+
<version>2.1.0</version>
1212
<modelVersion>4.0.0</modelVersion>
1313
<packaging>jar</packaging>
1414

@@ -67,8 +67,8 @@
6767
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
6868
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
6969
<min.java.version>1.8</min.java.version>
70-
<junit.platform.version>1.0.2</junit.platform.version>
71-
<junit.jupiter.version>5.0.2</junit.jupiter.version>
70+
<junit.platform.version>1.5.2</junit.platform.version>
71+
<junit.jupiter.version>5.5.2</junit.jupiter.version>
7272
</properties>
7373

7474
<!-- Code Dependencies - Version Management -->
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.redfin</groupId>
8181
<artifactId>insist</artifactId>
82-
<version>4.1.0</version>
82+
<version>4.3.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.junit.jupiter</groupId>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-gpg-plugin</artifactId>
129-
<version>1.5</version>
129+
<version>1.6</version>
130130
</plugin>
131131
<plugin>
132132
<groupId>org.sonatype.plugins</groupId>
@@ -151,19 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-surefire-plugin</artifactId>
154-
<version>2.19</version>
155-
<dependencies>
156-
<dependency>
157-
<groupId>org.junit.platform</groupId>
158-
<artifactId>junit-platform-surefire-provider</artifactId>
159-
<version>${junit.platform.version}</version>
160-
</dependency>
161-
<dependency>
162-
<groupId>org.junit.jupiter</groupId>
163-
<artifactId>junit-jupiter-engine</artifactId>
164-
<version>${junit.jupiter.version}</version>
165-
</dependency>
166-
</dependencies>
154+
<version>2.22.2</version>
167155
</plugin>
168156
</plugins>
169157
</pluginManagement>

0 commit comments

Comments
 (0)