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
2 changes: 1 addition & 1 deletion apache-cxf-modules/cxf-aegis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</dependencies>

<properties>
<cxf.version>4.0.0</cxf.version>
<cxf.version>4.2.0</cxf.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion apache-httpclient-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</build>

<properties>
<assertj.version>3.22.0</assertj.version>
<assertj.version>3.27.7</assertj.version>
<mockserver.version>5.11.2</mockserver.version>
<httpclient5.version>5.2.1</httpclient5.version>
<maven.compiler.source.version>11</maven.compiler.source.version>
Expand Down
2 changes: 1 addition & 1 deletion apache-kafka-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<properties>
<jna.version>5.7.0</jna.version>
<kafka.version>2.8.0</kafka.version>
<kafka.version>3.9.2</kafka.version>
<testcontainers-kafka.version>1.15.3</testcontainers-kafka.version>
<testcontainers-jupiter.version>1.15.3</testcontainers-jupiter.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion apache-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</build>

<properties>
<kafka.version>3.4.0</kafka.version>
<kafka.version>3.9.2</kafka.version>
<testcontainers-kafka.version>1.15.3</testcontainers-kafka.version>
<testcontainers-jupiter.version>1.15.3</testcontainers-jupiter.version>
<flink.version>1.16.1</flink.version>
Expand Down
4 changes: 2 additions & 2 deletions apache-libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@
</build>

<properties>
<avro.version>1.8.2</avro.version>
<avro.version>1.11.5</avro.version>
<beam.version>2.45.0</beam.version>
<bval.version>2.0.6</bval.version>
<javax.validation.validation-api.version>2.0.1.Final</javax.validation.validation-api.version>
<meecrowave-junit.version>1.2.15</meecrowave-junit.version>
<okhttp.version>3.10.0</okhttp.version>
<okhttp.version>5.3.2</okhttp.version>
<meecrowave-jpa.version>1.2.15</meecrowave-jpa.version>
<meecrowave-core.version>1.2.15</meecrowave-core.version>
<meecrowave-maven-plugin.version>1.2.15</meecrowave-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion apache-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</repositories>

<properties>
<org.apache.spark.spark-core.version>3.3.2</org.apache.spark.spark-core.version>
<org.apache.spark.spark-core.version>3.5.7</org.apache.spark.spark-core.version>
<org.apache.spark.spark-sql.version>3.3.2</org.apache.spark.spark-sql.version>
<org.apache.spark.spark-streaming.version>3.3.2</org.apache.spark.spark-streaming.version>
<org.apache.spark.spark-mllib.version>3.3.2</org.apache.spark.spark-mllib.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<guice.version>5.1.0</guice.version>
<system-stubs-junit4.version>2.0.2</system-stubs-junit4.version>
<mockito-core.version>4.1.0</mockito-core.version>
<assertj-core.version>3.19.0</assertj-core.version>
<assertj-core.version>3.27.7</assertj-core.version>
<junit-jupiter.version>5.8.1</junit-jupiter.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.27.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions core-java-modules/core-java-collections-list-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
<fastutil.version>8.1.0</fastutil.version>
<colt.version>1.2.0</colt.version>
<apache-commons.version>3.0</apache-commons.version>
<assertj.version>3.22.0</assertj.version>
<assertj.version>3.27.7</assertj.version>
<maven.compiler.source.version>17</maven.compiler.source.version>
<maven.compiler.target.version>17</maven.compiler.target.version>
<spring.version>5.3.22</spring.version>
<spring.version>6.2.11</spring.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion core-java-modules/core-java-function/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<properties>
<mockito-inline.version>3.8.0</mockito-inline.version>
<assertj.version>3.22.0</assertj.version>
<assertj.version>3.27.7</assertj.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<vavr.version>0.10.4</vavr.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<properties>
<maven.compiler.source.version>11</maven.compiler.source.version>
<maven.compiler.target.version>11</maven.compiler.target.version>
<assertj.version>3.22.0</assertj.version>
<assertj.version>3.27.7</assertj.version>
<mockserver.version>5.11.2</mockserver.version>
<wiremock.version>2.27.2</wiremock.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
<hsqldb.version>2.7.1</hsqldb.version>
<!-- Mime Type Libraries -->
<tika.version>2.8.0</tika.version>
<tika.version>3.2.2</tika.version>
<jmime-magic.version>0.1.5</jmime-magic.version>
<fscontext.version>4.4.2</fscontext.version>
<jakarta-activation-api.version>2.1.2</jakarta-activation-api.version>
Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-methods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</build>

