Ver Fonte

upgrade springboot version

Daniel Bohry há 8 meses atrás
pai
commit
45d2a8461c
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -1,7 +1,7 @@
 plugins {
     id 'java'
-    id 'org.springframework.boot' version '3.2.3'
-    id 'io.spring.dependency-management' version '1.1.4'
+    id 'org.springframework.boot' version '3.4.3'
+    id 'io.spring.dependency-management' version '1.1.7'
 }
 
 group = 'com.danielbohry'