|
37 | 37 | <maven.compiler.release>8</maven.compiler.release> |
38 | 38 |
|
39 | 39 | <!-- Dependency versions --> |
40 | | - <spring-boot.version>2.6.7</spring-boot.version> |
| 40 | + <spring-boot.version>2.7.0</spring-boot.version> |
41 | 41 | <spt-cid.version>2.0.11</spt-cid.version> |
42 | | - <spt-logging-spring.version>2.0.4</spt-logging-spring.version> |
| 42 | + <spt-logging-spring.version>2.0.5</spt-logging-spring.version> |
43 | 43 |
|
44 | 44 | <!-- Plugin versions --> |
45 | 45 | <checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version> |
46 | | - <findbugs-slf4j-bug-pattern.version>1.4.2</findbugs-slf4j-bug-pattern.version> |
47 | | - <findbugs-sec-bug-pattern.version>1.8.0</findbugs-sec-bug-pattern.version> |
48 | | - <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version> |
| 46 | + <findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version> |
| 47 | + <findbugs-sec-bug-pattern.version>1.12.0</findbugs-sec-bug-pattern.version> |
| 48 | + <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> |
49 | 49 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
50 | | - <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
| 50 | + <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version> |
51 | 51 | <maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version> |
52 | 52 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
53 | 53 | <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> |
|
56 | 56 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
57 | 57 | <nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version> |
58 | 58 | <pitest-maven.version>1.7.2</pitest-maven.version> |
59 | | - <spotbugs.version>4.2.3</spotbugs.version> |
| 59 | + <spotbugs.version>4.6.0.0</spotbugs.version> |
60 | 60 | <versions-maven-plugin.version>2.8.1</versions-maven-plugin.version> |
61 | 61 |
|
62 | 62 | <!-- Plugin dependencies --> |
63 | | - <asm.version>9.2</asm.version> |
| 63 | + <asm.version>9.3</asm.version> |
64 | 64 | <checkstyle.version>9.0.1</checkstyle.version> |
65 | | - <maven-dependency-analyzer.version>1.11.3</maven-dependency-analyzer.version> |
| 65 | + <maven-dependency-analyzer.version>1.12.0</maven-dependency-analyzer.version> |
66 | 66 | <pitest-junit5-plugin.version>0.15</pitest-junit5-plugin.version> |
67 | 67 | </properties> |
68 | 68 |
|
|
98 | 98 | <artifactId>maven-compiler-plugin</artifactId> |
99 | 99 | <version>${maven-compiler-plugin.version}</version> |
100 | 100 | <configuration> |
101 | | - <source>${maven.compiler.source}</source> |
102 | | - <target>${maven.compiler.target}</target> |
103 | 101 | <showWarnings>true</showWarnings> |
104 | 102 | <compilerArgs> |
105 | 103 | <arg>-Xlint:all</arg> |
|
0 commit comments