We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7792a commit 0fdf7bbCopy full SHA for 0fdf7bb
build.gradle.kts
@@ -16,7 +16,7 @@ subprojects {
16
apply(plugin = "info.solidsoft.pitest")
17
18
group = "de.cardanofoundation"
19
- version = "1.3.0"
+ version = "1.3.1"
20
21
sourceSets {
22
named("main") {
@@ -72,7 +72,7 @@ subprojects {
72
extra["springCloudVersion"] = "2023.0.0"
73
extra["jMoleculesVersion"] = "2023.1.0"
74
extra["flyway.version"] = "10.20.1"
75
- extra["cfLobPlatformVersion"] = "1.3.0-PR574-65faf2e-GHRUN22140634182"
+ extra["cfLobPlatformVersion"] = "1.3.1"
76
77
dependencies {
78
compileOnly("org.projectlombok:lombok:1.18.32")
0 commit comments