Skip to content

Commit

Permalink
[#1931] Rollback: Spring Boot 3.0 requires Java 17
Browse files Browse the repository at this point in the history
Spring Boot 3.0 requires Java 17, use version 2.7 instead
  • Loading branch information
remkop committed Jan 25, 2023
1 parent 0c296cd commit 3c2fed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
junitDepVersion = "4.11.20120805.1225"
junitVersion = "4.13.2"
log4j2Version = "2.19.0"
springBootVersion = "3.0.2"
springBootVersion = "2.7.8" // Spring Boot 3.0 requires Java 17 as a minimum version
systemRulesVersion = "1.19.0"

supportDependencies = [
Expand Down

0 comments on commit 3c2fed0

Please sign in to comment.