This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 6709b41eca Bump com.puppycrawl.tools:checkstyle from 10.17.0 to
10.18.0 (#2026)
6709b41eca is described below
commit 6709b41eca12ef1ec86ce6c3a37989e7f27d5c9e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 26 20:15:56 2024 -0400
Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0 (#2026)
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 10.17.0 to 10.18.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
.../jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/MetadataMap.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 05b98c42ff..5428ee0c30 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -395,7 +395,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>10.17.0</version>
+ <version>10.18.0</version>
</dependency>
</dependencies>
<configuration>
diff --git
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/MetadataMap.java
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/MetadataMap.java
index 8a0c341b80..bf70223293 100644
--- a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/MetadataMap.java
+++ b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/MetadataMap.java
@@ -60,7 +60,7 @@ public class MetadataMap<K, V> implements MultivaluedMap<K,
V> {
public MetadataMap(Map<K, List<V>> store, boolean readOnly, boolean
caseInsensitive) {
- this (store, true, readOnly, caseInsensitive);
+ this(store, true, readOnly, caseInsensitive);
}