Skip to content

Commit

Permalink
fix(deps): bump spring-framework-bom from 6.1.13 to 6.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Oct 21, 2024
1 parent 5eed049 commit 85fd1e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/eea-spring-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.13</version>
<version>6.1.14</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ isUrl
(Ljava/lang/String;)Z
toRelativeURL
(Ljava/net/URL;Ljava/lang/String;)Ljava/net/URL;
(Ljava/net/URL;Ljava/lang/String;)Ljava/net/URL;
(Ljava/net/URL;Ljava/lang/String;)L1java/net/URL;
toURI
(Ljava/lang/String;)Ljava/net/URI;
(Ljava/lang/String;)L1java/net/URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ class org/springframework/web/method/annotation/MethodArgumentTypeMismatchExcept
<init>
(Ljava/lang/Object;Ljava/lang/Class<*>;Ljava/lang/String;Lorg/springframework/core/MethodParameter;Ljava/lang/Throwable;)V
(Ljava/lang/Object;Ljava/lang/Class<*>;Ljava/lang/String;Lorg/springframework/core/MethodParameter;Ljava/lang/Throwable;)V
getMessage
()Ljava/lang/String;
()L1java/lang/String; # @Overrides(java.lang.Throwable)
getName
()Ljava/lang/String;
()Ljava/lang/String;
Expand Down

0 comments on commit 85fd1e7

Please sign in to comment.