Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2efa751

Browse files
authoredAug 28, 2024··
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64faeb8 commit 2efa751

File tree

2 files changed

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

2 files changed

+2
-2
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
</plugin>
444444
<plugin>
445445
<artifactId>maven-surefire-plugin</artifactId>
446-
<version>3.4.0</version>
446+
<version>3.5.0</version>
447447
</plugin>
448448
<plugin>
449449
<artifactId>maven-jar-plugin</artifactId>

‎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.4.0</version>
41+
<version>3.5.0</version>
4242
</plugin>
4343
<plugin>
4444
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.