Skip to content

Commit

Permalink
Downgrade spring boot to 3.2.5
Browse files Browse the repository at this point in the history
Until javadoc issue will be resolved
  • Loading branch information
nixel2007 authored Jun 4, 2024
1 parent 1650bab commit 824894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id("io.freefair.maven-central.validate-poms") version "8.6"
id("me.qoomon.git-versioning") version "6.4.3"
id("com.github.ben-manes.versions") version "0.51.0"
id("org.springframework.boot") version "3.3.0"
id("org.springframework.boot") version "3.2.5"
id("io.spring.dependency-management") version "1.1.5"
id("io.github.1c-syntax.bslls-dev-tools") version "0.8.0"
id("ru.vyarus.pom") version "3.0.0"
Expand Down

0 comments on commit 824894f

Please sign in to comment.