Skip to content

Commit 1b920dc

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 4.4.3
1 parent ab52f03 commit 1b920dc

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
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-
".": "4.4.2"
2+
".": "4.4.3"
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+
## [4.4.3](https://github.com/mxenabled/path-core/compare/v4.4.2...v4.4.3) (2025-02-20)
9+
10+
11+
### Bug Fixes
12+
13+
* mc-3689 - centralize some log masker regex strings ([ab52f03](https://github.com/mxenabled/path-core/commit/ab52f03d9658b9925d0f8f2503c6c78807cfc08a))
14+
815
## [4.4.2](https://github.com/mxenabled/path-core/compare/v4.4.1...v4.4.2) (2025-01-28)
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:4.4.2")
26+
api platform("com.mx.path-core:platform:4.4.3")
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:4.4.2"
49-
implementation "com.mx.path-core:context:4.4.2"
50-
implementation "com.mx.path-core:gateway:4.4.2"
51-
implementation "com.mx.path-core:http:4.4.2"
52-
implementation "com.mx.path-core:messaging:4.4.2"
53-
implementation "com.mx.path-core:utilities:4.4.2"
48+
implementation "com.mx.path-core:common:4.4.3"
49+
implementation "com.mx.path-core:context:4.4.3"
50+
implementation "com.mx.path-core:gateway:4.4.3"
51+
implementation "com.mx.path-core:http:4.4.3"
52+
implementation "com.mx.path-core:messaging:4.4.3"
53+
implementation "com.mx.path-core:utilities:4.4.3"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:4.4.2"
55+
annotationProcessor "com.mx.path-core:gateway-generator:4.4.3"
5656
57-
testImplementation "com.mx.path-core:testing:4.4.2"
57+
testImplementation "com.mx.path-core:testing:4.4.3"
5858
}
5959
```
6060
<!-- 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 "io.github.gradle-nexus.publish-plugin" version "1.1.0"
88
}
99

10-
version "4.4.2" // x-release-please-version
10+
version "4.4.3" // x-release-please-version
1111

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

0 commit comments

Comments
 (0)