Browse Source

Update to Spring Boot 2.4.0

Joe Grandja 4 years ago
parent
commit
f0ecb5b93f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -1,5 +1,5 @@
 version=0.1.0-SNAPSHOT
-springBootVersion=2.4.0-M3
+springBootVersion=2.4.0
 org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
 org.gradle.parallel=true
 org.gradle.caching=true