Skip to content

Commit

Permalink
Merge pull request #9 from ncats/springBootUpdate
Browse files Browse the repository at this point in the history
Spring boot update
  • Loading branch information
blueSwordfish authored Sep 13, 2023
2 parents 637e867 + edce01f commit 18ea7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gsrs-module-adverse-events-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.7.11</version>
<version>2.4.5</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version>
<version>2.4.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit 18ea7db

Please sign in to comment.