Skip to content

Commit 2309c76

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 1a666eb + 960a2a2 commit 2309c76

File tree

3 files changed

+5
-5
lines changed
  • spt-development-logging-spring-boot-autoconfigure
  • spt-development-logging-spring-boot-starter

3 files changed

+5
-5
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-boot</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1</version>
88

99
<name>logging-spring-boot</name>
1010
<description>Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.</description>
@@ -38,9 +38,9 @@
3838
<maven.compiler.target>8</maven.compiler.target>
3939

4040
<!-- Dependency versions -->
41-
<spring-boot.version>2.5.4</spring-boot.version>
41+
<spring-boot.version>2.5.5</spring-boot.version>
4242
<spt-cid.version>2.0.0</spt-cid.version>
43-
<spt-logging-spring.version>2.0.0</spt-logging-spring.version>
43+
<spt-logging-spring.version>2.0.1</spt-logging-spring.version>
4444

4545
<!-- Plugin versions -->
4646
<checkstyle.version>8.39</checkstyle.version>

spt-development-logging-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.spt-development</groupId>
99
<artifactId>spt-development-logging-spring-boot</artifactId>
10-
<version>2.0.0</version>
10+
<version>2.0.1</version>
1111
</parent>
1212

1313
<artifactId>spt-development-logging-spring-boot-autoconfigure</artifactId>

spt-development-logging-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.spt-development</groupId>
99
<artifactId>spt-development-logging-spring-boot</artifactId>
10-
<version>2.0.0</version>
10+
<version>2.0.1</version>
1111
</parent>
1212

1313
<artifactId>spt-development-logging-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)