Skip to content

Commit f4c0437

Browse files
authored
Merge pull request #2 from spt-development/feature/spring-boot-2.5.5
Updated dependencies to align with Spring Boot 2.5.5
2 parents e3b7271 + 9b9906e commit f4c0437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.spt-development</groupId>
66
<artifactId>spt-development-logging-spring</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1</version>
88

99
<name>logging-spring</name>
1010
<description>A very simple library for getting/setting the current correlation ID, utilising ThreadLocal.</description>
@@ -35,13 +35,13 @@
3535
<!-- Dependency versions -->
3636
<aspectj.version>1.9.7</aspectj.version>
3737
<slf4j.version>1.7.32</slf4j.version>
38-
<spring.version>5.3.9</spring.version>
38+
<spring.version>5.3.10</spring.version>
3939
<spt-cid.version>2.0.0</spt-cid.version>
4040

4141
<!-- Test dependency versions -->
4242
<hamcrest.version>2.2</hamcrest.version>
4343
<junit-jupiter.version>5.7.2</junit-jupiter.version>
44-
<logback.version>1.2.5</logback.version>
44+
<logback.version>1.2.6</logback.version>
4545
<mockito.version>3.9.0</mockito.version>
4646

4747
<!-- Plugin versions -->

0 commit comments

Comments
 (0)