Skip to content

Commit 24516e5

Browse files
github-actions[bot]mattnichols
authored andcommitted
chore(master): release 5.3.1
1 parent 4a8a591 commit 24516e5

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-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.3.0"
2+
".": "5.3.1"
33
}

CHANGELOG.md

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

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

17+
## [5.3.1](https://github.com/mxenabled/path-facilities/compare/v5.3.0...v5.3.1) (2025-07-22)
18+
19+
20+
### Bug Fixes
21+
22+
* update lombok dependency lock ([4a8a591](https://github.com/mxenabled/path-facilities/commit/4a8a591ba9fd5b4257b74b6be766e3fb2ff64a28))
23+
* update publish away from OSSHR ([768e7d7](https://github.com/mxenabled/path-facilities/commit/768e7d72d843206ce24c8c3c7313df2104e2bafa))
24+
1725
## [5.3.0](https://github.com/mxenabled/path-facilities/compare/v5.2.0...v5.3.0) (2025-05-14)
1826

1927

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.3.0")
25+
api platform("com.mx.path-facilities:platform:5.3.1")
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.3.0"
45-
implementation "com.mx.path-facilities:store-vault:5.3.0"
46-
implementation "com.mx.path-facilities:encryption-service-vault:5.3.0"
47-
implementation "com.mx.path-facilities:encryption-service-jasypt:5.3.0"
48-
implementation "com.mx.path-facilities:message-broker-nats:5.3.0"
49-
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:5.3.0"
50-
implementation "com.mx.path-facilities:exception-reporter-honeybadger:5.3.0"
44+
implementation "com.mx.path-facilities:store-redis:5.3.1"
45+
implementation "com.mx.path-facilities:store-vault:5.3.1"
46+
implementation "com.mx.path-facilities:encryption-service-vault:5.3.1"
47+
implementation "com.mx.path-facilities:encryption-service-jasypt:5.3.1"
48+
implementation "com.mx.path-facilities:message-broker-nats:5.3.1"
49+
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:5.3.1"
50+
implementation "com.mx.path-facilities:exception-reporter-honeybadger:5.3.1"
5151
}
5252
```
5353
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "com.netflix.nebula.maven-resolved-dependencies" version "21.2.0" apply false
88
}
99

10-
version "5.3.0" // x-release-please-version
10+
version "5.3.1" // x-release-please-version
1111

1212
def platformProject = "platform"
1313

0 commit comments

Comments
 (0)