@@ -4,14 +4,17 @@ plugins {
44 jacoco
55 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
66 id(" com.github.ben-manes.versions" ) version " 0.52.0"
7- id(" org.springframework.boot" ) version " 3.5.6"
7+ // id("org.springframework.boot") version "3.5.6"
8+ id(" org.springframework.boot" ) version " 3.5.8"
9+ // id("org.springframework.boot") version "4.0.0"
810 id(" org.springdoc.openapi-gradle-plugin" ) version " 1.9.0"
911 id(" io.spring.dependency-management" ) version " 1.1.7"
1012 id(" org.sonarqube" ) version " 7.0.1.6134"
1113 id(" io.sentry.jvm.gradle" ) version " 5.12.2"
1214}
1315
14- group = " hexlet.code"
16+
17+ group = " hexlet.code.app"
1518version = " 0.0.1-SNAPSHOT"
1619description = " Project for Spring Boot"
1720
@@ -27,12 +30,13 @@ java {
2730
2831repositories {
2932 mavenCentral()
30- maven { url = uri(" https://repo.spring.io/milestone" ) }
31- maven { url = uri(" https://repo.spring.io/snapshot" ) }
33+ // maven { url = uri("https://repo.spring.io/milestone") }
34+ // maven { url = uri("https://repo.spring.io/snapshot") }
3235}
3336
3437dependencies {
35- implementation(" org.springframework.boot:spring-boot-starter" )
38+ // implementation("org.springframework.boot:spring-boot-starter")
39+ implementation(" org.springframework.boot:spring-boot-starter:4.0.0" )
3640 implementation(" org.springframework.boot:spring-boot-starter-web" )
3741 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
3842 implementation(" org.springframework.boot:spring-boot-starter-validation" )
0 commit comments