Skip to content

Commit

Permalink
Library cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jul 30, 2024
1 parent 5749d5d commit 7f47799
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<shedlock.version>4.15.1</shedlock.version>
<lombok.version>1.18.24</lombok.version>
<nats.version>2.11.0</nats.version>
<guava.version>30.1.1-jre</guava.version>
<guava.version>33.2.1-jre</guava.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.2</version>
<version>3.0.13</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -106,6 +106,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down

0 comments on commit 7f47799

Please sign in to comment.