Skip to content

Commit 57d7ba1

Browse files
authored
Merge pull request #45 from SourceLabOrg/sp/depUpdate
Update dependencies
2 parents a021783 + f3c1cf8 commit 57d7ba1

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 3.1.1 (UNRELEASED)
6+
7+
#### Internal Dependency Updates
8+
- com.fasterxml.jackson.core from 2.10.4 -> 2.11.2
9+
510
## 3.1.0 (05/10/2020)
611

712
### New Features

pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sourcelab</groupId>
88
<artifactId>kafka-connect-client</artifactId>
9-
<version>3.1.0</version>
9+
<version>3.1.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.3.9 -->
@@ -53,10 +53,10 @@
5353
<http-components.version>4.5.12</http-components.version>
5454

5555
<!-- Jackson version -->
56-
<jackson.version>2.10.4</jackson.version>
56+
<jackson.version>2.11.2</jackson.version>
5757

5858
<!-- Define which version of junit you'll be running -->
59-
<junit.version>4.12</junit.version>
59+
<junit.version>4.13</junit.version>
6060

6161
<!-- Specify which Checkstyle ruleset to use -->
6262
<checkstyle.ruleset>build/checkstyle-v1.5.xml</checkstyle.ruleset>
@@ -136,27 +136,19 @@
136136
<scope>test</scope>
137137
</dependency>
138138

139-
<!-- Hamcrest Matchers -->
140-
<dependency>
141-
<groupId>org.hamcrest</groupId>
142-
<artifactId>hamcrest-library</artifactId>
143-
<version>2.1</version>
144-
<scope>test</scope>
145-
</dependency>
146-
147139
<!-- Used in tests for reading files -->
148140
<dependency>
149141
<groupId>commons-io</groupId>
150142
<artifactId>commons-io</artifactId>
151-
<version>2.6</version>
143+
<version>2.7</version>
152144
<scope>test</scope>
153145
</dependency>
154146

155147
<!-- Test Http/Https Client -->
156148
<dependency>
157149
<groupId>org.eclipse.jetty</groupId>
158150
<artifactId>jetty-server</artifactId>
159-
<version>9.4.28.v20200408</version>
151+
<version>9.4.31.v20200723</version>
160152
<scope>test</scope>
161153
</dependency>
162154

0 commit comments

Comments
 (0)