Skip to content

Commit af0264e

Browse files
committed
dependabot version updates
1 parent f821381 commit af0264e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-dependency-plugin</artifactId>
31-
<version>3.6.1</version>
31+
<version>3.7.0</version>
3232
</plugin>
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<slf4j.version>2.0.13</slf4j.version>
4646
<jzlib.version>1.1.3</jzlib.version>
4747
<asn.one.version>0.6.0</asn.one.version>
48-
<jline.version>3.26.1</jline.version>
48+
<jline.version>3.26.2</jline.version>
4949
<jansi.version>2.4.1</jansi.version>
5050
<junit.version>5.10.2</junit.version>
5151
<wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>org.easymock</groupId>
138138
<artifactId>easymock</artifactId>
139-
<version>5.2.0</version>
139+
<version>5.3.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.guava</groupId>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-failsafe-plugin</artifactId>
205-
<version>3.2.5</version>
205+
<version>3.3.0</version>
206206
<configuration>
207207
<groups>${test.groups}</groups>
208208
</configuration>
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-surefire-plugin</artifactId>
241-
<version>3.2.5</version>
241+
<version>3.3.0</version>
242242
</plugin>
243243
<plugin>
244244
<groupId>io.rhpatrick.mojo</groupId>

0 commit comments

Comments
 (0)