Skip to content

Commit 860f8a2

Browse files
authored
Merge pull request #16 from umjammer/0.14.7
0.14.7
2 parents 268f7e4 + 52ca0a6 commit 860f8a2

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [develop]
10+
branches: [main]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [develop]
13+
branches: [main]
1414
# schedule:
1515
# - cron: '0 14 * * 6'
1616

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,5 @@ Again, start browsing the file system at floppy.Root.
176176
* `CommonVolumeDescriptor` as `user:attributes`
177177
* https://github.com/Janix520/java-iso-tools
178178
* ~~registry~~
179-
* ~~🐛 vdi check sector length?~~ -> Util#SeekableByteChannel*
179+
* ~~🐛 vdi check sector length?~~ -> Util#SeekableByteChannel*
180+
* git tree might be corrupted

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>vavi</groupId>
55
<artifactId>vavi-nio-file-discutils</artifactId>
6-
<version>0.14.6</version>
6+
<version>0.14.7</version>
77

88
<properties>
99
<vavi-nio-file-fuse.groupId>com.github.umjammer</vavi-nio-file-fuse.groupId> <!-- vavi / com.github.umjammer -->
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-compiler-plugin</artifactId>
118-
<version>3.11.0</version>
118+
<version>3.12.1</version>
119119
<configuration>
120120
<release>17</release>
121121
<testExcludes>
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-surefire-plugin</artifactId>
131-
<version>3.2.2</version>
131+
<version>3.2.5</version>
132132
<configuration>
133133
<reuseForks>true</reuseForks>
134134
<argLine>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>org.junit</groupId>
160160
<artifactId>junit-bom</artifactId>
161-
<version>5.10.2</version>
161+
<version>5.10.3</version>
162162
<type>pom</type>
163163
<scope>import</scope>
164164
</dependency>
@@ -169,25 +169,25 @@
169169
<dependency>
170170
<groupId>com.github.umjammer</groupId> <!-- com.github.umjammer -->
171171
<artifactId>vavi-commons</artifactId>
172-
<version>1.1.12</version>
172+
<version>1.1.14</version>
173173
</dependency>
174174

175175
<dependency>
176-
<groupId>com.github.umjammer</groupId>
176+
<groupId>com.github.umjammer</groupId> <!-- com.github.fge / com.github.umjammer -->
177177
<artifactId>vavi-nio-file-base</artifactId>
178-
<version>0.0.14v</version>
178+
<version>0.0.15</version>
179179
</dependency>
180180

181181
<dependency>
182182
<groupId>com.github.umjammer</groupId> <!-- moe.yo3explorer / com.github.umjammer -->
183183
<artifactId>dotnet4j</artifactId>
184-
<version>1.2.4</version>
184+
<version>1.2.5</version>
185185
</dependency>
186186

187187
<dependency>
188188
<groupId>com.github.umjammer</groupId>
189189
<artifactId>klab-commons-cli</artifactId>
190-
<version>1.3.2</version>
190+
<version>1.3.3</version>
191191
</dependency>
192192
<dependency>
193193
<groupId>com.github.umjammer</groupId> <!-- com.github.umjammer -->

src/test/java/Test1.java src/test/java/TestCase.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333

3434
/**
35-
* Test1.
35+
* TestCase.
3636
*
3737
* @author <a href="mailto:umjammer@gmail.com">Naohide Sano</a> (umjammer)
3838
* @version 0.00 2019/10/07 umjammer initial version <br>
3939
*/
40-
class Test1 {
40+
class TestCase {
4141

4242
@Test
4343
void test1() throws Exception {

0 commit comments

Comments
 (0)