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 bc33383
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
- name: Checkout
uses: actions/checkout@v1
# - name: Checkmarx Action
# uses: checkmarx-ts/checkmarx-github-action@<version>
# with:
Expand Down
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 bc33383

Please sign in to comment.