Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jun 7, 2024
1 parent 899ae04 commit cd4af31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.0</jacksonVer>
<jacksonVer>2.17.1</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.168</version>
<version>4.8.172</version>
</dependency>

<!-- INJECT & JAX-RS -->
Expand Down Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
</dependency>
<!-- <dependency>
<groupId>jakarta.el</groupId>
Expand All @@ -267,7 +267,7 @@
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>sslcontext-kickstart</artifactId>
<version>8.3.3</version>
<version>8.3.5</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -368,7 +368,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
4 changes: 2 additions & 2 deletions para-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>para-server</name>

<properties>
<springSecVer>6.2.4</springSecVer>
<springSecVer>6.3.0</springSecVer>
<springLdapVer>3.2.3</springLdapVer>
</properties>

Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.1</version>
<version>6.6.2</version>
</dependency>
<!-- FOR JAKARTA WORKAROUND - REMOVE AFTER SAML LIB HAS BEEN UPDATED -->
<dependency>
Expand Down

0 comments on commit cd4af31

Please sign in to comment.