Sfoglia il codice sorgente

upgrade springboot version

Daniel Bohry 8 mesi fa
parent
commit
45d2a8461c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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'