Skip to content

Commit b14e4f9

Browse files
authored
Downgrade Spring Boot to 3.2.0 (#290)
Avoids GraalVM Native Image issues: spring-projects/spring-security#14362
1 parent 6d3a1c6 commit b14e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.2</version>
9+
<version>3.2.0</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

0 commit comments

Comments
 (0)