We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4c3c6 commit e34022fCopy full SHA for e34022f
CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
### Deprecated
13
### Security
14
15
+## [1.2.11]
16
+### Fixed
17
+- Fixed FROM URI container image in Dockerfile
18
+-
19
## [1.2.10]
20
### Changed
21
- Upgrade to Quarkus 3.16.4
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>it.dontesta.eventbus</groupId>
6
<artifactId>eventbus-logging-filter-jaxrs</artifactId>
7
- <version>1.2.10</version>
+ <version>1.2.11</version>
8
<name>eventbus-logging-filter-jaxrs</name>
9
<description>Event Bus Logging Filter JAX-RS</description>
10
<url>https://amusarra.github.io/eventbus-logging-filter-jaxrs-docs</url>
0 commit comments