Skip to content

Commit 2b82722

Browse files
dependabot[bot]oldratlee
authored andcommitted
chore(deps): upgrade dependencies/plugins 🛠️
chore(deps): bump byte-buddy-parent from 1.14.4 to 1.14.5 (alibaba#511) chore(deps): bump dokka-maven-plugin from 1.8.10 to 1.8.20 (alibaba#512) chore(deps): bump versions-maven-plugin from 2.15.0 to 2.16.0 (alibaba#513) chore(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 (alibaba#514) chore(deps): bump kotlin.version from 1.8.21 to 1.8.22 (alibaba#515) chore(deps): bump maven-shade-plugin from 3.4.1 to 3.5.0 (alibaba#520) chore(deps): bump maven-clean-plugin from 3.2.0 to 3.3.1 (alibaba#522) chore(deps): bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (alibaba#524)
1 parent 2aed845 commit 2b82722

File tree

2 files changed

+9
-9
lines changed
  • ttl-integrations/sample-ttl-agent-extension-transformlet

2 files changed

+9
-9
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
<jsr305.version>3.0.2</jsr305.version>
8484
<jetbrains.annotations.version>24.0.1</jetbrains.annotations.version>
8585

86-
<kotlin.version>1.8.21</kotlin.version>
86+
<kotlin.version>1.8.22</kotlin.version>
8787
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
88-
<kotlin.coroutine.version>1.7.1</kotlin.coroutine.version>
88+
<kotlin.coroutine.version>1.7.2</kotlin.coroutine.version>
8989
<!-- https://kotlin.github.io/dokka/1.7.10/user_guide/maven/usage/ -->
90-
<dokka.version>1.8.10</dokka.version>
90+
<dokka.version>1.8.20</dokka.version>
9191
<dokka.link.jdk.version>8</dokka.link.jdk.version>
9292

9393
<slf4j.version>2.0.3</slf4j.version>
@@ -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.4</version>
199+
<version>1.14.5</version>
200200
<type>pom</type>
201201
<scope>import</scope>
202202
</dependency>
@@ -431,7 +431,7 @@
431431
<plugins>
432432
<plugin>
433433
<artifactId>maven-clean-plugin</artifactId>
434-
<version>3.2.0</version>
434+
<version>3.3.1</version>
435435
</plugin>
436436
<plugin>
437437
<artifactId>maven-resources-plugin</artifactId>
@@ -448,15 +448,15 @@
448448
</plugin>
449449
<plugin>
450450
<artifactId>maven-surefire-plugin</artifactId>
451-
<version>3.1.0</version>
451+
<version>3.1.2</version>
452452
</plugin>
453453
<plugin>
454454
<artifactId>maven-jar-plugin</artifactId>
455455
<version>3.3.0</version>
456456
</plugin>
457457
<plugin>
458458
<artifactId>maven-shade-plugin</artifactId>
459-
<version>3.4.1</version>
459+
<version>3.5.0</version>
460460
<configuration>
461461
<shadeSourcesContent>true</shadeSourcesContent>
462462
<dependencyReducedPomLocation>
@@ -561,7 +561,7 @@
561561
-->
562562
<groupId>org.codehaus.mojo</groupId>
563563
<artifactId>versions-maven-plugin</artifactId>
564-
<version>2.15.0</version>
564+
<version>2.16.0</version>
565565
<configuration>
566566
<rulesUri>file://${maven.multiModuleProjectDirectory}/src/versions-rules.xml</rulesUri>
567567
<generateBackupPoms>false</generateBackupPoms>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugins>
3939
<plugin>
4040
<artifactId>maven-surefire-plugin</artifactId>
41-
<version>3.1.0</version>
41+
<version>3.1.2</version>
4242
</plugin>
4343
<plugin>
4444
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)