This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4c1857100cef3a0319bd47f158ed30d865f1eb2a
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>
    (cherry picked from commit 6709b41eca12ef1ec86ce6c3a37989e7f27d5c9e)
---
 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 d3ac166f50..de3ce1e370 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);
 
     }
 

Reply via email to