Skip to content

Commit 7d7af9a

Browse files
github-actions[bot]stevecl5
authored andcommitted
chore(master): release 5.0.2
1 parent 1e5717f commit 7d7af9a

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.1"
2+
".": "5.0.2"
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+
## [5.0.2](https://github.com/mxenabled/path-facilities/compare/v5.0.1...v5.0.2) (2025-04-11)
18+
19+
20+
### Build System
21+
22+
* upgrade coppuccino and other dependencies ([1e5717f](https://github.com/mxenabled/path-facilities/commit/1e5717f8d067885dd1cab0fce0cd07c33d70b00d))
23+
1724
## [5.0.1](https://github.com/mxenabled/path-facilities/compare/5.0.0...v5.0.1) (2024-03-26)
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:5.0.1")
25+
api platform("com.mx.path-facilities:platform:5.0.2")
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:5.0.1"
45-
implementation "com.mx.path-facilities:store-vault:5.0.1"
46-
implementation "com.mx.path-facilities:encryption-service-vault:5.0.1"
47-
implementation "com.mx.path-facilities:encryption-service-jasypt:5.0.1"
48-
implementation "com.mx.path-facilities:message-broker-nats:5.0.1"
49-
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:5.0.1"
50-
implementation "com.mx.path-facilities:exception-reporter-honeybadger:5.0.1"
44+
implementation "com.mx.path-facilities:store-redis:5.0.2"
45+
implementation "com.mx.path-facilities:store-vault:5.0.2"
46+
implementation "com.mx.path-facilities:encryption-service-vault:5.0.2"
47+
implementation "com.mx.path-facilities:encryption-service-jasypt:5.0.2"
48+
implementation "com.mx.path-facilities:message-broker-nats:5.0.2"
49+
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:5.0.2"
50+
implementation "com.mx.path-facilities:exception-reporter-honeybadger:5.0.2"
5151
}
5252
```
5353
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
77
}
88

9-
version "5.0.1" // x-release-please-version
9+
version "5.0.2" // x-release-please-version
1010

1111
def platformProject = "platform"
1212

0 commit comments

Comments
 (0)