Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 18, 2024
1 parent f3884a3 commit fc9e622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions para-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
Expand All @@ -182,7 +182,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<awsJdkVer>[2.21.23,)</awsJdkVer>
<jerseyVer>2.41</jerseyVer>
<springBootVer>2.7.18</springBootVer>
<metricsVer>4.2.19</metricsVer>
<metricsVer>4.2.22</metricsVer>
<httpClientVer>5.2.1</httpClientVer>
<httpCoreVer>5.2.2</httpCoreVer>
<commonsCodecVer>1.16.0</commonsCodecVer>
Expand Down

0 comments on commit fc9e622

Please sign in to comment.