Skip to content

Commit 165bc9d

Browse files
committed
updating dependencies
1 parent 89eee25 commit 165bc9d

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

integration-tests/system-test/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
<goals>
5454
<goal>testCompile</goal>
5555
</goals>
56-
<configuration>
57-
</configuration>
5856
</execution>
5957
</executions>
6058
</plugin>
@@ -184,7 +182,6 @@
184182
<goal>integration-test</goal>
185183
<goal>verify</goal>
186184
</goals>
187-
<phase>integration-test</phase>
188185
<configuration>
189186
<systemPropertyVariables>
190187
<java.util.logging.SimpleFormatter.format>&lt;%1$tm-%1$td-%1$tY %1$tH:%1$tM:%1$tS&gt; &lt;%4$s&gt; %5$s%6$s%n</java.util.logging.SimpleFormatter.format>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<weblogic-deploy-installer-name>weblogic-deploy</weblogic-deploy-installer-name>
3939
<skipTests>false</skipTests>
4040
<antlr.version>4.9.3</antlr.version>
41-
<snakeyaml.version>2.3</snakeyaml.version>
41+
<snakeyaml.version>2.4</snakeyaml.version>
4242
<picocli.version>4.7.6</picocli.version>
4343
<sshj.version>0.39.0</sshj.version>
4444
<eddsa.version>0.3.0</eddsa.version>
45-
<slf4j.version>2.0.16</slf4j.version>
45+
<slf4j.version>2.0.17</slf4j.version>
4646
<jzlib.version>1.1.3</jzlib.version>
4747
<asn.one.version>0.6.0</asn.one.version>
4848
<jline.version>3.29.0</jline.version>
49-
<junit.version>5.11.4</junit.version>
49+
<junit.version>5.12.0</junit.version>
5050
<wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
5151
<wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
5252

@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-compiler-plugin</artifactId>
189-
<version>3.13.0</version>
189+
<version>3.14.0</version>
190190
</plugin>
191191
<plugin>
192192
<groupId>org.apache.maven.plugins</groupId>
@@ -252,7 +252,7 @@
252252
<plugin>
253253
<groupId>org.codehaus.mojo</groupId>
254254
<artifactId>flatten-maven-plugin</artifactId>
255-
<version>1.6.0</version>
255+
<version>1.7.0</version>
256256
</plugin>
257257
<plugin>
258258
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)