<properties>
<assertj.version>3.22.0</assertj.version>
<assertj.version>3.27.7</assertj.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion core-java-modules/core-java-networking-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<properties>
<angus.mail.version>2.0.1</angus.mail.version>
<async-http-client.version>2.4.5</async-http-client.version>
<async-http-client.version>3.0.9</async-http-client.version>
<jakarta.bind.version>2.3.3</jakarta.bind.version>
<greenmail.version>2.0.0-alpha-3</greenmail.version>
<commons-codec.version>1.15</commons-codec.version>
Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-streams-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

<properties>
<!-- testing -->
<assertj.version>3.23.1</assertj.version>
<assertj.version>3.27.7</assertj.version>
<maven.compiler.source>12</maven.compiler.source>
<maven.compiler.target>12</maven.compiler.target>
<rx.java.version>1.2.5</rx.java.version>
Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-streams-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<version>3.27.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-streams-collect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dependencies>

<properties>
<assertj.version>3.23.1</assertj.version>
<assertj.version>3.27.7</assertj.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion core-java-modules/core-java-streams-maps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<version>3.27.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion custom-pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<properties>
<maven-compiler-plugin.version>3.10.0</maven-compiler-plugin.version>
<pmdVersion>6.53.0</pmdVersion>
<pmdVersion>7.22.0</pmdVersion>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</build>

<properties>
<io.grpc.version>1.40.1</io.grpc.version>
<io.grpc.version>1.75.0</io.grpc.version>
<protoc.version>3.17.2</protoc.version>
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</build>

<properties>
<jackson-core.version>2.15.2</jackson-core.version>
<jackson-core.version>2.18.6</jackson-core.version>
<reflections.version>0.9.11</reflections.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion jgit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</dependencies>

<properties>
<org.eclipse.jgit.version>4.5.0.201609210915-r</org.eclipse.jgit.version>
<org.eclipse.jgit.version>5.13.4.202507202350-r</org.eclipse.jgit.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion json-modules/json-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<properties>
<jsoniter.version>0.9.23</jsoniter.version>
<moshi.version>1.9.2</moshi.version>
<fastjson.version>1.2.21</fastjson.version>
<fastjson.version>1.2.48</fastjson.version>
<json.version>20211205</json.version>
<jsonschema2pojo-core.version>1.1.1</jsonschema2pojo-core.version>
<jackson-jsonld.version>0.1.1</jackson-jsonld.version>
Expand Down
2 changes: 1 addition & 1 deletion libraries-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<mesos.library.version>1.11.0</mesos.library.version>
<parallel-collectors.version>1.1.0</parallel-collectors.version>
<handlebars.version>4.3.1</handlebars.version>
<jasperreports.version>6.20.0</jasperreports.version>
<jasperreports.version>7.0.4</jasperreports.version>
<spring.version>5.3.25</spring.version>
<hsqldb.version>2.7.1</hsqldb.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion libraries-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<properties>
<jackson-annotations.version>2.14.2</jackson-annotations.version>
<jackson-core.version>2.14.2</jackson-core.version>
<jackson-core.version>2.18.6</jackson-core.version>
<jdeferred.version>1.2.6</jdeferred.version>
<eclipse-collections.version>8.2.0</eclipse-collections.version>
<noexception.version>1.1.0</noexception.version>
Expand Down
2 changes: 1 addition & 1 deletion libraries-data-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<awaitility.version>3.0.0</awaitility.version>
<univocity.version>2.8.4</univocity.version>
<swagger-parser.version>2.1.13</swagger-parser.version>
<minio.version>8.5.2</minio.version>
<minio.version>8.6.0</minio.version>
</properties>

</project>
4 changes: 2 additions & 2 deletions libraries-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@
<assembly.plugin.version>2.3</assembly.plugin.version>
<httpclient.version>3.1</httpclient.version>
<storm.version>1.2.2</storm.version>
<kafka.version>3.3.1</kafka.version>
<kafka.version>3.9.2</kafka.version>
<ignite.version>2.14.0</ignite.version>
<ignite-spring-data.version>2.9.1</ignite-spring-data.version>
<gson.version>2.9.1</gson.version>
<cache.version>1.1.1</cache.version>
<flink.version>1.5.0</flink.version>
<hazelcast.version>5.2.0</hazelcast.version>
<hazelcast.version>5.6.0</hazelcast.version>
<org.apache.crunch.crunch-core.version>1.0.0</org.apache.crunch.crunch-core.version>
<org.apache.hadoop.hadoop-client>2.2.0</org.apache.hadoop.hadoop-client>
<jmapper.version>1.6.0.1</jmapper.version>
Expand Down
2 changes: 1 addition & 1 deletion libraries-files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<org.ini4j.version>0.5.4</org.ini4j.version>
<commons-configuration2>2.8.0</commons-configuration2>
<itext7-core.version>7.2.4</itext7-core.version>
<assertj-core.version>3.23.1</assertj-core.version>
<assertj-core.version>3.27.7</assertj-core.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion libraries-http-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</build>

