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

Commit

Permalink
chore(deps): update backend non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent cd75b7b commit 29e7285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2</version>
<version>3.0.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.papermc.hangar-auth</groupId>
Expand All @@ -20,14 +20,14 @@
<hydra-client.version>1.11.8</hydra-client.version>
<okhttp.version>4.10.0</okhttp.version>
<jdbi3-bom.version>3.37.1</jdbi3-bom.version>
<annotations.version>24.0.0</annotations.version>
<annotations.version>24.0.1</annotations.version>
<h2.version>2.1.214</h2.version>
<pg.version>1.17.6</pg.version>
<webp.version>0.1.6</webp.version>
<springdoc.version>1.6.14</springdoc.version>
<springdoc.version>1.6.15</springdoc.version>
<spring-cloud-aws.version>3.0.0-RC1</spring-cloud-aws.version>

<native-maven-plugin.version>0.9.19</native-maven-plugin.version>
<native-maven-plugin.version>0.9.20</native-maven-plugin.version>
</properties>

<!-- spring-cloud-aws requires this rn -->
Expand Down

0 comments on commit 29e7285

Please sign in to comment.