We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 969dd32 + 8cc3e7a commit 0a66811Copy full SHA for 0a66811
README.md
@@ -29,7 +29,7 @@ Add this dependency to your application pom.xml
29
```
30
<groupId>cloud.anypoint</groupId>
31
<artifactId>json-logger</artifactId>
32
-<version>3.0.1</version>
+<version>3.0.2</version>
33
<classifier>mule-plugin</classifier>
34
35
@@ -85,6 +85,10 @@ PART 2: https://blogs.mulesoft.com/dev/api-dev/json-logging-in-mule-4/
85
86
## Release notes
87
88
+### 3.0.2 version - Release notes
89
+
90
+* Bugfix for using commons-lang3 instead of commons-lang in pojos
91
92
### 3.0.1 version - Release notes
93
94
* Made queue dependencies optional to reduce size
0 commit comments