From d909f79d7b0065a11bb5ae596b9dff62d2499924 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 24 Apr 2025 13:11:22 +0200 Subject: [PATCH] Update dependencies --- gradle.properties | 13 ++++++------- spring-shell-core/spring-shell-core.gradle | 1 - .../spring-shell-management.gradle | 1 - spring-shell-standard/spring-shell-standard.gradle | 1 - spring-shell-table/spring-shell-table.gradle | 1 - 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index 859d17fe..0c46e876 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,11 @@ version=3.4.1-SNAPSHOT springBootVersion=3.5.0-SNAPSHOT -nativeBuildToolsVersion=0.10.1 -commonsIoVersion=2.18.0 -jlineVersion=3.26.3 +nativeBuildToolsVersion=0.10.6 +commonsIoVersion=2.19.0 +jlineVersion=3.29.0 st4Version=4.3.4 -jimfsVersion=1.2 -gradleEnterpriseVersion=3.16.2 -springGeConventionsVersion=0.0.15 -findbugsVersion=3.0.2 +jimfsVersion=1.3.0 +gradleEnterpriseVersion=3.19.2 +springGeConventionsVersion=0.0.17 org.gradle.caching=true includeFfm=false \ No newline at end of file diff --git a/spring-shell-core/spring-shell-core.gradle b/spring-shell-core/spring-shell-core.gradle index 290d6cf2..5599d652 100644 --- a/spring-shell-core/spring-shell-core.gradle +++ b/spring-shell-core/spring-shell-core.gradle @@ -17,7 +17,6 @@ dependencies { api('org.jline:jline-terminal') api('org.antlr:ST4') api('commons-io:commons-io') - compileOnly 'com.google.code.findbugs:jsr305' testImplementation('org.springframework.boot:spring-boot-test') testImplementation('org.junit.jupiter:junit-jupiter-engine') testImplementation('org.junit.jupiter:junit-jupiter-params') diff --git a/spring-shell-management/spring-shell-management.gradle b/spring-shell-management/spring-shell-management.gradle index 72ffb830..084a39ac 100644 --- a/spring-shell-management/spring-shell-management.gradle +++ b/spring-shell-management/spring-shell-management.gradle @@ -22,6 +22,5 @@ dependencies { api "org.antlr:ST4:$st4Version" api "commons-io:commons-io:$commonsIoVersion" api "com.google.jimfs:jimfs:$jimfsVersion" - api "com.google.code.findbugs:jsr305:$findbugsVersion" } } diff --git a/spring-shell-standard/spring-shell-standard.gradle b/spring-shell-standard/spring-shell-standard.gradle index bdbcdad8..4ec55e41 100644 --- a/spring-shell-standard/spring-shell-standard.gradle +++ b/spring-shell-standard/spring-shell-standard.gradle @@ -7,7 +7,6 @@ description = 'Spring Shell Standard' dependencies { management platform(project(":spring-shell-management")) implementation project(':spring-shell-core') - compileOnly 'com.google.code.findbugs:jsr305' testImplementation('org.springframework.boot:spring-boot-test') testImplementation('org.junit.jupiter:junit-jupiter-engine') testImplementation('org.junit.jupiter:junit-jupiter-params') diff --git a/spring-shell-table/spring-shell-table.gradle b/spring-shell-table/spring-shell-table.gradle index 82bc1569..6d50dfa9 100644 --- a/spring-shell-table/spring-shell-table.gradle +++ b/spring-shell-table/spring-shell-table.gradle @@ -8,7 +8,6 @@ dependencies { management platform(project(":spring-shell-management")) api('org.springframework:spring-core') api('org.springframework:spring-context') - compileOnly 'com.google.code.findbugs:jsr305' testImplementation('org.springframework.boot:spring-boot-test') testImplementation('org.junit.jupiter:junit-jupiter-engine') testImplementation('org.junit.jupiter:junit-jupiter-params')