Skip to content

Commit 4f72c30

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/command-line-tests
2 parents 81b1c2e + ae108aa commit 4f72c30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.apache.httpcomponents.core5</groupId>
111111
<artifactId>httpcore5</artifactId>
112-
<version>5.3.6</version>
112+
<version>5.4</version>
113113
</dependency>
114114

115115
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-assembly-plugin</artifactId>
104-
<version>3.7.1</version>
104+
<version>3.8.0</version>
105105
</plugin>
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-release-plugin</artifactId>
119-
<version>3.2.0</version>
119+
<version>3.3.1</version>
120120
</plugin>
121121
</plugins>
122122
</pluginManagement>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-resources-plugin</artifactId>
246-
<version>3.3.1</version>
246+
<version>3.4.0</version>
247247
</plugin>
248248

249249
<plugin>

0 commit comments

Comments
 (0)