Skip to content

Commit

Permalink
bump spring version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamv108 committed Nov 27, 2023
1 parent 41d89e3 commit bbfb67a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ buildscript {
plugins {
id 'java'
id 'jacoco'
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.springframework.boot' version '3.2.0'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.hibernate.orm' version '6.3.1.Final'
id 'org.sonarqube' version '4.0.0.2929'
}

Expand Down Expand Up @@ -82,6 +83,13 @@ tasks.named('test') {
useJUnitPlatform()
}

hibernate {
enhancement {
enableAssociationManagement = true
}
}


tasks.withType(io.spring.javaformat.gradle.tasks.CheckFormat) {
exclude "package/to/exclude"
}
Expand Down
5 changes: 0 additions & 5 deletions gradle/gradle.properties

This file was deleted.

0 comments on commit bbfb67a

Please sign in to comment.