Skip to content

Commit

Permalink
Main spring migration (#132)
Browse files Browse the repository at this point in the history
* upgrades gradle
upgrades spring security
upgrades SecurityConfig
fixes docker image in compose to run on latest mysql

* upgrade Spring

* fixes integration tests

* optimize imports

* fixes LOB mapping to tinytext

* fixes owasp

* upgrades container image to use java 17

* fixes build
  • Loading branch information
ndc-dxc authored Aug 6, 2024
1 parent 3362be1 commit 21cbc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ plugins {
id 'org.springframework.boot' version '3.3.2'
id 'io.spring.dependency-management' version '1.1.6'
id 'java'
id 'com.google.cloud.tools.jib' version '3.1.4'
id 'checkstyle'
id 'jacoco'
id 'org.owasp.dependencycheck' version '8.2.1'
id 'com.github.spotbugs' version '6.0.19'
id 'org.openapi.generator' version '6.6.0'
id 'org.openapi.generator' version '7.7.0'
id 'idea'
id 'com.google.cloud.tools.jib' version '3.4.3'
}

group = 'it.gov.innovazione'
Expand Down

0 comments on commit 21cbc4b

Please sign in to comment.