Explorar el Código

Bump to springboot 3.5 (#3)

Daniel Bohry hace 2 meses
padre
commit
57d5613ae2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

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