@@ -23,7 +23,7 @@ _Gradle_
2323<!-- x-release-please-start-version -->
2424``` groovy
2525dependencies {
26- api platform("com.mx.path-core:platform:5.1 .0")
26+ api platform("com.mx.path-core:platform:6.0 .0")
2727
2828 implementation "com.mx.path-core:common"
2929 implementation "com.mx.path-core:context"
@@ -45,16 +45,16 @@ _Gradle_
4545<!-- x-release-please-start-version -->
4646``` groovy
4747dependencies {
48- implementation "com.mx.path-core:common:5.1 .0"
49- implementation "com.mx.path-core:context:5.1 .0"
50- implementation "com.mx.path-core:gateway:5.1 .0"
51- implementation "com.mx.path-core:http:5.1 .0"
52- implementation "com.mx.path-core:messaging:5.1 .0"
53- implementation "com.mx.path-core:utilities:5.1 .0"
48+ implementation "com.mx.path-core:common:6.0 .0"
49+ implementation "com.mx.path-core:context:6.0 .0"
50+ implementation "com.mx.path-core:gateway:6.0 .0"
51+ implementation "com.mx.path-core:http:6.0 .0"
52+ implementation "com.mx.path-core:messaging:6.0 .0"
53+ implementation "com.mx.path-core:utilities:6.0 .0"
5454
55- annotationProcessor "com.mx.path-core:gateway-generator:5.1 .0"
55+ annotationProcessor "com.mx.path-core:gateway-generator:6.0 .0"
5656
57- testImplementation "com.mx.path-core:testing:5.1 .0"
57+ testImplementation "com.mx.path-core:testing:6.0 .0"
5858}
5959```
6060<!-- x-release-please-end -->
0 commit comments