Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 25, 2024
1 parent b2aaedb commit dc89049
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion para-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.49.6-SNAPSHOT</version>
<version>1.50.0-SNAPSHOT</version>
</parent>

<artifactId>para-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion para-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.49.6-SNAPSHOT</version>
<version>1.50.0-SNAPSHOT</version>
</parent>

<artifactId>para-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion para-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.49.6-SNAPSHOT</version>
<version>1.50.0-SNAPSHOT</version>
</parent>

<artifactId>para-jar</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions para-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.49.6-SNAPSHOT</version>
<version>1.50.0-SNAPSHOT</version>
</parent>

<artifactId>para-server</artifactId>
<packaging>jar</packaging>
<name>para-server</name>

<properties>
<springSecVer>6.2.3</springSecVer>
<springLdapVer>3.2.2</springLdapVer>
<springSecVer>6.2.4</springSecVer>
<springLdapVer>3.2.3</springLdapVer>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion para-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.49.6-SNAPSHOT</version>
<version>1.50.0-SNAPSHOT</version>
</parent>

<artifactId>para-war</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.49.6-SNAPSHOT</version>
<version>1.50.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down Expand Up @@ -82,11 +82,11 @@
<logbackVer>1.5.3</logbackVer>
<awsJdkVer>[2.21.23,)</awsJdkVer>
<jerseyVer>3.1.6</jerseyVer>
<springBootVer>3.2.4</springBootVer>
<springBootVer>3.2.5</springBootVer>
<metricsVer>4.2.25</metricsVer>
<httpClientVer>5.3.1</httpClientVer>
<httpCoreVer>5.2.4</httpCoreVer>
<commonsCodecVer>1.16.0</commonsCodecVer>
<commonsCodecVer>1.16.1</commonsCodecVer>
<lucenePluginVer>1.47.0</lucenePluginVer>
<sqlPluginVer>1.47.0</sqlPluginVer>
<junitVer>5.10.2</junitVer>
Expand Down

0 comments on commit dc89049

Please sign in to comment.