Skip to content

Commit

Permalink
Merge pull request #17 from Bahmni/BAH-3934
Browse files Browse the repository at this point in the history
BAH-3934 | Fix. Bump Dependency Version
  • Loading branch information
mohan-13 committed Jul 4, 2024
2 parents 3dded1e + 189f855 commit 6bf7603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pacs_Simulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.0</version>

<properties>
<log4jVersion>2.17.1</log4jVersion>
<log4jVersion>2.23.1</log4jVersion>
<slf4jVersion>1.7.12</slf4jVersion>
<hapi-base.version>2.2</hapi-base.version>
<dcm4cheVersion>2.0.28</dcm4cheVersion>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi</groupId>
Expand Down

0 comments on commit 6bf7603

Please sign in to comment.