|
3 | 3 |
|
4 | 4 | <groupId>com.spt-development</groupId> |
5 | 5 | <artifactId>spt-development-logging-spring</artifactId> |
6 | | - <version>3.1.2-SNAPSHOT</version> |
| 6 | + <version>3.2.0-SNAPSHOT</version> |
7 | 7 |
|
8 | 8 | <name>logging-spring</name> |
9 | 9 | <description>A very simple library for getting/setting the current correlation ID, utilising ThreadLocal.</description> |
|
41 | 41 | <aspectj.version>1.9.22</aspectj.version> |
42 | 42 | <httpcore5.version>5.2.4</httpcore5.version> |
43 | 43 | <slf4j.version>2.0.13</slf4j.version> |
44 | | - <spring.version>6.1.8</spring.version> |
| 44 | + <spring.version>6.1.10</spring.version> |
45 | 45 |
|
46 | 46 | <!-- Test dependency versions --> |
47 | | - <spt-development-test.version>3.1.7</spt-development-test.version> |
| 47 | + <spt-development-test.version>3.1.8</spt-development-test.version> |
48 | 48 |
|
49 | 49 | <!-- Test dependency versions, matched to Spring Boot --> |
50 | 50 | <hamcrest.version>2.2</hamcrest.version> |
|
55 | 55 | <!-- Plugin versions --> |
56 | 56 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
57 | 57 | <checkstyle-maven-plugin.version>3.4.0</checkstyle-maven-plugin.version> |
58 | | - <dependency-check-maven.version>9.2.0</dependency-check-maven.version> |
| 58 | + <dependency-check-maven.version>10.0.2</dependency-check-maven.version> |
59 | 59 | <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> |
60 | 60 | <license-maven-plugin.version>2.4.0</license-maven-plugin.version> |
61 | 61 | <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
62 | | - <maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version> |
| 62 | + <maven-dependency-plugin.version>3.7.1</maven-dependency-plugin.version> |
63 | 63 | <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
64 | 64 | <maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version> |
65 | 65 | <maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version> |
66 | 66 | <maven-jxr-plugin.version>3.4.0</maven-jxr-plugin.version> |
67 | | - <maven-pmd-plugin.version>3.22.0</maven-pmd-plugin.version> |
68 | | - <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
| 67 | + <maven-pmd-plugin.version>3.24.0</maven-pmd-plugin.version> |
| 68 | + <maven-release-plugin.version>3.1.0</maven-release-plugin.version> |
69 | 69 | <maven-scm-plugin.version>2.1.0</maven-scm-plugin.version> |
70 | 70 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
71 | | - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
| 71 | + <maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version> |
72 | 72 | <nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version> |
73 | 73 | <pitest-maven.version>1.16.1</pitest-maven.version> |
74 | | - <spotbugs.version>4.8.5.0</spotbugs.version> |
75 | | - <versions-maven-plugin.version>2.16.2</versions-maven-plugin.version> |
| 74 | + <spotbugs.version>4.8.6.2</spotbugs.version> |
| 75 | + <versions-maven-plugin.version>2.17.0</versions-maven-plugin.version> |
76 | 76 |
|
77 | 77 | <!-- Plugin dependencies --> |
78 | 78 | <checkstyle.version>10.17.0</checkstyle.version> |
79 | 79 | <findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version> |
80 | 80 | <findbugs-sec-bug-pattern.version>1.12.0</findbugs-sec-bug-pattern.version> |
81 | 81 | <pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version> |
82 | | - <pmd.version>7.2.0</pmd.version> |
| 82 | + <pmd.version>7.3.0</pmd.version> |
83 | 83 | </properties> |
84 | 84 |
|
85 | 85 | <dependencyManagement> |
|
118 | 118 |
|
119 | 119 | <dependencies> |
120 | 120 | <!-- Spring dependencies --> |
| 121 | + <dependency> |
| 122 | + <groupId>org.springframework</groupId> |
| 123 | + <artifactId>spring-aop</artifactId> |
| 124 | + <!-- Version defined in spring framework bom, imported in dependencyManagement section --> |
| 125 | + </dependency> |
| 126 | + <dependency> |
| 127 | + <groupId>org.springframework</groupId> |
| 128 | + <artifactId>spring-beans</artifactId> |
| 129 | + <!-- Version defined in spring framework bom, imported in dependencyManagement section --> |
| 130 | + </dependency> |
| 131 | + <dependency> |
| 132 | + <groupId>org.springframework</groupId> |
| 133 | + <artifactId>spring-context</artifactId> |
| 134 | + <!-- Version defined in spring framework bom, imported in dependencyManagement section --> |
| 135 | + </dependency> |
121 | 136 | <dependency> |
122 | 137 | <groupId>org.springframework</groupId> |
123 | 138 | <artifactId>spring-core</artifactId> |
|
192 | 207 | <version>${mockito.version}</version> |
193 | 208 | <scope>test</scope> |
194 | 209 | </dependency> |
| 210 | + <dependency> |
| 211 | + <groupId>org.springframework</groupId> |
| 212 | + <artifactId>spring-test</artifactId> |
| 213 | + <scope>test</scope> |
| 214 | + <!-- Version defined in spring framework bom, imported in dependencyManagement section --> |
| 215 | + </dependency> |
195 | 216 |
|
196 | 217 | <!-- Test dependencies not directly related to testing --> |
197 | 218 | <dependency> |
|
471 | 492 | <limit> |
472 | 493 | <counter>LINE</counter> |
473 | 494 | <value>COVEREDRATIO</value> |
474 | | - <minimum>0.97</minimum> |
| 495 | + <minimum>0.83</minimum> |
475 | 496 | </limit> |
476 | 497 | </limits> |
477 | 498 | <includes> |
|
542 | 563 | <configuration> |
543 | 564 | <mutationThreshold>100</mutationThreshold> |
544 | 565 | <excludedClasses> |
545 | | - <param>com.spt.development.audit.spring.security.AuthenticationAdapterFactory</param> |
| 566 | + <param>com.spt.development.logging.spring.annotation.BeanLoggerConfiguration</param> |
546 | 567 | </excludedClasses> |
547 | 568 | </configuration> |
548 | 569 | <executions> |
|
0 commit comments