feat!: bump to 4.0.0 Spring Boot
All checks were successful
Release / release (push) Successful in 25s
All checks were successful
Release / release (push) Successful in 25s
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>21</java.version>
|
<java.version>21</java.version>
|
||||||
<spring.boot.version>3.5.7</spring.boot.version>
|
<spring.boot.version>4.0.0</spring.boot.version>
|
||||||
<kotlin.version>2.2.0</kotlin.version>
|
<kotlin.version>2.2.0</kotlin.version>
|
||||||
<jda.version>6.1.1</jda.version>
|
<jda.version>6.1.1</jda.version>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -71,6 +71,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
<version>${spring.boot.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>true</skip>
|
<skip>true</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user