|
3 | 3 |
|
4 | 4 | <groupId>com.spt-development</groupId> |
5 | 5 | <artifactId>spt-development-logging-spring</artifactId> |
6 | | - <version>2.0.9-SNAPSHOT</version> |
| 6 | + <version>3.0.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> |
|
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
30 | 30 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
31 | 31 |
|
32 | | - <maven.compiler.release>8</maven.compiler.release> |
| 32 | + <maven.compiler.release>17</maven.compiler.release> |
33 | 33 |
|
34 | 34 | <!-- Dependency versions --> |
35 | 35 | <spt-cid.version>2.0.11</spt-cid.version> |
36 | 36 |
|
37 | 37 | <!-- Dependency versions, matched to Spring Boot --> |
38 | | - <aspectj.version>1.9.7</aspectj.version> |
39 | | - <slf4j.version>1.7.36</slf4j.version> |
40 | | - <spring.version>5.3.23</spring.version> |
| 38 | + <aspectj.version>1.9.9.1</aspectj.version> |
| 39 | + <slf4j.version>2.0.4</slf4j.version> |
| 40 | + <spring.version>6.0.2</spring.version> |
41 | 41 |
|
42 | 42 | <!-- Test dependency versions --> |
43 | | - <spt-development-test>2.0.9</spt-development-test> |
| 43 | + <spt-development-test>3.0.0</spt-development-test> |
44 | 44 |
|
45 | 45 | <!-- Test dependency versions, matched to Spring Boot --> |
46 | 46 | <hamcrest.version>2.2</hamcrest.version> |
47 | | - <junit-jupiter.version>5.8.2</junit-jupiter.version> |
48 | | - <logback.version>1.2.11</logback.version> |
49 | | - <mockito.version>4.5.1</mockito.version> |
| 47 | + <junit-jupiter.version>5.9.1</junit-jupiter.version> |
| 48 | + <logback.version>1.4.5</logback.version> |
| 49 | + <mockito.version>4.8.1</mockito.version> |
50 | 50 |
|
51 | 51 | <!-- Plugin versions --> |
52 | 52 | <checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version> |
|
0 commit comments