Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.7</version>
<version>3.4.5</version>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not checkout the full project, do you also need to alter the application.yml or Mock annotations in this project?
https://github.com/aboutbits/finstral-composer-api/pull/62/files#diff-c524092a520fb96b607970cc885031e401dd5050adb114fe72390464c0713f2c

SpyBean -> MockitoSpyBean
MockBean -> MockitoBean

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those are not present in the testing toolbox

<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>it.aboutbits</groupId>
<artifactId>spring-boot-toolbox</artifactId>
<version>1.0.0-RC6</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
</dependency>
</dependencies>

Expand Down