Skip to content

Commit

Permalink
update spring-boot 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahbutstill committed Nov 7, 2024
1 parent b84fe78 commit e6ccd48
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions 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.3.4</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.yeahbutstill</groupId>
Expand Down Expand Up @@ -208,13 +208,6 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -268,4 +261,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit e6ccd48

Please sign in to comment.