Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v5.4' into v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ml054 committed Mar 11, 2024
2 parents 3c21d64 + f5f3cf8 commit 54632a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -103,12 +103,12 @@
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
<version>9.4.53.v20231009</version>
<version>9.4.54.v20240208</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
</dependency>


Expand All @@ -121,7 +121,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.1</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public String[] findEnumValues(MapperConfig<?> config, AnnotatedClass annotatedC
if (annotatedClass.getAnnotation(UseSharpEnum.class) != null) {
return SharpEnum.values(enumValues);
}

return super.findEnumValues(config, annotatedClass, enumValues, names);
}

Expand Down

0 comments on commit 54632a1

Please sign in to comment.