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

Commit 8928c41

Browse files
chore(deps): update backend non-major dependencies
1 parent f0b51d0 commit 8928c41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.0.2</version>
8+
<version>3.0.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.papermc.hangar-auth</groupId>
@@ -20,14 +20,14 @@
2020
<hydra-client.version>1.11.8</hydra-client.version>
2121
<okhttp.version>4.10.0</okhttp.version>
2222
<jdbi3-bom.version>3.37.1</jdbi3-bom.version>
23-
<annotations.version>24.0.0</annotations.version>
23+
<annotations.version>24.0.1</annotations.version>
2424
<h2.version>2.1.214</h2.version>
2525
<pg.version>1.17.6</pg.version>
2626
<webp.version>0.1.6</webp.version>
2727
<springdoc.version>1.6.14</springdoc.version>
2828
<spring-cloud-aws.version>3.0.0-RC1</spring-cloud-aws.version>
2929

30-
<native-maven-plugin.version>0.9.19</native-maven-plugin.version>
30+
<native-maven-plugin.version>0.9.20</native-maven-plugin.version>
3131
</properties>
3232

3333
<!-- spring-cloud-aws requires this rn -->

0 commit comments

Comments
 (0)