Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Sep 29, 2024
1 parent 30cbb81 commit adbc1a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 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.1</jacksonVer>
<jacksonVer>2.17.2</jacksonVer>
<flexmarkVer>0.64.8</flexmarkVer>
</properties>

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

<!-- INJECT & JAX-RS -->
Expand Down Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down Expand Up @@ -267,7 +267,7 @@
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>sslcontext-kickstart</artifactId>
<version>8.3.5</version>
<version>8.3.7</version>
</dependency>
</dependencies>

Expand Down
3 changes: 2 additions & 1 deletion para-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
</properties>

<build>
<finalName>para-${project.version}</finalName>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -49,7 +51,6 @@
<goal>repackage</goal>
</goals>
<configuration>
<finalName>para-${project.version}</finalName>
<mainClass>com.erudika.para.jar.Run</mainClass>
<layout>ZIP</layout>
</configuration>
Expand Down
6 changes: 3 additions & 3 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.0</springSecVer>
<springLdapVer>3.2.3</springLdapVer>
<springSecVer>6.3.3</springSecVer>
<springLdapVer>3.2.6</springLdapVer>
</properties>

<dependencies>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
<version>1.1.2</version>
<version>1.1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<logbackVer>1.5.3</logbackVer>
<awsJdkVer>[2.21.23,)</awsJdkVer>
<jerseyVer>3.1.6</jerseyVer>
<springBootVer>3.3.1</springBootVer>
<springBootVer>3.3.4</springBootVer>
<metricsVer>4.2.25</metricsVer>
<httpClientVer>5.3.1</httpClientVer>
<httpCoreVer>5.2.4</httpCoreVer>
Expand Down

0 comments on commit adbc1a1

Please sign in to comment.