@@ -23,7 +23,7 @@ _Gradle_
2323<!-- x-release-please-start-version -->
2424``` groovy
2525dependencies {
26- api platform("com.mx.path-core:platform:6.0.1 ")
26+ api platform("com.mx.path-core:platform:6.0.2 ")
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:6.0.1 "
49- implementation "com.mx.path-core:context:6.0.1 "
50- implementation "com.mx.path-core:gateway:6.0.1 "
51- implementation "com.mx.path-core:http:6.0.1 "
52- implementation "com.mx.path-core:messaging:6.0.1 "
53- implementation "com.mx.path-core:utilities:6.0.1 "
48+ implementation "com.mx.path-core:common:6.0.2 "
49+ implementation "com.mx.path-core:context:6.0.2 "
50+ implementation "com.mx.path-core:gateway:6.0.2 "
51+ implementation "com.mx.path-core:http:6.0.2 "
52+ implementation "com.mx.path-core:messaging:6.0.2 "
53+ implementation "com.mx.path-core:utilities:6.0.2 "
5454
55- annotationProcessor "com.mx.path-core:gateway-generator:6.0.1 "
55+ annotationProcessor "com.mx.path-core:gateway-generator:6.0.2 "
5656
57- testImplementation "com.mx.path-core:testing:6.0.1 "
57+ testImplementation "com.mx.path-core:testing:6.0.2 "
5858}
5959```
6060<!-- x-release-please-end -->
0 commit comments