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