Skip to content

Commit 2f5b25f

Browse files
authoredMay 14, 2024··
deps: Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 (#1956)
1 parent bc48ee4 commit 2f5b25f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-jar-plugin</artifactId>
211-
<version>3.4.0</version>
211+
<version>3.4.1</version>
212212
<executions>
213213
<execution>
214214
<goals>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
<plugin>
358358
<groupId>org.apache.maven.plugins</groupId>
359359
<artifactId>maven-jar-plugin</artifactId>
360-
<version>3.4.0</version>
360+
<version>3.4.1</version>
361361
<configuration>
362362
<archive>
363363
<manifestEntries>

‎r2dbc/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-jar-plugin</artifactId>
103-
<version>3.4.0</version>
103+
<version>3.4.1</version>
104104
<executions>
105105
<execution>
106106
<goals>

0 commit comments

Comments
 (0)
Please sign in to comment.