bump some libraries to newer minor releases

This commit is contained in:
Gerlach, Winfried
2024-12-18 13:38:17 +01:00
committed by Mahmoud @ Broadcom
parent 3db4076503
commit fc2cea5808
11 changed files with 17 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ dependencies {
api "log4j:log4j:$log4jVersion"
api "jakarta.persistence:jakarta.persistence-api:$jakartaPersistenceVersion"
api "com.esotericsoftware:kryo-shaded:$kryoVersion"
api "org.springframework.shell:spring-shell:$springShellVersion"
api "org.springframework.shell:spring-shell-core:$springShellVersion"
api "org.eclipse.uml2:uml:$eclipseUml2UmlVersion"
api "org.eclipse.uml2:types:$eclipseUml2TypesVersion"
api "org.eclipse.uml2:common:$eclipseUml2CommonVersion"

View File

@@ -13,7 +13,7 @@ dependencies {
constraints {
api "com.google.code.findbugs:jsr305:$findbugsVersion"
api "com.esotericsoftware:kryo-shaded:$kryoVersion"
api "org.springframework.shell:spring-shell:$springShellVersion"
api "org.springframework.shell:spring-shell-core:$springShellVersion"
api "jakarta.persistence:jakarta.persistence-api:$jakartaPersistenceVersion"
api "org.eclipse.uml2:uml:$eclipseUml2UmlVersion"
api "org.eclipse.uml2:types:$eclipseUml2TypesVersion"