Skip to content

Commit 3ea4089

Browse files
authored
Merge pull request #85 from SourceLabOrg/spp/deps
Slightly newer dependencies
2 parents 88b031b + 883f554 commit 3ea4089

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
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+
## 4.0.4 (02/16/2024)
6+
- Updates internal dependency Http Components from 4.5.13 -> 4.5.14
7+
- Updates internal dependency com.fasterxml.jackson.core from 2.14.1 -> 2.14.3
8+
- Updates internal dependency log4j2-api from 2.19.0 -> 2.22.2
9+
510
## 4.0.3 (11/23/2022)
611
- Updates internal dependency com.fasterxml.jackson.core from 2.13.4 -> 2.14.1
712

pom.xml

Lines changed: 4 additions & 4 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>4.0.3</version>
9+
<version>4.0.4</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.3.9 -->
@@ -47,10 +47,10 @@
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848

4949
<!-- Http Components version -->
50-
<http-components.version>4.5.13</http-components.version>
50+
<http-components.version>4.5.14</http-components.version>
5151

5252
<!-- Jackson version -->
53-
<jackson.version>2.14.1</jackson.version>
53+
<jackson.version>2.14.3</jackson.version>
5454

5555
<!-- Define which version of junit you'll be running -->
5656
<junit.version>4.13.2</junit.version>
@@ -61,7 +61,7 @@
6161
<checkstyle.version>8.32</checkstyle.version>
6262

6363
<!-- Log4J Version -->
64-
<log4j2.version>2.19.0</log4j2.version>
64+
<log4j2.version>2.22.1</log4j2.version>
6565
<slf4j.version>1.7.36</slf4j.version>
6666

6767
<!-- test toggling -->

0 commit comments

Comments
 (0)