Skip to content

Commit

Permalink
Update spring boot version to 3.3.5 #3544 (#3615)
Browse files Browse the repository at this point in the history
* update spring boot version to 3.3.5 #3544

* added additional dependency org.flywaydb:flyway-database-postgresql to make flyway 10.10.0 and postgres 15.6 compatible
  • Loading branch information
hamidonos authored Jan 8, 2025
1 parent 04a42b1 commit 16f3ffb
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 157 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
id 'org.openapi.generator' version '7.8.0'

// spring
id 'org.springframework.boot' version '3.2.2' apply false
id 'org.springframework.boot' version '3.3.5' apply false

// spotless code formatter
// (see https://github.com/diffplug/spotless)
Expand Down
3 changes: 2 additions & 1 deletion gradle/libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ext {
// There exists an issue for it at https://github.com/mercedes-benz/sechub/issues/3080
restDocsApiSpec: "0.17.1",
jacksonAnnotations: "2.17.2",
jacksonDatabind: "2.13.4.1",
jacksonDatabind: "2.17.2",
jacksonDatatypeJsr310: "2.17.2",
jacksonDatabindNullable: "0.2.6",
javaxAnnotationApi: "1.3.2",
Expand Down Expand Up @@ -144,6 +144,7 @@ ext {
database_h2: "com.h2database:h2",
// here we do NOT set a library version - will be handled automatically by spring boot dependency management
flyway: "org.flywaydb:flyway-core",
flyway_database_postgresql: "org.flywaydb:flyway-database-postgresql",


/* additional (2): version based on other libraries used by spring boot */
Expand Down
Loading

0 comments on commit 16f3ffb

Please sign in to comment.