|
8 | 8 | <modelVersion>4.0.0</modelVersion>
|
9 | 9 | <groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
|
10 | 10 | <artifactId>imagetool-parent</artifactId>
|
11 |
| - <version>1.14.0-SNAPSHOT</version> |
| 11 | + <version>1.13.4-SNAPSHOT</version> |
12 | 12 | <packaging>pom</packaging>
|
13 | 13 |
|
14 | 14 | <name>WebLogic Image Tool</name>
|
|
72 | 72 | <dependency>
|
73 | 73 | <groupId>org.junit.jupiter</groupId>
|
74 | 74 | <artifactId>junit-jupiter-engine</artifactId>
|
75 |
| - <version>5.10.0</version> |
| 75 | + <version>5.11.0</version> |
76 | 76 | <scope>test</scope>
|
77 | 77 | </dependency>
|
78 | 78 | <dependency>
|
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.jetbrains</groupId>
|
91 | 91 | <artifactId>annotations</artifactId>
|
92 |
| - <version>24.0.1</version> |
| 92 | + <version>24.1.0</version> |
93 | 93 | </dependency>
|
94 | 94 | </dependencies>
|
95 | 95 | </dependencyManagement>
|
|
133 | 133 | <plugin>
|
134 | 134 | <groupId>org.apache.maven.plugins</groupId>
|
135 | 135 | <artifactId>maven-jar-plugin</artifactId>
|
136 |
| - <version>3.3.0</version> |
| 136 | + <version>3.4.2</version> |
137 | 137 | <configuration>
|
138 | 138 | <archive>
|
139 | 139 | <manifest>
|
|
149 | 149 | <plugin>
|
150 | 150 | <groupId>org.apache.maven.plugins</groupId>
|
151 | 151 | <artifactId>maven-install-plugin</artifactId>
|
152 |
| - <version>3.1.1</version> |
| 152 | + <version>3.1.3</version> |
153 | 153 | </plugin>
|
154 | 154 | <plugin>
|
155 | 155 | <groupId>org.apache.maven.plugins</groupId>
|
156 | 156 | <artifactId>maven-failsafe-plugin</artifactId>
|
157 |
| - <version>3.3.1</version> |
| 157 | + <version>3.5.0</version> |
158 | 158 | <configuration>
|
159 | 159 | <groups>${test.groups}</groups>
|
160 | 160 | <excludedGroups>failing</excludedGroups>
|
|
0 commit comments