Skip to content

Commit

Permalink
DTSRD-4065 (#442)
Browse files Browse the repository at this point in the history
* spring-boot 3.3.7

* update to spring-boot 3.4.1

* update to spring cloud 2024.0.0

* removed unused version definitions
  • Loading branch information
lukasz-wolski authored Jan 20, 2025
1 parent e411f06 commit ab56ea8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.owasp.dependencycheck' version '10.0.4'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.1'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.1.0.4882'
id "org.flywaydb.flyway" version '9.22.3'
Expand Down Expand Up @@ -214,14 +214,13 @@ repositories {
}

ext {
springCloudVersion = '2023.0.3'
springCloudVersion = '2024.0.0'
}

def versions = [
junit : '5.11.3',
junitPlatform : '1.11.3',
reformLogging : '6.1.7',
springBoot : '3.3.5',
springfoxSwagger : '2.10.5',
lombok : '1.18.36',
flyway : '9.22.3',
Expand All @@ -232,7 +231,6 @@ def versions = [
junitPitest : '1.2.1',
jackson : '2.18.1',
log4j : '2.24.2',
springVersion : '5.3.39',
logback : '1.5.12',
bouncycastle : '1.79',
restAssured : '5.5.0',
Expand Down

0 comments on commit ab56ea8

Please sign in to comment.