Skip to content

Commit 531af73

Browse files
committed
updating dependencies for dependabot
1 parent dc46aae commit 531af73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.codehaus.mojo</groupId>
4040
<artifactId>exec-maven-plugin</artifactId>
41-
<version>3.5.0</version>
41+
<version>3.5.1</version>
4242
</plugin>
4343
<plugin>
4444
<groupId>org.codehaus.gmaven</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<slf4j.version>2.0.17</slf4j.version>
4545
<jzlib.version>1.1.3</jzlib.version>
4646
<asn.one.version>0.6.0</asn.one.version>
47-
<jline.version>3.29.0</jline.version>
48-
<junit.version>5.12.2</junit.version>
47+
<jline.version>3.30.4</jline.version>
48+
<junit.version>5.13.0</junit.version>
4949
<wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
5050
<wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
5151

@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.easymock</groupId>
131131
<artifactId>easymock</artifactId>
132-
<version>5.5.0</version>
132+
<version>5.6.0</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>com.google.guava</groupId>

tools/crd-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</parent>
1717

1818
<properties>
19-
<jackson-version>2.18.3</jackson-version>
19+
<jackson-version>2.19.0</jackson-version>
2020
</properties>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)