Skip to content

Commit f3dd74d

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) chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
1 parent d03c154 commit f3dd74d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

+3-3
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.2</spotbugs.annotations.version>
8383
<jsr305.version>3.0.2</jsr305.version>
8484
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
8585

@@ -470,7 +470,7 @@
470470
</plugin>
471471
<plugin>
472472
<artifactId>maven-javadoc-plugin</artifactId>
473-
<version>3.6.2</version>
473+
<version>3.6.3</version>
474474
</plugin>
475475
<plugin>
476476
<groupId>org.jetbrains.dokka</groupId>
@@ -517,7 +517,7 @@
517517
<plugin>
518518
<groupId>com.github.spotbugs</groupId>
519519
<artifactId>spotbugs-maven-plugin</artifactId>
520-
<version>4.8.1.0</version>
520+
<version>4.8.2.0</version>
521521
</plugin>
522522
<plugin>
523523
<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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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)