Skip to content

Commit d492687

Browse files
authored
Merge pull request #266 from ChargeTimeEU/dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.1.0
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.5 to 3.1.0
2 parents 552436d + 6860d7c commit d492687

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

OCPP-J/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-gpg-plugin</artifactId>
133-
<version>1.5</version>
133+
<version>3.1.0</version>
134134
<executions>
135135
<execution>
136136
<id>sign-artifacts</id>

ocpp-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-gpg-plugin</artifactId>
134-
<version>1.5</version>
134+
<version>3.1.0</version>
135135
<executions>
136136
<execution>
137137
<id>sign-artifacts</id>

ocpp-v1_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-gpg-plugin</artifactId>
132-
<version>1.5</version>
132+
<version>3.1.0</version>
133133
<executions>
134134
<execution>
135135
<id>sign-artifacts</id>

ocpp-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-gpg-plugin</artifactId>
142-
<version>1.5</version>
142+
<version>3.1.0</version>
143143
<executions>
144144
<execution>
145145
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)