Skip to content

Commit cf69d79

Browse files
github-actions[bot]stevecl5
authored andcommitted
chore(master): release 6.0.2
1 parent 969fa33 commit cf69d79

4 files changed

Lines changed: 18 additions & 11 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-
".": "6.0.1"
2+
".": "6.0.2"
33
}

CHANGELOG.md

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

66
* making Annotations.fieldsAnAnnotations respect inheritance ([3b266dd](https://github.com/mxenabled/path-core/commit/3b266ddcb227766a32f16e88e7b9b2022737de53))
77

8+
## [6.0.2](https://github.com/mxenabled/path-core/compare/v6.0.1...v6.0.2) (2026-03-03)
9+
10+
11+
### Bug Fixes
12+
13+
* resolve snyk vulnerabilities ([969fa33](https://github.com/mxenabled/path-core/commit/969fa33e5cc632771a1726983fecabe4013f9c37))
14+
815
## [6.0.1](https://github.com/mxenabled/path-core/compare/v6.0.0...v6.0.1) (2026-02-23)
916

1017

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Gradle_
2323
<!-- x-release-please-start-version -->
2424
```groovy
2525
dependencies {
26-
api platform("com.mx.path-core:platform:6.0.1")
26+
api platform("com.mx.path-core:platform:6.0.2")
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
4747
dependencies {
48-
implementation "com.mx.path-core:common:6.0.1"
49-
implementation "com.mx.path-core:context:6.0.1"
50-
implementation "com.mx.path-core:gateway:6.0.1"
51-
implementation "com.mx.path-core:http:6.0.1"
52-
implementation "com.mx.path-core:messaging:6.0.1"
53-
implementation "com.mx.path-core:utilities:6.0.1"
48+
implementation "com.mx.path-core:common:6.0.2"
49+
implementation "com.mx.path-core:context:6.0.2"
50+
implementation "com.mx.path-core:gateway:6.0.2"
51+
implementation "com.mx.path-core:http:6.0.2"
52+
implementation "com.mx.path-core:messaging:6.0.2"
53+
implementation "com.mx.path-core:utilities:6.0.2"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:6.0.1"
55+
annotationProcessor "com.mx.path-core:gateway-generator:6.0.2"
5656
57-
testImplementation "com.mx.path-core:testing:6.0.1"
57+
testImplementation "com.mx.path-core:testing:6.0.2"
5858
}
5959
```
6060
<!-- 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 "6.0.1" // x-release-please-version
9+
version "6.0.2" // x-release-please-version
1010

1111
def platformProject = "platform"
1212
def publishedProjects = [

0 commit comments

Comments
 (0)