Skip to content

Commit

Permalink
Another attempt at fixing duplicates issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agordon-vivid committed Dec 3, 2024
1 parent 4ce584c commit a3c4ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/wfprev-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.2.0</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency> <!-- not in our artifactory. Needs to be added -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<version>3.3.5</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit a3c4ab0

Please sign in to comment.