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