bump some libraries to newer minor releases
This commit is contained in:
committed by
Mahmoud @ Broadcom
parent
3db4076503
commit
fc2cea5808
@@ -1,20 +1,20 @@
|
||||
#Mon Jun 19 10:33:34 UTC 2023
|
||||
version=4.0.1-SNAPSHOT
|
||||
springBootVersion=3.4.0-SNAPSHOT
|
||||
springBootVersion=3.4.2
|
||||
jakartaPersistenceVersion=3.1.0
|
||||
kryoVersion=4.0.2
|
||||
springShellVersion=3.4.0-SNAPSHOT
|
||||
eclipseEmfXmiVersion=2.11.1-v20150805-0538
|
||||
kryoVersion=4.0.3
|
||||
springShellVersion=3.4.0
|
||||
eclipseEmfXmiVersion=2.11.1
|
||||
eclipseUml2CommonVersion=2.0.0-v20140602-0749
|
||||
eclipseEmfCommonVersion=2.11.0-v20150805-0538
|
||||
eclipseEmfCommonVersion=2.11.0
|
||||
eclipseUml2TypesVersion=2.0.0-v20140602-0749
|
||||
eclipseEmfEcoreVersion=2.11.1-v20150805-0538
|
||||
eclipseEmfEcoreVersion=2.11.2
|
||||
eclipseUml2UmlVersion=5.0.0-v20140602-0749
|
||||
xcuratorVersion=2.11.1
|
||||
curatorVersion=5.5.0
|
||||
springAsciidoctorBackends=0.0.5
|
||||
awaitilityVersion=3.1.6
|
||||
reactorBlockHoundVersion=1.0.4.RELEASE
|
||||
reactorBlockHoundVersion=1.0.10.RELEASE
|
||||
findbugsVersion=3.0.2
|
||||
gradleEnterpriseVersion=3.16.2
|
||||
springGeConventionsVersion=0.0.15
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
management platform(project(":spring-statemachine-platform"))
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
testImplementation 'io.projectreactor:reactor-test'
|
||||
testImplementation 'org.assertj:assertj-core'
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-recipes-common')
|
||||
implementation 'org.springframework.boot:spring-boot-starter'
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
implementation ('org.hsqldb:hsqldb')
|
||||
implementation ('org.springframework:spring-jdbc')
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
management platform(project(":spring-statemachine-platform"))
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
testImplementation (project(':spring-statemachine-test'))
|
||||
testImplementation 'org.hamcrest:hamcrest-core'
|
||||
|
||||
@@ -7,6 +7,6 @@ description = 'Spring State Machine Samples Common'
|
||||
dependencies {
|
||||
management platform(project(":spring-statemachine-platform"))
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
implementation 'org.springframework.boot:spring-boot-starter'
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
management platform(project(":spring-statemachine-platform"))
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
testImplementation (project(':spring-statemachine-test'))
|
||||
testImplementation 'org.hamcrest:hamcrest-core'
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
management platform(project(":spring-statemachine-platform"))
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
testImplementation (project(':spring-statemachine-test'))
|
||||
testImplementation 'org.hamcrest:hamcrest-core'
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
management platform(project(":spring-statemachine-platform"))
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
testImplementation (project(':spring-statemachine-test'))
|
||||
testImplementation 'org.hamcrest:hamcrest-core'
|
||||
|
||||
@@ -9,5 +9,5 @@ dependencies {
|
||||
implementation project(':spring-statemachine-zookeeper')
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell'
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user