Skip to content

Commit

Permalink
Update to Spring Boot 3.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed Apr 9, 2024
1 parent 6a9cad9 commit 1018ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions technology/java-spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id "org.springframework.boot" version "3.0.7"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
id "org.springframework.boot" version "3.2.4"
}
apply plugin: 'io.spring.dependency-management'

def optaplannerVersion = "999-SNAPSHOT"
def assertjVersion = "3.24.2"
Expand Down
4 changes: 2 additions & 2 deletions technology/java-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.org.optaplanner>999-SNAPSHOT</version.org.optaplanner>
<version.org.springframework.boot>3.0.7</version.org.springframework.boot>
<version.org.springframework.boot>3.2.4</version.org.springframework.boot>

<version.compiler.plugin>3.8.1</version.compiler.plugin>
<version.surefire.plugin>3.0.0-M8</version.surefire.plugin>
<version.surefire.plugin>3.2.5</version.surefire.plugin>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 1018ce1

Please sign in to comment.