Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
fix(deps): update backend non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2023
1 parent a97222f commit 612ba60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/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.0.4</version>
<version>3.0.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.papermc.hangar-auth</groupId>
Expand All @@ -25,7 +25,7 @@
<pg.version>1.17.6</pg.version>
<webp.version>0.1.6</webp.version>
<springdoc.version>1.6.15</springdoc.version>
<spring-cloud-aws.version>3.0.0-RC1</spring-cloud-aws.version>
<spring-cloud-aws.version>3.0.0-RC2</spring-cloud-aws.version>

<native-maven-plugin.version>0.9.20</native-maven-plugin.version>
</properties>
Expand Down

0 comments on commit 612ba60

Please sign in to comment.