Skip to content

Commit 722c221

Browse files
dependabot[bot]oldratlee
authored andcommitted
chore(deps): upgrade dependencies/plugins 🛠️
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#580) bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581) bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582) bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#587) bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#588) bump org.apache.maven.plugins:maven-compiler-plugin 3.11.0 to 3.12.0 (#589) bump net.bytebuddy:byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
1 parent b2cde0d commit 722c221

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
https://alibaba.github.io/transmittable-thread-local/apidocs/${project.version}
8080
</javadoc.ttl.base.link>
8181

82-
<spotbugs.annotations.version>4.8.1</spotbugs.annotations.version>
82+
<spotbugs.annotations.version>4.8.3</spotbugs.annotations.version>
8383
<jsr305.version>3.0.2</jsr305.version>
8484
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
8585

@@ -196,7 +196,7 @@
196196
<!-- https://github.com/raphw/byte-buddy/issues/1264 -->
197197
<groupId>net.bytebuddy</groupId>
198198
<artifactId>byte-buddy-parent</artifactId>
199-
<version>1.14.10</version>
199+
<version>1.14.11</version>
200200
<type>pom</type>
201201
<scope>import</scope>
202202
</dependency>
@@ -451,11 +451,11 @@
451451
</plugin>
452452
<plugin>
453453
<artifactId>maven-compiler-plugin</artifactId>
454-
<version>3.11.0</version>
454+
<version>3.12.0</version>
455455
</plugin>
456456
<plugin>
457457
<artifactId>maven-surefire-plugin</artifactId>
458-
<version>3.2.2</version>
458+
<version>3.2.3</version>
459459
</plugin>
460460
<plugin>
461461
<artifactId>maven-jar-plugin</artifactId>
@@ -477,7 +477,7 @@
477477
</plugin>
478478
<plugin>
479479
<artifactId>maven-javadoc-plugin</artifactId>
480-
<version>3.6.2</version>
480+
<version>3.6.3</version>
481481
</plugin>
482482
<plugin>
483483
<groupId>org.jetbrains.dokka</groupId>
@@ -524,7 +524,7 @@
524524
<plugin>
525525
<groupId>com.github.spotbugs</groupId>
526526
<artifactId>spotbugs-maven-plugin</artifactId>
527-
<version>4.8.1.0</version>
527+
<version>4.8.2.0</version>
528528
</plugin>
529529
<plugin>
530530
<groupId>org.jacoco</groupId>

ttl-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</plugin>
101101
<plugin>
102102
<artifactId>maven-javadoc-plugin</artifactId>
103-
<version>3.6.2</version>
103+
<version>3.6.3</version>
104104
</plugin>
105105
<plugin>
106106
<artifactId>maven-deploy-plugin</artifactId>

ttl-integrations/sample-ttl-agent-extension-transformlet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<plugins>
3939
<plugin>
4040
<artifactId>maven-surefire-plugin</artifactId>
41-
<version>3.2.2</version>
41+
<version>3.2.3</version>
4242
</plugin>
4343
<plugin>
4444
<artifactId>maven-source-plugin</artifactId>
4545
<version>3.3.0</version>
4646
</plugin>
4747
<plugin>
4848
<artifactId>maven-javadoc-plugin</artifactId>
49-
<version>3.6.2</version>
49+
<version>3.6.3</version>
5050
</plugin>
5151
<plugin>
5252
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)