Skip to content

Commit

Permalink
Spring boot 2.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolvlsantos committed May 1, 2024
1 parent 854a4b0 commit 04e972e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.9</version>
<version>2.7.18</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ public class AspectScopeConfig {
private static AspectScopePostProcessor processor = new AspectScopePostProcessor();

@Bean
public AspectScope scope() {
protected AspectScope scope() {
return processor.instance();
}

@Bean
public static BeanFactoryPostProcessor beanFactoryPostProcessor() {
protected static BeanFactoryPostProcessor beanFactoryPostProcessor() {
return processor;
}
}

0 comments on commit 04e972e

Please sign in to comment.