Skip to content

Commit 348100b

Browse files
Update minor+patch dependencies
1 parent 9b582c2 commit 348100b

6 files changed

Lines changed: 43 additions & 43 deletions

File tree

parallel-consumer-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.xerial.snappy</groupId>
3434
<artifactId>snappy-java</artifactId>
35-
<version>1.1.10.5</version>
35+
<version>1.1.10.8</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
<dependency>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.threeten</groupId>
103103
<artifactId>threeten-extra</artifactId>
104-
<version>1.7.2</version>
104+
<version>1.9.0</version>
105105
<scope>test</scope>
106106
</dependency>
107107
<dependency>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>uk.co.jemos.podam</groupId>
115115
<artifactId>podam</artifactId>
116-
<version>8.0.1.RELEASE</version>
116+
<version>8.0.2.RELEASE</version>
117117
<scope>test</scope>
118118
</dependency>
119119
</dependencies>

parallel-consumer-examples/parallel-consumer-example-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.micrometer</groupId>
2828
<artifactId>micrometer-registry-prometheus</artifactId>
29-
<version>1.12.2</version>
29+
<version>1.17.0</version>
3030
</dependency>
3131
<!-- end::exampleDep[] -->
3232
<dependency>

parallel-consumer-mutiny/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.smallrye.reactive</groupId>
3333
<artifactId>mutiny</artifactId>
34-
<version>2.9.4</version>
34+
<version>2.9.5</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.guava</groupId>

parallel-consumer-reactor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.projectreactor</groupId>
3333
<artifactId>reactor-core</artifactId>
34-
<version>3.6.2</version>
34+
<version>3.8.6</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.guava</groupId>

parallel-consumer-vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<modelVersion>4.0.0</modelVersion>
1818

1919
<properties>
20-
<vertx.version>4.5.7</vertx.version>
20+
<vertx.version>4.5.28</vertx.version>
2121
</properties>
2222

2323
<dependencies>

pom.xml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -84,29 +84,29 @@
8484
<!-- version numbers -->
8585
<!-- plugins -->
8686
<mycila.version>5.0.0</mycila.version>
87-
<lombok.version>1.18.28</lombok.version>
87+
<lombok.version>1.18.46</lombok.version>
8888
<auto-service.version>1.1.1</auto-service.version>
89-
<surefire.version>3.2.5</surefire.version>
89+
<surefire.version>3.5.6</surefire.version>
9090

9191
<!-- core -->
92-
<slf4j.version>2.0.13</slf4j.version>
93-
<kafka.version>3.9.1</kafka.version>
92+
<slf4j.version>2.0.18</slf4j.version>
93+
<kafka.version>3.9.2</kafka.version>
9494
<version.unij>0.1.3</version.unij>
9595

9696
<!-- tests -->
9797
<parallel-tests>true</parallel-tests>
9898

9999
<!-- tests deps-->
100-
<junit.version>5.10.2</junit.version>
101-
<junit.platform.version>1.10.2</junit.platform.version>
102-
<testcontainers.version>1.19.8</testcontainers.version>
103-
<truth.version>1.3.0</truth.version>
104-
<flogger.version>0.8</flogger.version>
105-
<mockito.version>5.12.0</mockito.version>
100+
<junit.version>5.14.4</junit.version>
101+
<junit.platform.version>1.14.4</junit.platform.version>
102+
<testcontainers.version>1.21.4</testcontainers.version>
103+
<truth.version>1.4.5</truth.version>
104+
<flogger.version>0.9</flogger.version>
105+
<mockito.version>5.23.0</mockito.version>
106106
<truth-generator-maven-plugin.version>0.1.1</truth-generator-maven-plugin.version>
107107
<jabel.version>1.0.0</jabel.version>
108-
<logback.version>1.5.19</logback.version>
109-
<micrometer-core.version>1.13.0</micrometer-core.version>
108+
<logback.version>1.5.34</logback.version>
109+
<micrometer-core.version>1.17.0</micrometer-core.version>
110110
</properties>
111111

