Skip to content

Commit

Permalink
Merge pull request #85 from SourceLabOrg/spp/deps
Browse files Browse the repository at this point in the history
Slightly newer dependencies
  • Loading branch information
Crim committed Feb 16, 2024
2 parents 88b031b + 883f554 commit 3ea4089
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.0.4 (02/16/2024)
- Updates internal dependency Http Components from 4.5.13 -> 4.5.14
- Updates internal dependency com.fasterxml.jackson.core from 2.14.1 -> 2.14.3
- Updates internal dependency log4j2-api from 2.19.0 -> 2.22.2

## 4.0.3 (11/23/2022)
- Updates internal dependency com.fasterxml.jackson.core from 2.13.4 -> 2.14.1

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.sourcelab</groupId>
<artifactId>kafka-connect-client</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
<packaging>jar</packaging>

<!-- Require Maven 3.3.9 -->
Expand Down Expand Up @@ -47,10 +47,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Http Components version -->
<http-components.version>4.5.13</http-components.version>
<http-components.version>4.5.14</http-components.version>

<!-- Jackson version -->
<jackson.version>2.14.1</jackson.version>
<jackson.version>2.14.3</jackson.version>

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

<!-- Log4J Version -->
<log4j2.version>2.19.0</log4j2.version>
<log4j2.version>2.22.1</log4j2.version>
<slf4j.version>1.7.36</slf4j.version>

<!-- test toggling -->
Expand Down

0 comments on commit 3ea4089

Please sign in to comment.