Skip to content

Commit 9f8c272

Browse files
committed
Merge remote-tracking branch 'upstream/main' into main-2.x
2 parents 73d56b8 + e8c6beb commit 9f8c272

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<spotbugs.version>4.8.6</spotbugs.version>
3838
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
3939
<hamcrest.version>2.2</hamcrest.version>
40-
<okhttp3.version>4.9.2</okhttp3.version>
40+
<okhttp3.version>4.12.0</okhttp3.version>
4141
<okio.version>3.7.0</okio.version>
4242
<!-- Using this as the minimum bar for code coverage. Adding methods without covering them will fail this. -->
4343
<jacoco.coverage.target.bundle.method>0.70</jacoco.coverage.target.bundle.method>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-source-plugin</artifactId>
97-
<version>3.3.0</version>
97+
<version>3.3.1</version>
9898
</plugin>
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.jacoco</groupId>
106106
<artifactId>jacoco-maven-plugin</artifactId>
107-
<version>0.8.11</version>
107+
<version>0.8.12</version>
108108
<configuration>
109109
<!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing -->
110110
<excludes>
@@ -205,7 +205,7 @@
205205
<plugin>
206206
<groupId>org.apache.maven.plugins</groupId>
207207
<artifactId>maven-javadoc-plugin</artifactId>
208-
<version>3.6.3</version>
208+
<version>3.7.0</version>
209209
<configuration>
210210
<release>11</release>
211211
<failOnWarnings>true</failOnWarnings>
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>org.apache.maven.plugins</groupId>
236236
<artifactId>maven-release-plugin</artifactId>
237-
<version>2.5.3</version>
237+
<version>3.1.0</version>
238238
<configuration>
239239
<autoVersionSubmodules>true</autoVersionSubmodules>
240240
<useReleaseProfile>false</useReleaseProfile>
@@ -249,12 +249,12 @@
249249
<plugin>
250250
<groupId>org.apache.maven.plugins</groupId>
251251
<artifactId>maven-project-info-reports-plugin</artifactId>
252-
<version>3.5.0</version>
252+
<version>3.6.0</version>
253253
<dependencies>
254254
<dependency>
255255
<groupId>org.apache.bcel</groupId>
256256
<artifactId>bcel</artifactId>
257-
<version>6.8.2</version>
257+
<version>6.9.0</version>
258258
</dependency>
259259
</dependencies>
260260
</plugin>
@@ -410,7 +410,7 @@
410410
<dependency>
411411
<groupId>com.tngtech.archunit</groupId>
412412
<artifactId>archunit</artifactId>
413-
<version>1.2.0</version>
413+
<version>1.3.0</version>
414414
<scope>test</scope>
415415
</dependency>
416416
<dependency>

0 commit comments

Comments
 (0)