Skip to content

Commit

Permalink
Update to Spring Boot 3.2.2
Browse files Browse the repository at this point in the history
Update Spring Boot to 3.2.2 for Jetty connection idle timeout fix [spring-projects/spring-boot#38960](spring-projects/spring-boot#38960)
  • Loading branch information
amvanbaren committed Jul 31, 2024
1 parent 53d3903 commit 4e144e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'jacoco'
id 'nu.studer.jooq' version '8.2.1'
id 'de.undercouch.download' version '5.4.0'
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.gatling.gradle' version '3.9.5'
id 'java'
Expand Down

0 comments on commit 4e144e6

Please sign in to comment.