Skip to content

Commit a009c50

Browse files
authored
Merge pull request #25 from anystub/spring-boot-3
bump plugins
2 parents 51315b9 + d5cde0b commit a009c50

File tree

2 files changed

+8
-34
lines changed

2 files changed

+8
-34
lines changed

pom.xml

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.slf4j</groupId>
6161
<artifactId>slf4j-api</artifactId>
62-
<version>2.0.6</version>
62+
<version>2.0.13</version>
6363
</dependency>
6464

6565
<dependency>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-compiler-plugin</artifactId>
98-
<version>3.8.1</version>
98+
<version>3.11.0</version>
9999
<configuration>
100100
<release>11</release>
101101
</configuration>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-javadoc-plugin</artifactId>
124-
<version>3.3.0</version>
124+
<version>3.4.1</version>
125125
<configuration>
126126
<source>8</source>
127127
</configuration>
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-surefire-plugin</artifactId>
140-
<version>3.0.0-M5</version>
140+
<version>3.1.2</version>
141141
</plugin>
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
@@ -160,37 +160,11 @@
160160
</execution>
161161
</executions>
162162
</plugin>
163-
<plugin>
164-
<groupId>org.jacoco</groupId>
165-
<artifactId>jacoco-maven-plugin</artifactId>
166-
<version>0.8.7</version>
167-
<executions>
168-
<execution>
169-
<goals>
170-
<goal>prepare-agent</goal>
171-
</goals>
172-
</execution>
173-
<execution>
174-
<id>report</id>
175-
<phase>prepare-package</phase>
176-
<goals>
177-
<goal>report</goal>
178-
</goals>
179-
</execution>
180-
</executions>
181-
<configuration>
182-
<excludes>
183-
<exclude>**/StubDatabaseMetaData.java</exclude>
184-
<exclude>**/StubResultSet.java</exclude>
185-
<exclude>**/StubCallableStatement.java</exclude>
186-
<exclude>test/java/**/*.java</exclude>
187-
</excludes>
188-
</configuration>
189-
</plugin>
163+
190164
<plugin>
191165
<groupId>org.apache.maven.plugins</groupId>
192166
<artifactId>maven-deploy-plugin</artifactId>
193-
<version>3.0.0-M2</version>
167+
<version>3.1.0</version>
194168
</plugin>
195169
</plugins>
196170
</build>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exception: []
22
keys: testAsync
3-
values: testX
3+
values: test
44
---
55
exception: []
66
keys: testAsync
7-
values: test
7+
values: testX

0 commit comments

Comments
 (0)