|
4 | 4 |
|
5 | 5 | <groupId>com.spt-development</groupId> |
6 | 6 | <artifactId>spt-development-logging-spring-boot</artifactId> |
7 | | - <version>2.0.1</version> |
| 7 | + <version>2.0.2</version> |
8 | 8 |
|
9 | 9 | <name>logging-spring-boot</name> |
10 | 10 | <description>Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.</description> |
|
38 | 38 | <maven.compiler.target>8</maven.compiler.target> |
39 | 39 |
|
40 | 40 | <!-- Dependency versions --> |
41 | | - <spring-boot.version>2.5.5</spring-boot.version> |
| 41 | + <spring-boot.version>2.5.6</spring-boot.version> |
42 | 42 | <spt-cid.version>2.0.0</spt-cid.version> |
43 | | - <spt-logging-spring.version>2.0.1</spt-logging-spring.version> |
| 43 | + <spt-logging-spring.version>2.0.2</spt-logging-spring.version> |
44 | 44 |
|
45 | 45 | <!-- Plugin versions --> |
46 | | - <checkstyle.version>8.39</checkstyle.version> |
47 | 46 | <checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version> |
48 | 47 | <findbugs-slf4j-bug-pattern.version>1.4.2</findbugs-slf4j-bug-pattern.version> |
49 | 48 | <findbugs-sec-bug-pattern.version>1.8.0</findbugs-sec-bug-pattern.version> |
|
56 | 55 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
57 | 56 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
58 | 57 | <nexus-staging-plugin.version>1.6.8</nexus-staging-plugin.version> |
59 | | - <pitest-maven.version>1.6.9</pitest-maven.version> |
| 58 | + <pitest-maven.version>1.7.2</pitest-maven.version> |
60 | 59 | <spotbugs.version>4.2.3</spotbugs.version> |
61 | 60 | <versions-maven-plugin.version>2.8.1</versions-maven-plugin.version> |
62 | 61 |
|
63 | 62 | <!-- Plugin dependencies --> |
64 | 63 | <asm.version>9.2</asm.version> |
65 | | - <checkstyle.version>8.45.1</checkstyle.version> |
| 64 | + <checkstyle.version>9.0.1</checkstyle.version> |
66 | 65 | <maven-dependency-analyzer.version>1.11.3</maven-dependency-analyzer.version> |
67 | | - <pitest-junit5-plugin.version>0.14</pitest-junit5-plugin.version> |
| 66 | + <pitest-junit5-plugin.version>0.15</pitest-junit5-plugin.version> |
68 | 67 | </properties> |
69 | 68 |
|
70 | 69 | <dependencyManagement> |
|
0 commit comments