Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Nov 27, 2024
1 parent d913f6a commit 4ecd435
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions para-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.11.1</version>
<executions>
<execution>
<id>javadocs</id>
Expand All @@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
20 changes: 10 additions & 10 deletions para-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>para-core</name>

<properties>
<jacksonVer>2.17.2</jacksonVer>
<jacksonVer>2.18.1</jacksonVer>
<flexmarkVer>0.64.8</flexmarkVer>
</properties>

Expand All @@ -28,14 +28,14 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.176</version>
<version>4.8.179</version>
</dependency>

<!-- INJECT & JAX-RS -->
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.1.0</version>
<version>4.0.0</version>
<!--<scope>provided</scope>-->
</dependency>
<dependency>
Expand Down Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand All @@ -181,12 +181,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version>
<version>1.18.1</version>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
Expand Down Expand Up @@ -294,7 +294,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<configuration>
<revisionOnScmFailure>UNKNOWN</revisionOnScmFailure>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
Expand All @@ -316,7 +316,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down Expand Up @@ -346,7 +346,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.11.1</version>
<executions>
<execution>
<id>javadocs</id>
Expand All @@ -368,7 +368,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
12 changes: 6 additions & 6 deletions para-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.11.1</version>
<executions>
<execution>
<id>javadocs</id>
Expand Down Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-cache-hazelcast</artifactId>
<version>[1.40.2,)</version>
<version>[1.41.3,)</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -138,7 +138,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-dao-cassandra</artifactId>
<version>[1.38.3,)</version>
<version>[1.41.1,)</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -148,7 +148,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-dao-mongodb</artifactId>
<version>[1.40.2,)</version>
<version>[1.42.0,)</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -158,7 +158,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-search-elasticsearch</artifactId>
<version>[1.40.5,)</version>
<version>[1.41.3,)</version>
</dependency>
</dependencies>
</profile>
Expand Down Expand Up @@ -237,7 +237,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.10.1</version>
<version>0.10.3</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down
20 changes: 10 additions & 10 deletions para-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<name>para-server</name>

<properties>
<springSecVer>6.3.4</springSecVer>
<springLdapVer>3.2.7</springLdapVer>
<springSecVer>6.4.1</springSecVer>
<springLdapVer>3.2.8</springLdapVer>
</properties>

<dependencies>
Expand Down Expand Up @@ -243,12 +243,12 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>
Expand All @@ -259,7 +259,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.40</version>
<version>9.47</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
Expand Down Expand Up @@ -288,7 +288,7 @@
<dependency>
<groupId>org.elasticmq</groupId>
<artifactId>elasticmq-rest-sqs_2.13</artifactId>
<version>1.6.5</version>
<version>1.6.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -396,7 +396,7 @@

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>unpack-dynamodb-local</id>
Expand Down Expand Up @@ -424,7 +424,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down Expand Up @@ -453,7 +453,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.11.1</version>
<executions>
<execution>
<id>javadocs</id>
Expand All @@ -475,7 +475,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@
<logbackVer>1.5.3</logbackVer>
<awsJdkVer>[2.21.23,)</awsJdkVer>
<jerseyVer>3.1.6</jerseyVer>
<springBootVer>3.3.5</springBootVer>
<springBootVer>3.4.0</springBootVer>
<metricsVer>4.2.25</metricsVer>
<httpClientVer>5.3.1</httpClientVer>
<httpCoreVer>5.2.4</httpCoreVer>
<commonsCodecVer>1.16.1</commonsCodecVer>
<lucenePluginVer>1.49.2</lucenePluginVer>
<sqlPluginVer>1.49.0</sqlPluginVer>
<junitVer>5.11.2</junitVer>
<junitVer>5.11.3</junitVer>
<junitPlatformVer>1.10.2</junitPlatformVer>
</properties>

Expand All @@ -97,7 +97,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.14.1</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<goals>
Expand All @@ -139,7 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
Expand Down Expand Up @@ -210,7 +210,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>4.0.0.4121</version>
<version>5.0.0.4389</version>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -243,7 +243,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -294,7 +294,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -333,7 +333,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<reportSets>
<reportSet>
<reports>
Expand Down

0 comments on commit 4ecd435

Please sign in to comment.