pom.xml   pom.xml 
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 .org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P OM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 .org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P OM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.dropwizard.modules</groupId> <groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-kafka</artifactId> <artifactId>dropwizard-kafka</artifactId>
<version>1.8.0</version> <version>1.8.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Dropwizard Kafka</name> <name>Dropwizard Kafka</name>
<description>Provides easy integration for Dropwizard applications with A pache Kafka</description> <description>Provides easy integration for Dropwizard applications with A pache Kafka</description>
<url>https://github.com/dropwizard/dropwizard-kafka</url> <url>https://github.com/dropwizard/dropwizard-kafka</url>
<licenses> <licenses>
<license> <license>
<name>Apache 2.0</name> <name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution> <distribution>repo</distribution>
</license> </license>
</licenses> </licenses>
<scm> <scm>
<developerConnection>scm:git:git@github.com:dropwizard/dropwizard-kafka .git</developerConnection> <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-kafka .git</developerConnection>
<connection>scm:git:https://github.com/dropwizard/dropwizard-kafka.git< /connection> <connection>scm:git:https://github.com/dropwizard/dropwizard-kafka.git< /connection>
<url>https://github.com/dropwizard/dropwizard-kafka</url> <url>https://github.com/dropwizard/dropwizard-kafka</url>
<tag>dropwizard-kafka-1.8.0</tag> <tag>dropwizard-kafka-1.8.1</tag>
</scm> </scm>
<ciManagement> <ciManagement>
<system>GitHub Actions</system> <system>GitHub Actions</system>
<url>https://github.com/dropwizard/dropwizard-kafka/actions</url> <url>https://github.com/dropwizard/dropwizard-kafka/actions</url>
</ciManagement> </ciManagement>
<issueManagement> <issueManagement>
<system>GitHub Issues</system> <system>GitHub Issues</system>
<url>https://github.com/dropwizard/dropwizard-kafka/issues</url> <url>https://github.com/dropwizard/dropwizard-kafka/issues</url>
skipping to change at line 75 skipping to change at line 75
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncodi ng> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncodi ng>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings> <maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<sonar.projectKey>dropwizard_dropwizard-kafka</sonar.projectKey> <sonar.projectKey>dropwizard_dropwizard-kafka</sonar.projectKey>
<sonar.organization>dropwizard</sonar.organization> <sonar.organization>dropwizard</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url> <sonar.host.url>https://sonarcloud.io</sonar.host.url>
<brave.version>5.13.9</brave.version> <brave.version>5.15.0</brave.version>
<dropwizard.version>2.1.0</dropwizard.version> <dropwizard.version>2.1.4</dropwizard.version>
<kafka-client.version>3.2.0</kafka-client.version> <kafka-client.version>3.4.0</kafka-client.version>
<spring-kafka.version>2.8.6</spring-kafka.version> <spring-kafka.version>2.9.6</spring-kafka.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>io.dropwizard</groupId> <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId> <artifactId>dropwizard-dependencies</artifactId>
<version>${dropwizard.version}</version> <version>${dropwizard.version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
skipping to change at line 201 skipping to change at line 201
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version> <version>2.22.2</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId> <artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version> <version>3.2.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.sonarsource.scanner.maven</groupId> <groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId> <artifactId>sonar-maven-plugin</artifactId>
<version>3.9.1.2184</version> <version>3.9.1.2184</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version> <version>0.8.8</version>
 End of changes. 4 change blocks. 
7 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/