Skip to content

Commit

Permalink
fix: bump jackson version from 2.14.2 to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 23, 2024
1 parent 11e3498 commit 891329f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<kafka.version>3.4.0</kafka.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.14.2</jackson.version>
<jackson.version>2.15.0</jackson.version>
<junit.vintage.version>5.9.2</junit.vintage.version>
<maven.compiler.source>1.8</maven.compiler.source>
<junit.platform.version>1.9.2</junit.platform.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<junit.vintage.version>5.9.2</junit.vintage.version>
<junit.platform.version>1.9.2</junit.platform.version>
<jackson.version>2.14.2</jackson.version>
<jackson.version>2.15.0</jackson.version>
<kafka.version>3.4.0</kafka.version>
<slf4j.version>2.0.7</slf4j.version>
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Expand Down
2 changes: 1 addition & 1 deletion target/site/jacoco/jacoco.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ splunk-kafka-connect,com.splunk.hecclient,HttpClientBuilder.new TrustStrategy()
splunk-kafka-connect,com.splunk.hecclient,Hec,38,298,4,14,10,74,4,20,0,15
splunk-kafka-connect,com.splunk.hecclient,ConcurrentHec,23,196,1,13,6,50,1,16,0,10
splunk-kafka-connect,com.splunk.hecclient,HecException,0,9,0,0,0,4,0,2,0,2
splunk-kafka-connect,com.splunk.hecclient,LoadBalancer,48,362,8,24,12,87,7,23,1,13
splunk-kafka-connect,com.splunk.hecclient,LoadBalancer,47,363,7,25,11,88,6,24,1,13
splunk-kafka-connect,com.splunk.hecclient,HecAckPoller,122,711,11,45,34,160,9,44,0,25
splunk-kafka-connect,com.splunk.hecclient,HecAckPoller.RunAckQuery,21,26,0,0,3,8,0,2,0,2
splunk-kafka-connect,com.splunk.hecclient,HttpClientBuilder,69,132,0,4,16,46,2,13,2,11
Expand Down
2 changes: 1 addition & 1 deletion target/site/jacoco/jacoco.xml

Large diffs are not rendered by default.

0 comments on commit 891329f

Please sign in to comment.