Skip to content

Commit ce5d626

Browse files
github-actions[bot]stevecl5
authored andcommitted
chore(master): release 7.0.3
1 parent 9ca3c45 commit ce5d626

4 files changed

Lines changed: 17 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.2"
2+
".": "7.0.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414

1515
* upgrade to core:3.0.0 ([79dbbf5](https://github.com/mxenabled/path-facilities/commit/79dbbf5e773fa3b15759c18ff088899707d774c3))
1616

17+
## [7.0.3](https://github.com/mxenabled/path-facilities/compare/v7.0.2...v7.0.3) (2026-05-04)
18+
19+
20+
### Build System
21+
22+
* minor gradle formatting changes ([9ca3c45](https://github.com/mxenabled/path-facilities/commit/9ca3c45bd11bdd1ee36c7135f24bd8a7fea6655d))
23+
1724
## [7.0.2](https://github.com/mxenabled/path-facilities/compare/v7.0.1...v7.0.2) (2026-03-18)
1825

1926

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Gradle_
2222
<!-- x-release-please-start-version -->
2323
```groovy
2424
dependencies {
25-
api platform("com.mx.path-facilities:platform:7.0.2")
25+
api platform("com.mx.path-facilities:platform:7.0.3")
2626
2727
implementation "com.mx.path-facilities:store-redis"
2828
implementation "com.mx.path-facilities:store-vault"
@@ -41,13 +41,13 @@ _Gradle_
4141
<!-- x-release-please-start-version -->
4242
```groovy
4343
dependencies {
44-
implementation "com.mx.path-facilities:store-redis:7.0.2"
45-
implementation "com.mx.path-facilities:store-vault:7.0.2"
46-
implementation "com.mx.path-facilities:encryption-service-vault:7.0.2"
47-
implementation "com.mx.path-facilities:encryption-service-jasypt:7.0.2"
48-
implementation "com.mx.path-facilities:message-broker-nats:7.0.2"
49-
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:7.0.2"
50-
implementation "com.mx.path-facilities:exception-reporter-honeybadger:7.0.2"
44+
implementation "com.mx.path-facilities:store-redis:7.0.3"
45+
implementation "com.mx.path-facilities:store-vault:7.0.3"
46+
implementation "com.mx.path-facilities:encryption-service-vault:7.0.3"
47+
implementation "com.mx.path-facilities:encryption-service-jasypt:7.0.3"
48+
implementation "com.mx.path-facilities:message-broker-nats:7.0.3"
49+
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:7.0.3"
50+
implementation "com.mx.path-facilities:exception-reporter-honeybadger:7.0.3"
5151
}
5252
```
5353
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
group "com.mx.path-facilities"
1111
description "MX Path Facilities"
12-
version "7.0.2" // x-release-please-version
12+
version "7.0.3" // x-release-please-version
1313

1414
def platformProject = "platform"
1515

0 commit comments

Comments
 (0)