|
38 | 38 | <weblogic-deploy-installer-name>weblogic-deploy</weblogic-deploy-installer-name>
|
39 | 39 | <skipTests>false</skipTests>
|
40 | 40 | <antlr.version>4.9.3</antlr.version>
|
41 |
| - <snakeyaml.version>2.2</snakeyaml.version> |
| 41 | + <snakeyaml.version>2.3</snakeyaml.version> |
42 | 42 | <picocli.version>4.7.6</picocli.version>
|
43 |
| - <sshj.version>0.38.0</sshj.version> |
| 43 | + <sshj.version>0.39.0</sshj.version> |
44 | 44 | <eddsa.version>0.3.0</eddsa.version>
|
45 | 45 | <slf4j.version>2.0.16</slf4j.version>
|
46 | 46 | <jzlib.version>1.1.3</jzlib.version>
|
47 | 47 | <asn.one.version>0.6.0</asn.one.version>
|
48 |
| - <jline.version>3.27.1</jline.version> |
| 48 | + <jline.version>3.28.0</jline.version> |
49 | 49 | <junit.version>5.11.3</junit.version>
|
50 | 50 | <wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
|
51 | 51 | <wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
|
|
135 | 135 | <dependency>
|
136 | 136 | <groupId>org.easymock</groupId>
|
137 | 137 | <artifactId>easymock</artifactId>
|
138 |
| - <version>5.4.0</version> |
| 138 | + <version>5.5.0</version> |
139 | 139 | </dependency>
|
140 | 140 | <dependency>
|
141 | 141 | <groupId>com.google.guava</groupId>
|
|
196 | 196 | <plugin>
|
197 | 197 | <groupId>org.apache.maven.plugins</groupId>
|
198 | 198 | <artifactId>maven-failsafe-plugin</artifactId>
|
199 |
| - <version>3.3.1</version> |
| 199 | + <version>3.5.2</version> |
200 | 200 | <configuration>
|
201 | 201 | <groups>${test.groups}</groups>
|
202 | 202 | </configuration>
|
|
0 commit comments