Skip to content

Commit

Permalink
fix(deps): bump :spring-framework-bom from 6.2.1 to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 20, 2025
1 parent 265dba0 commit 81978c4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 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.2.1</version>
<version>6.2.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ getBeanType
()Lorg/springframework/core/ResolvableType;
getField
()Ljava/lang/reflect/Field;
()Ljava/lang/reflect/Field;
()L0java/lang/reflect/Field;
getStrategy
()Lorg/springframework/test/context/bean/override/BeanOverrideStrategy;
()Lorg/springframework/test/context/bean/override/BeanOverrideStrategy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ class org/springframework/test/context/bean/override/BeanOverrideProcessor
createHandler
(Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;Ljava/lang/reflect/Field;)Lorg/springframework/test/context/bean/override/BeanOverrideHandler;
(Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;Ljava/lang/reflect/Field;)L1org/springframework/test/context/bean/override/BeanOverrideHandler;
createHandlers
(Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)Ljava/util/List<Lorg/springframework/test/context/bean/override/BeanOverrideHandler;>;
(Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)L1java/util/List<Lorg/springframework/test/context/bean/override/BeanOverrideHandler;>;
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ name
reset
()Lorg/springframework/test/context/bean/override/mockito/MockReset;
()Lorg/springframework/test/context/bean/override/mockito/MockReset;
types
()[Ljava/lang/Class<*>;
()[Ljava/lang/Class<*>;
value
()Ljava/lang/String;
()Ljava/lang/String;
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class org/springframework/test/context/bean/override/mockito/MockitoBeans

value
()[Lorg/springframework/test/context/bean/override/mockito/MockitoBean;
()[Lorg/springframework/test/context/bean/override/mockito/MockitoBean;
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ containsHeaders
doesNotContainHeader
(Ljava/lang/String;)Lorg/springframework/test/http/HttpHeadersAssert;
(Ljava/lang/String;)Lorg/springframework/test/http/HttpHeadersAssert;
doesNotContainHeaders
([Ljava/lang/String;)Lorg/springframework/test/http/HttpHeadersAssert;
([Ljava/lang/String;)Lorg/springframework/test/http/HttpHeadersAssert;
doesNotContainsHeaders
([Ljava/lang/String;)Lorg/springframework/test/http/HttpHeadersAssert;
([Ljava/lang/String;)Lorg/springframework/test/http/HttpHeadersAssert;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ class org/springframework/web/client/ExtractingResponseErrorHandler
<init>
(Ljava/util/List<Lorg/springframework/http/converter/HttpMessageConverter<*>;>;)V
(Ljava/util/List<Lorg/springframework/http/converter/HttpMessageConverter<*>;>;)V
handleError
(Ljava/net/URI;Lorg/springframework/http/HttpMethod;Lorg/springframework/http/client/ClientHttpResponse;)V
(Ljava/net/URI;Lorg/springframework/http/HttpMethod;Lorg/springframework/http/client/ClientHttpResponse;)V
handleError
(Lorg/springframework/http/client/ClientHttpResponse;Lorg/springframework/http/HttpStatusCode;Ljava/net/URI;Lorg/springframework/http/HttpMethod;)V
(Lorg/springframework/http/client/ClientHttpResponse;Lorg/springframework/http/HttpStatusCode;Ljava/net/URI;Lorg/springframework/http/HttpMethod;)V
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
class org/springframework/web/client/NoOpResponseErrorHandler

handleError
(Lorg/springframework/http/client/ClientHttpResponse;)V
(Lorg/springframework/http/client/ClientHttpResponse;)V
hasError
(Lorg/springframework/http/client/ClientHttpResponse;)Z
(Lorg/springframework/http/client/ClientHttpResponse;)Z

0 comments on commit 81978c4

Please sign in to comment.