Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 1, 2023
1 parent 5569bb1 commit fd5fd86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion para-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.154</version>
<version>4.8.157</version>
</dependency>

<!-- INJECT & JAX-RS -->
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,7 +12,7 @@
<name>para-server</name>

<properties>
<springSecVer>5.8.1</springSecVer>
<springSecVer>5.8.2</springSecVer>
<springLdapVer>2.4.1</springLdapVer>
</properties>

Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.2</version>
<version>3.1.5</version>
</dependency>

<!-- JERSEY -->
Expand Down Expand Up @@ -255,7 +255,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.30.1</version>
<version>9.31</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
<deployPluginVer>2.8.2</deployPluginVer>
<slf4jVer>1.7.36</slf4jVer>
<logbackVer>1.2.11</logbackVer>
<awsJdkVer>2.20.33</awsJdkVer>
<jerseyVer>2.38</jerseyVer>
<awsJdkVer>[2.20.35,)</awsJdkVer>
<jerseyVer>2.39</jerseyVer>
<springBootVer>2.7.10</springBootVer>
<metricsVer>4.2.15</metricsVer>
<metricsVer>4.2.17</metricsVer>
<httpClientVer>5.2.1</httpClientVer>
<httpCoreVer>5.2.1</httpCoreVer>
<commonsCodecVer>1.15</commonsCodecVer>
<lucenePluginVer>1.45.9</lucenePluginVer>
<sqlPluginVer>1.45.9</sqlPluginVer>
<lucenePluginVer>1.45.10</lucenePluginVer>
<sqlPluginVer>1.45.10</sqlPluginVer>
</properties>

<dependencies>
Expand Down

0 comments on commit fd5fd86

Please sign in to comment.