Skip to content

Commit 8fe878e

Browse files
committed
Fixes
1 parent 23ab78f commit 8fe878e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+357
-349
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
</scm>
3939

4040
<properties>
41-
<maven.compiler.source>17</maven.compiler.source>
42-
<maven.compiler.target>17</maven.compiler.target>
41+
<maven.compiler.release>17</maven.compiler.release>
4342
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4443
<spring-boot.version>3.2.3</spring-boot.version>
4544
</properties>
@@ -50,6 +49,12 @@
5049
<artifactId>spring-retry</artifactId>
5150
<version>[2.0.0,3.0.0)</version>
5251
</dependency>
52+
<dependency>
53+
<groupId>com.github.spotbugs</groupId>
54+
<artifactId>spotbugs-annotations</artifactId>
55+
<version>4.9.1</version>
56+
<scope>provided</scope>
57+
</dependency>
5358
<dependency>
5459
<groupId>org.springframework.boot</groupId>
5560
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)