Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CCD-6278_cve
  • Loading branch information
ankita-srivastava009 committed Nov 6, 2025
commit 96e4139d0f62c87dacd68b19a92757678aa9f78b
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '2.7.18'
springBootVersion = '3.3.4'
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
Expand All @@ -12,7 +12,7 @@ plugins {
id 'jacoco'
id 'idea'
id 'eclipse'
id 'org.springframework.boot' version '2.7.18'
id 'org.springframework.boot' version '3.3.4'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.sonarqube' version '5.0.0.4638'
Expand Down Expand Up @@ -1022,4 +1022,4 @@ void loadEnvSecrets(String env) {
project.file("./.${env}-remote-env").write(new String(os.toString().replace('\n', '').decodeBase64(), java.nio.charset.StandardCharsets.UTF_8))
}
}
}
}