Skip to content

Commit 5d6ee3b

Browse files
authored
Merge pull request #3 from spt-development/feature/spring-boot-upgrade-2.5.6
Updated dependencies to align with Spring Boot 2.5.6
2 parents 2309c76 + 98659a5 commit 5d6ee3b

File tree

3 files changed

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

3 files changed

+8
-9
lines changed

pom.xml

Lines changed: 6 additions & 7 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.1</version>
7+
<version>2.0.2</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,12 +38,11 @@
3838
<maven.compiler.target>8</maven.compiler.target>
3939

4040
<!-- Dependency versions -->
41-
<spring-boot.version>2.5.5</spring-boot.version>
41+
<spring-boot.version>2.5.6</spring-boot.version>
4242
<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>
4444

4545
<!-- Plugin versions -->
46-
<checkstyle.version>8.39</checkstyle.version>
4746
<checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version>
4847
<findbugs-slf4j-bug-pattern.version>1.4.2</findbugs-slf4j-bug-pattern.version>
4948
<findbugs-sec-bug-pattern.version>1.8.0</findbugs-sec-bug-pattern.version>
@@ -56,15 +55,15 @@
5655
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
5756
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
5857
<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>
6059
<spotbugs.version>4.2.3</spotbugs.version>
6160
<versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
6261

6362
<!-- Plugin dependencies -->
6463
<asm.version>9.2</asm.version>
65-
<checkstyle.version>8.45.1</checkstyle.version>
64+
<checkstyle.version>9.0.1</checkstyle.version>
6665
<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>
6867
</properties>
6968

7069
<dependencyManagement>

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.1</version>
10+
<version>2.0.2</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.1</version>
10+
<version>2.0.2</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)