Skip to content

Commit ed5d3e2

Browse files
committed
update all deps versions
1 parent d04106a commit ed5d3e2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

parent-mojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.apache.maven.plugin-tools</groupId>
1818
<artifactId>maven-plugin-annotations</artifactId>
19-
<version>3.4</version>
19+
<version>3.6.1</version>
2020
<scope>provided</scope>
2121
</dependency>
2222
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
<dependency>
3939
<groupId>junit</groupId>
4040
<artifactId>junit</artifactId>
41-
<version>4.8.2</version>
41+
<version>4.13.2</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.assertj</groupId>
4646
<artifactId>assertj-core</artifactId>
47-
<version>3.16.1</version>
47+
<version>3.21.0</version>
4848
<scope>test</scope>
4949
</dependency>
5050
</dependencies>

ruby-tools/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>org.apache.ant</groupId>
2121
<artifactId>ant</artifactId>
22-
<version>1.9.4</version>
22+
<version>1.10.11</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.codehaus.plexus</groupId>
2626
<artifactId>plexus-velocity</artifactId>
27-
<version>1.1.8</version>
27+
<version>1.3</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.codehaus.plexus</groupId>
@@ -40,12 +40,12 @@
4040
<dependency>
4141
<groupId>org.codehaus.plexus</groupId>
4242
<artifactId>plexus-classworlds</artifactId>
43-
<version>2.2.3</version>
43+
<version>2.6.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.codehaus.plexus</groupId>
4747
<artifactId>plexus-utils</artifactId>
48-
<version>2.0.5</version>
48+
<version>3.4.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.apache.maven</groupId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.codehaus.plexus</groupId>
5757
<artifactId>plexus-archiver</artifactId>
58-
<version>3.0</version>
58+
<version>4.2.5</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.yaml</groupId>
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>rubygems</groupId>
203203
<artifactId>maven-tools</artifactId>
204-
<version>1.0.9</version>
204+
<version>1.1.6</version>
205205
<type>gem</type>
206206
<scope>provided</scope>
207207
</dependency>

0 commit comments

Comments
 (0)