Skip to content

Commit 1736306

Browse files
committed
update dependencies
1 parent 892a108 commit 1736306

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<maven.compiler.release>11</maven.compiler.release>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
33-
<spring-boot.version>2.7.10</spring-boot.version>
33+
<spring-boot.version>2.7.18</spring-boot.version>
3434
</properties>
3535

3636
<repositories>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.github.spacious-team</groupId>
6464
<artifactId>table-wrapper-excel-impl</artifactId>
65-
<version>2023.1</version>
65+
<version>2024.1</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.github.spacious-team</groupId>
@@ -92,20 +92,20 @@
9292
<plugins>
9393
<plugin>
9494
<artifactId>maven-surefire-plugin</artifactId>
95-
<version>2.22.2</version> <!-- JUnit 5 requirement -->
95+
<version>3.2.5</version> <!-- JUnit 5 requirement -->
9696
</plugin>
9797
</plugins>
9898
</pluginManagement>
9999
<plugins>
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-compiler-plugin</artifactId>
103-
<version>3.10.1</version>
103+
<version>3.13.0</version>
104104
</plugin>
105105
<plugin>
106106
<groupId>org.jacoco</groupId>
107107
<artifactId>jacoco-maven-plugin</artifactId>
108-
<version>0.8.8</version>
108+
<version>0.8.12</version>
109109
<executions>
110110
<execution>
111111
<id>prepare-agent</id>
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-source-plugin</artifactId>
128-
<version>3.2.1</version>
128+
<version>3.3.1</version>
129129
<executions>
130130
<execution>
131131
<id>attach-sources</id>

0 commit comments

Comments
 (0)