Skip to content

Commit 4648416

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 6.0.0
1 parent 4bec7b0 commit 4648416

File tree

4 files changed

+27
-10
lines changed

4 files changed

+27
-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.1"
2+
".": "6.0.0"
33
}

CHANGELOG.md

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

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

17+
## [6.0.0](https://github.com/mxenabled/path-facilities/compare/v5.3.1...v6.0.0) (2025-11-21)
18+
19+
20+
### ⚠ BREAKING CHANGES
21+
22+
* bump vulnerable dependencies
23+
24+
### Features
25+
26+
* bump vulnerable dependencies ([4bec7b0](https://github.com/mxenabled/path-facilities/commit/4bec7b04ca24eb79a3af6993bf8c34e12b35fd87))
27+
28+
29+
### Bug Fixes
30+
31+
* 🐛 Redis Cluster Refresh ([6baa3db](https://github.com/mxenabled/path-facilities/commit/6baa3dbf3fe4b9c8257574bd5cfa2b1aee72c62b))
32+
* 🐛 Redis Cluster Refresh ([c70a3d9](https://github.com/mxenabled/path-facilities/commit/c70a3d93a2ccd8411d5721226ae98504a117ae5d))
33+
1734
## [5.3.1](https://github.com/mxenabled/path-facilities/compare/v5.3.0...v5.3.1) (2025-07-22)
1835

1936

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.1")
25+
api platform("com.mx.path-facilities:platform:6.0.0")
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.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"
44+
implementation "com.mx.path-facilities:store-redis:6.0.0"
45+
implementation "com.mx.path-facilities:store-vault:6.0.0"
46+
implementation "com.mx.path-facilities:encryption-service-vault:6.0.0"
47+
implementation "com.mx.path-facilities:encryption-service-jasypt:6.0.0"
48+
implementation "com.mx.path-facilities:message-broker-nats:6.0.0"
49+
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:6.0.0"
50+
implementation "com.mx.path-facilities:exception-reporter-honeybadger:6.0.0"
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.1" // x-release-please-version
10+
version "6.0.0" // x-release-please-version
1111

1212
def platformProject = "platform"
1313

0 commit comments

Comments
 (0)