<properties>
<okhttp.version>4.9.1</okhttp.version>
<okhttp.version>5.3.2</okhttp.version>
<gson.version>2.8.5</gson.version>
<mockwebserver.version>4.9.1</mockwebserver.version>
<jetty.httpclient.version>1.0.3</jetty.httpclient.version>
Expand Down
4 changes: 2 additions & 2 deletions libraries-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
<properties>
<gson.version>2.8.5</gson.version>
<httpclient.version>4.5.3</httpclient.version>
<com.squareup.okhttp3.version>4.9.1</com.squareup.okhttp3.version>
<com.squareup.okhttp3.version>5.3.2</com.squareup.okhttp3.version>
<googleclient.version>1.23.0</googleclient.version>
<async.http.client.version>2.2.0</async.http.client.version>
<async.http.client.version>3.0.9</async.http.client.version>
<retrofit.version>2.3.0</retrofit.version>
<unirest.version>1.4.9</unirest.version>
<javalin.version>1.6.0</javalin.version>
Expand Down
2 changes: 1 addition & 1 deletion libraries-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<tink.version>1.2.2</tink.version>
<cryptacular.version>1.2.2</cryptacular.version>
<jasypt.version>1.9.2</jasypt.version>
<bouncycastle.version>1.58</bouncycastle.version>
<bouncycastle.version>1.70</bouncycastle.version>
<jsch.version>0.1.55</jsch.version>
<apache-mina.version>2.5.1</apache-mina.version>
<spring-security-oauth2.version>2.4.0.RELEASE</spring-security-oauth2.version>
Expand Down
2 changes: 1 addition & 1 deletion libraries-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<httpclient.version>4.5.3</httpclient.version>
<jetty.version>9.4.27.v20200227</jetty.version>
<netty.version>4.1.20.Final</netty.version>
<tomcat.version>8.5.24</tomcat.version>
<tomcat.version>9.0.117</tomcat.version>
<smack.version>4.3.1</smack.version>
<eclipse.paho.client.mqttv3.version>1.2.0</eclipse.paho.client.mqttv3.version>
<nanohttpd.version>2.3.1</nanohttpd.version>
Expand Down
2 changes: 1 addition & 1 deletion logging-modules/log-mdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</build>

<properties>
<log4j2.version>2.17.1</log4j2.version>
<log4j2.version>2.25.4</log4j2.version>
<disruptor.version>3.3.6</disruptor.version>
<jbosslogging.version>3.3.0.Final</jbosslogging.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion logging-modules/log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<properties>
<log4j-api.version>2.17.1</log4j-api.version>
<log4j-core.version>2.17.1</log4j-core.version>
<log4j-core.version>2.25.4</log4j-core.version>
<disruptor.version>3.3.6</disruptor.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion logging-modules/log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<properties>
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
<log4j-core.version>2.19.0</log4j-core.version>
<log4j-core.version>2.25.4</log4j-core.version>
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion messaging-modules/spring-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<properties>
<springframework.version>4.3.4.RELEASE</springframework.version>
<activemq.version>5.14.1</activemq.version>
<activemq.version>5.19.2</activemq.version>
<spring-boot-test.version>1.5.10.RELEASE</spring-boot-test.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<mockito-core.version>4.6.1</mockito-core.version>
Expand Down
2 changes: 1 addition & 1 deletion osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</build>

<properties>
<okhttp.version>3.9.0</okhttp.version>
<okhttp.version>5.3.2</okhttp.version>
<javax.json.version>1.1</javax.json.version>
<osgi.version>6.0.0</osgi.version>
<maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion parent-boot-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<logback.version>1.4.4</logback.version>
<logback.version>1.5.25</logback.version>
<slf4j.version>2.0.3</slf4j.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion parent-spring-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</build>

<properties>
<spring.version>4.3.27.RELEASE</spring.version>
<spring.version>7.0.6</spring.version>
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion parent-spring-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</dependencies>

<properties>
<spring.version>5.3.28</spring.version>
<spring.version>6.2.11</spring.version>
<spring-security.version>5.7.3</spring-security.version>
<spring-boot-starter-test.version>1.5.10.RELEASE</spring-boot-starter-test.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<poi-scratchpad.version>3.15</poi-scratchpad.version>
<batik-transcoder.version>1.8</batik-transcoder.version>
<poi-ooxml.version>3.15</poi-ooxml.version>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf.version>3.1.4.RELEASE</thymeleaf.version>
<flying-saucer-pdf.version>9.1.20</flying-saucer-pdf.version>
<open-html-pdfbox.version>1.0.6</open-html-pdfbox.version>
<open-html-pdf-core.version>1.0.6</open-html-pdf-core.version>
Expand Down
Loading