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

Commit a4e5857

Browse files
fix(deps): update backend non-major dependencies
1 parent a97222f commit a4e5857

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

backend/pom.xml

Lines changed: 4 additions & 4 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.4</version>
8+
<version>3.0.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.papermc.hangar-auth</groupId>
@@ -22,10 +22,10 @@
2222
<jdbi3-bom.version>3.37.1</jdbi3-bom.version>
2323
<annotations.version>24.0.1</annotations.version>
2424
<h2.version>2.1.214</h2.version>
25-
<pg.version>1.17.6</pg.version>
25+
<pg.version>1.18.0</pg.version>
2626
<webp.version>0.1.6</webp.version>
27-
<springdoc.version>1.6.15</springdoc.version>
28-
<spring-cloud-aws.version>3.0.0-RC1</spring-cloud-aws.version>
27+
<springdoc.version>1.7.0</springdoc.version>
28+
<spring-cloud-aws.version>3.0.0-RC2</spring-cloud-aws.version>
2929

3030
<native-maven-plugin.version>0.9.20</native-maven-plugin.version>
3131
</properties>

0 commit comments

Comments
 (0)