Skip to content

Commit 44ee1ad

Browse files
committed
Merge branch 'dependabot-updates' into 'main'
updating versions recommended by dependabot See merge request weblogic-cloud/weblogic-deploy-tooling!1832
2 parents 6b4d263 + d4f037e commit 44ee1ad

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
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.codehaus.mojo</groupId>
4040
<artifactId>exec-maven-plugin</artifactId>
41-
<version>3.5.1</version>
41+
<version>3.6.0</version>
4242
</plugin>
4343
<plugin>
4444
<groupId>org.codehaus.gmaven</groupId>

pom.xml

Lines changed: 4 additions & 4 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.30.5</jline.version>
48-
<junit.version>5.13.4</junit.version>
47+
<jline.version>3.30.6</jline.version>
48+
<junit.version>6.0.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

@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>com.google.guava</groupId>
136136
<artifactId>guava</artifactId>
137-
<version>33.4.8-jre</version>
137+
<version>33.5.0-jre</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>javax.xml.bind</groupId>
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-compiler-plugin</artifactId>
183-
<version>3.14.0</version>
183+
<version>3.14.1</version>
184184
</plugin>
185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)