112112
<profiles>
@@ -226,7 +226,7 @@
226226
<plugin>
227227
<groupId>org.apache.maven.plugins</groupId>
228228
<artifactId>maven-gpg-plugin</artifactId>
229-
<version>3.1.0</version>
229+
<version>3.2.8</version>
230230
<executions>
231231
<execution>
232232
<id>sign-artifacts</id>
@@ -240,7 +240,7 @@
240240
<plugin>
241241
<groupId>org.sonatype.central</groupId>
242242
<artifactId>central-publishing-maven-plugin</artifactId>
243-
<version>0.8.0</version>
243+
<version>0.10.0</version>
244244
<extensions>true</extensions>
245245
<configuration>
246246
<publishingServerId>central</publishingServerId>
@@ -367,7 +367,7 @@
367367
<dependency>
368368
<groupId>one.util</groupId>
369369
<artifactId>streamex</artifactId>
370-
<version>0.8.2</version>
370+
<version>0.8.4</version>
371371
<scope>test</scope>
372372
</dependency>
373373
</dependencies>
@@ -413,7 +413,7 @@
413413
<dependency>
414414
<groupId>org.apache.commons</groupId>
415415
<artifactId>commons-lang3</artifactId>
416-
<version>3.18.0</version>
416+
<version>3.20.0</version>
417417
</dependency>
418418
<dependency>
419419
<groupId>com.google.truth</groupId>
@@ -436,12 +436,12 @@
436436
<dependency>
437437
<groupId>com.google.guava</groupId>
438438
<artifactId>guava</artifactId>
439-
<version>33.2.0-jre</version>
439+
<version>33.6.0-jre</version>
440440
</dependency>
441441
<dependency>
442442
<groupId>me.tongfei</groupId>
443443
<artifactId>progressbar</artifactId>
444-
<version>0.10.1</version>
444+
<version>0.10.2</version>
445445
<scope>test</scope>
446446
</dependency>
447447
<dependency>
@@ -510,7 +510,7 @@
510510
<plugin>
511511
<groupId>org.apache.maven.plugins</groupId>
512512
<artifactId>maven-help-plugin</artifactId>
513-
<version>3.4.0</version>
513+
<version>3.5.1</version>
514514
<executions>
515515
<execution>
516516
<id>show-profiles</id>
@@ -574,7 +574,7 @@
574574
<plugin>
575575
<groupId>org.apache.maven.plugins</groupId>
576576
<artifactId>maven-release-plugin</artifactId>
577-
<version>3.0.1</version>
577+
<version>3.3.1</version>
578578
<configuration>
579579
<autoVersionSubmodules>true</autoVersionSubmodules>
580580
<tagNameFormat>@{project.version}</tagNameFormat>
@@ -640,7 +640,7 @@
640640
<plugin>
641641
<groupId>org.apache.maven.plugins</groupId>
642642
<artifactId>maven-compiler-plugin</artifactId>
643-
<version>3.12.1</version>
643+
<version>3.15.0</version>
644644
<configuration>
645645
<annotationProcessorPaths>
646646
<path>
@@ -711,7 +711,7 @@
711711
<plugin>
712712
<groupId>org.jacoco</groupId>
713713
<artifactId>jacoco-maven-plugin</artifactId>
714-
<version>0.8.11</version>
714+
<version>0.8.15</version>
715715
<executions>
716716
<execution>
717717
<goals>
@@ -730,7 +730,7 @@
730730
<plugin>
731731
<groupId>org.apache.maven.plugins</groupId>
732732
<artifactId>maven-enforcer-plugin</artifactId>
733-
<version>3.4.1</version>
733+
<version>3.6.3</version>
734734
<executions>
735735
<execution>
736736
<id>enforce-versions</id>
@@ -773,7 +773,7 @@
773773
<plugin>
774774
<groupId>org.apache.maven.plugins</groupId>
775775
<artifactId>maven-jar-plugin</artifactId>
776-
<version>3.3.0</version>
776+
<version>3.5.0</version>
777777
<executions>
778778
<execution>
779779
<goals>
@@ -785,7 +785,7 @@
785785
<plugin>
786786
<groupId>org.codehaus.mojo</groupId>
787787
<artifactId>build-helper-maven-plugin</artifactId>
788-
<version>3.4.0</version>
788+
<version>3.6.1</version>
789789
<executions>
790790
<!-- integration test sources -->
791791
<execution>
@@ -820,7 +820,7 @@
820820
<plugin>
821821
<groupId>org.apache.maven.plugins</groupId>
822822
<artifactId>maven-site-plugin</artifactId>
823-
<version>4.0.0-M15</version>
823+
<version>4.0.0-M16</version>
824824
</plugin>
825825
<plugin>
826826
<groupId>org.apache.maven.plugins</groupId>
@@ -848,7 +848,7 @@
848848
<plugin>
849849
<groupId>org.apache.maven.plugins</groupId>
850850
<artifactId>maven-javadoc-plugin</artifactId>
851-
<version>3.7.0</version>
851+
<version>3.12.0</version>
852852
<configuration>
853853
<sourcepath>${delombok.output}</sourcepath>
854854
<sourcepath>${delombok.output}</sourcepath>
@@ -877,7 +877,7 @@
877877
<plugin>
878878
<groupId>org.apache.maven.plugins</groupId>
879879
<artifactId>maven-source-plugin</artifactId>
880-
<version>3.3.0</version>
880+
<version>3.4.0</version>
881881
<executions>
882882
<execution>
883883
<id>attach-sources</id>
@@ -890,7 +890,7 @@
890890
<plugin>
891891
<groupId>org.apache.maven.plugins</groupId>
892892
<artifactId>maven-dependency-plugin</artifactId>
893-
<version>3.6.1</version>
893+
<version>3.11.0</version>
894894
<executions>
895895
<execution>
896896
<phase>initialize</phase>
@@ -904,7 +904,7 @@
904904
<!-- for use in idea -->
905905
<groupId>org.codehaus.mojo</groupId>
906906
<artifactId>versions-maven-plugin</artifactId>
907-
<version>2.16.2</version>
907+
<version>2.21.0</version>
908908
</plugin>
909909
</plugins>
910910

