issue_863: updated spring boot version. second try at it.

This commit is contained in:
TheSilentCoder 2024-11-26 19:49:30 -05:00
parent bc25d6a149
commit 4798b16a47
8 changed files with 11 additions and 38 deletions

View File

@ -3,12 +3,6 @@ plugins {
id 'com.google.protobuf' version '0.9.4'
}
repositories {
mavenCentral()
flatDir { dirs "lib" }
}
configurations {
compileOnly {
extendsFrom annotationProcessor

View File

@ -2,7 +2,7 @@ plugins {
id 'application'
id 'war'
id 'com.netflix.nebula.ospackage' version '11.8.0'
id 'org.springframework.boot' version '3.0.6'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.0'
}
@ -31,11 +31,6 @@ configurations {
all*.exclude module: 'spring-boot-starter-logging'
}
repositories {
flatDir { dirs "lib" }
mavenCentral()
}
dependencies {
implementation project(':HIRS_Utils')
implementation project(':HIRS_AttestationCA')

View File

@ -1,9 +1,3 @@
repositories {
mavenCentral()
flatDir { dirs "lib" }
}
dependencies {
implementation libs.commons.lang3

View File

@ -3,11 +3,6 @@ def packVersion = properties.get("packageVersion")
def jarVersion = properties.get("jarVersion")
//println "packageVersion is ${projVersion}"
repositories {
mavenCentral()
flatDir { dirs "lib" }
}
configurations {
compileOnly {
extendsFrom annotationProcessor
@ -37,7 +32,7 @@ dependencies {
}
// with the non-vulnerable version of the apache http client dependency
implementation libs.apacheHttpClient
implementation libs.slf4j.simple
compileOnly libs.lombok

View File

@ -18,6 +18,11 @@ subprojects {
apply plugin: "java"
apply plugin: "checkstyle"
repositories {
flatDir { dirs "lib" }
mavenCentral()
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)

View File

@ -9,7 +9,7 @@ gsonVersion = "2.11.0"
glassfishJakartaJsonVersion = "2.0.1"
glassfishJaxbRuntimeVersion = "4.0.5"
guavaVersion = "33.3.1-jre"
hibernateCoreVersion = "6.1.7.Final"
hibernateCoreVersion = "6.6.2.Final"
jacksonVersion = "2.18.0"
jakartaPersistenceApiVersion = "3.2.0"
jakartaServletVersion = "3.0.0"
@ -22,8 +22,8 @@ minimalJsonVersion = "0.9.5"
ospackageVersion = "11.2.0"
pciVersion = "0.3"
protobufJavaVersion = "4.28.3"
springBootVersion = "3.0.1"
springRetryVersion = "2.0.0"
springBootVersion = "3.3.5"
springRetryVersion = "2.0.10"
testngVersion = "7.10.2"
tomcatVersion = "10.1.33"
@ -34,7 +34,7 @@ junitJupiterVersion = "5.11.3"
junitPlatformVersion = "1.11.3"
mockitoVersion = "5.14.2"
slf4jVersion = "2.0.16"
springTestVersion = "6.0.8"
springTestVersion = "6.1.15"
spotBugAnnotationVersion = "4.8.6"
[libraries]

View File

@ -5,11 +5,6 @@ plugins {
def packVersion = properties.get("packageVersion");
def jarVersion = properties.get("jarVersion");
repositories {
mavenCentral()
flatDir { dirs "lib" }
}
dependencies {
implementation project(':HIRS_Utils')
implementation libs.commons.io

View File

@ -7,11 +7,6 @@ plugins {
def packVersion = properties.get("packageVersion");
def jarVersion = properties.get("jarVersion");
repositories {
mavenCentral()
flatDir { dirs "lib" }
}
dependencies {
implementation project(':HIRS_Utils')