Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Dec 6, 2023
1 parent bfc16a4 commit 428604b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 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.15.0</jacksonVer>
<jacksonVer>2.16.0</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.158</version>
<version>4.8.165</version>
</dependency>

<!-- INJECT & JAX-RS -->
Expand Down
14 changes: 7 additions & 7 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>5.8.5</springSecVer>
<springSecVer>5.8.8</springSecVer>
<springLdapVer>2.4.1</springLdapVer>
</properties>

Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.9</version>
<version>6.0.10</version>
</dependency>

<!-- SAML -->
Expand All @@ -149,7 +149,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.5</version>
<version>3.1.8</version>
</dependency>

<!-- JERSEY -->
Expand Down Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -255,7 +255,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.31</version>
<version>9.37.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
Expand Down Expand Up @@ -283,8 +283,8 @@
</dependency>
<dependency>
<groupId>org.elasticmq</groupId>
<artifactId>elasticmq-rest-sqs_2.11</artifactId>
<version>0.14.15</version>
<artifactId>elasticmq-rest-sqs_2.13</artifactId>
<version>1.5.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@
<skipUTs>${skipTests}</skipUTs>
<deployPluginVer>3.1.1</deployPluginVer>
<slf4jVer>1.7.36</slf4jVer>
<logbackVer>1.2.11</logbackVer>
<awsJdkVer>[2.20.35,)</awsJdkVer>
<jerseyVer>2.39.1</jerseyVer>
<springBootVer>2.7.17</springBootVer>
<logbackVer>1.2.13</logbackVer>
<awsJdkVer>[2.21.23,)</awsJdkVer>
<jerseyVer>2.41</jerseyVer>
<springBootVer>2.7.18</springBootVer>
<metricsVer>4.2.19</metricsVer>
<httpClientVer>5.2.1</httpClientVer>
<httpCoreVer>5.2.2</httpCoreVer>
<commonsCodecVer>1.16.0</commonsCodecVer>
<lucenePluginVer>1.46.0</lucenePluginVer>
<sqlPluginVer>1.46.0</sqlPluginVer>
<lucenePluginVer>1.47.0</lucenePluginVer>
<sqlPluginVer>1.47.0</sqlPluginVer>
</properties>

<dependencies>
Expand Down

0 comments on commit 428604b

Please sign in to comment.