Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions parallel-consumer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-4</version>
<version>1.5.6-9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.5</version>
<version>1.1.10.7</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.7.2</version>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -113,7 +113,7 @@
<dependency>
<groupId>uk.co.jemos.podam</groupId>
<artifactId>podam</artifactId>
<version>8.0.1.RELEASE</version>
<version>8.0.2.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>1.12.2</version>
<version>1.14.3</version>
</dependency>
<!-- end::exampleDep[] -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.6.2</version>
<version>3.7.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<vertx.version>4.5.7</vertx.version>
<vertx.version>4.5.12</vertx.version>
</properties>

<dependencies>
Expand Down
78 changes: 39 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,30 +92,30 @@

<!-- version numbers -->
<!-- plugins -->
<mycila.version>4.3</mycila.version>
<lombok.version>1.18.28</lombok.version>
<mycila.version>4.6</mycila.version>
<lombok.version>1.18.36</lombok.version>
<auto-service.version>1.1.1</auto-service.version>
<surefire.version>3.2.5</surefire.version>
<surefire.version>3.5.2</surefire.version>

<!-- core -->
<slf4j.version>2.0.13</slf4j.version>
<kafka.version>3.7.0</kafka.version>
<slf4j.version>2.0.16</slf4j.version>
<kafka.version>3.9.0</kafka.version>
<version.unij>0.1.3</version.unij>

<!-- tests -->
<parallel-tests>true</parallel-tests>

<!-- tests deps-->
<junit.version>5.10.2</junit.version>
<junit.platform.version>1.10.2</junit.platform.version>
<testcontainers.version>1.19.8</testcontainers.version>
<truth.version>1.3.0</truth.version>
<junit.version>5.11.4</junit.version>
<junit.platform.version>1.11.4</junit.platform.version>
<testcontainers.version>1.20.4</testcontainers.version>
<truth.version>1.4.4</truth.version>
<flogger.version>0.8</flogger.version>
<mockito.version>5.12.0</mockito.version>
<mockito.version>5.15.2</mockito.version>
<truth-generator-maven-plugin.version>0.1.1</truth-generator-maven-plugin.version>
<jabel.version>1.0.0</jabel.version>
<logback.version>1.4.14</logback.version>
<micrometer-core.version>1.13.0</micrometer-core.version>
<logback.version>1.5.16</logback.version>
<micrometer-core.version>1.14.3</micrometer-core.version>
</properties>

<profiles>
Expand Down Expand Up @@ -240,7 +240,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -332,7 +332,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -381,7 +381,7 @@
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>0.8.2</version>
<version>0.8.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -421,13 +421,13 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<version>4.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
Expand All @@ -450,12 +450,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.0-jre</version>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -490,7 +490,7 @@
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<scope>test</scope>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
Expand Down Expand Up @@ -524,7 +524,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>show-profiles</id>
Expand Down Expand Up @@ -588,7 +588,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
Expand Down Expand Up @@ -654,7 +654,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<annotationProcessorPaths>
<path>
Expand Down Expand Up @@ -725,7 +725,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand All @@ -744,7 +744,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -787,7 +787,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
<executions>
<execution>
<goals>
Expand All @@ -799,7 +799,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.6.0</version>
<executions>
<!-- integration test sources -->
<execution>
Expand Down Expand Up @@ -834,12 +834,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M15</version>
<version>4.0.0-M16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.5</version>
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.projectlombok</groupId>
Expand All @@ -862,7 +862,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.11.2</version>
<configuration>
<sourcepath>${delombok.output}</sourcepath>
<sourcepath>${delombok.output}</sourcepath>
Expand Down Expand Up @@ -891,7 +891,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -904,7 +904,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<phase>initialize</phase>
Expand All @@ -918,7 +918,7 @@
<!-- for use in idea -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
<version>2.18.0</version>
</plugin>
</plugins>

Expand All @@ -928,27 +928,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M15</version>
<version>4.0.0-M16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.5</version>
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -958,7 +958,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down