|
3 | 3 |
|
4 | 4 | <groupId>vavi</groupId>
|
5 | 5 | <artifactId>vavi-nio-file-discutils</artifactId>
|
6 |
| - <version>0.14.6</version> |
| 6 | + <version>0.14.7</version> |
7 | 7 |
|
8 | 8 | <properties>
|
9 | 9 | <vavi-nio-file-fuse.groupId>com.github.umjammer</vavi-nio-file-fuse.groupId> <!-- vavi / com.github.umjammer -->
|
|
115 | 115 | <plugin>
|
116 | 116 | <groupId>org.apache.maven.plugins</groupId>
|
117 | 117 | <artifactId>maven-compiler-plugin</artifactId>
|
118 |
| - <version>3.11.0</version> |
| 118 | + <version>3.12.1</version> |
119 | 119 | <configuration>
|
120 | 120 | <release>17</release>
|
121 | 121 | <testExcludes>
|
|
128 | 128 | <plugin>
|
129 | 129 | <groupId>org.apache.maven.plugins</groupId>
|
130 | 130 | <artifactId>maven-surefire-plugin</artifactId>
|
131 |
| - <version>3.2.2</version> |
| 131 | + <version>3.2.5</version> |
132 | 132 | <configuration>
|
133 | 133 | <reuseForks>true</reuseForks>
|
134 | 134 | <argLine>
|
|
158 | 158 | <dependency>
|
159 | 159 | <groupId>org.junit</groupId>
|
160 | 160 | <artifactId>junit-bom</artifactId>
|
161 |
| - <version>5.10.2</version> |
| 161 | + <version>5.10.3</version> |
162 | 162 | <type>pom</type>
|
163 | 163 | <scope>import</scope>
|
164 | 164 | </dependency>
|
|
169 | 169 | <dependency>
|
170 | 170 | <groupId>com.github.umjammer</groupId> <!-- com.github.umjammer -->
|
171 | 171 | <artifactId>vavi-commons</artifactId>
|
172 |
| - <version>1.1.12</version> |
| 172 | + <version>1.1.14</version> |
173 | 173 | </dependency>
|
174 | 174 |
|
175 | 175 | <dependency>
|
176 |
| - <groupId>com.github.umjammer</groupId> |
| 176 | + <groupId>com.github.umjammer</groupId> <!-- com.github.fge / com.github.umjammer --> |
177 | 177 | <artifactId>vavi-nio-file-base</artifactId>
|
178 |
| - <version>0.0.14v</version> |
| 178 | + <version>0.0.15</version> |
179 | 179 | </dependency>
|
180 | 180 |
|
181 | 181 | <dependency>
|
182 | 182 | <groupId>com.github.umjammer</groupId> <!-- moe.yo3explorer / com.github.umjammer -->
|
183 | 183 | <artifactId>dotnet4j</artifactId>
|
184 |
| - <version>1.2.4</version> |
| 184 | + <version>1.2.5</version> |
185 | 185 | </dependency>
|
186 | 186 |
|
187 | 187 | <dependency>
|
188 | 188 | <groupId>com.github.umjammer</groupId>
|
189 | 189 | <artifactId>klab-commons-cli</artifactId>
|
190 |
| - <version>1.3.2</version> |
| 190 | + <version>1.3.3</version> |
191 | 191 | </dependency>
|
192 | 192 | <dependency>
|
193 | 193 | <groupId>com.github.umjammer</groupId> <!-- com.github.umjammer -->
|
|
0 commit comments