Skip to content

Commit

Permalink
Merge pull request #3 from onc-healthit/fix/SITE-4228
Browse files Browse the repository at this point in the history
SITE-4228
  • Loading branch information
jwspcc authored Sep 30, 2024
2 parents a6dcabb + 5462843 commit a6c09ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.5.3</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
Expand Down Expand Up @@ -97,10 +97,10 @@
<artifactId>spring-messaging</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<scope>runtime</scope>
<version>2.18.0</version>
<type>pom</type>
</dependency>
</dependencies>

Expand All @@ -109,7 +109,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.2.4.RELEASE</version>
<version>5.3.39</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a6c09ea

Please sign in to comment.