Skip to content

Commit ee4cc3d

Browse files
committed
Merge remote-tracking branch 'origin/main' into generalizeScoring
2 parents db7a8ae + ae108aa commit ee4cc3d

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
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.apache.httpcomponents.core5</groupId>
9797
<artifactId>httpcore5</artifactId>
98-
<version>5.3.6</version>
98+
<version>5.4</version>
9999
</dependency>
100100

101101
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-assembly-plugin</artifactId>
46-
<version>3.7.1</version>
46+
<version>3.8.0</version>
4747
</plugin>
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-release-plugin</artifactId>
61-
<version>3.2.0</version>
61+
<version>3.3.1</version>
6262
</plugin>
6363
</plugins>
6464
</pluginManagement>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>
187187
<artifactId>maven-resources-plugin</artifactId>
188-
<version>3.3.1</version>
188+
<version>3.4.0</version>
189189
</plugin>
190190

191191
<plugin>

0 commit comments

Comments
 (0)