@@ -914,7 +914,7 @@
914914
<plugin>
915915
<groupId>org.apache.maven.plugins</groupId>
916916
<artifactId>maven-site-plugin</artifactId>
917-
<version>4.0.0-M15</version>
917+
<version>4.0.0-M16</version>
918918
</plugin>
919919
<plugin>
920920
<groupId>org.apache.maven.plugins</groupId>
@@ -924,27 +924,27 @@
924924
<plugin>
925925
<groupId>org.apache.maven.plugins</groupId>
926926
<artifactId>maven-clean-plugin</artifactId>
927-
<version>3.3.2</version>
927+
<version>3.5.0</version>
928928
</plugin>
929929
<plugin>
930930
<groupId>org.apache.maven.plugins</groupId>
931931
<artifactId>maven-install-plugin</artifactId>
932-
<version>3.1.1</version>
932+
<version>3.1.4</version>
933933
</plugin>
934934
<plugin>
935935
<groupId>org.apache.maven.plugins</groupId>
936936
<artifactId>maven-deploy-plugin</artifactId>
937-
<version>3.1.2</version>
937+
<version>3.1.4</version>
938938
</plugin>
939939
<plugin>
940940
<groupId>org.apache.maven.plugins</groupId>
941941
<artifactId>maven-resources-plugin</artifactId>
942-
<version>3.3.1</version>
942+
<version>3.5.0</version>
943943
</plugin>
944944
<plugin>
945945
<groupId>org.apache.maven.plugins</groupId>
946946
<artifactId>maven-dependency-plugin</artifactId>
947-
<version>3.6.1</version>
947+
<version>3.11.0</version>
948948
</plugin>
949949
</plugins>
950950
</pluginManagement>

0 commit comments

Comments
 (0)