OSDN Git Service

bump JinParser to 2.102.6
authorOlyutorskii <olyutorskii@users.osdn.me>
Mon, 10 Oct 2022 08:49:47 +0000 (17:49 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Mon, 10 Oct 2022 08:49:47 +0000 (17:49 +0900)
bump Jovsonz to 1.101.106
bump QuetexJ to 1.0.8

CHANGELOG.txt
pom.xml

index 0a0f123..da04c76 100644 (file)
@@ -4,6 +4,11 @@
 Jindolf 変更履歴
 
 
+4.101.X (2022-XX-XX)
+    ・JinParser 2.102.6 に対応。
+    ・Jovsonz 1.101.106 に対応。
+    ・QuetexJ 1.0.8 に対応。
+
 4.101.4 (2020-10-11)
     ・G国URL変更に伴い JinParser 2.102.4 に対応。
     ・ログ出力ウィンドウをQuetexJに変更。
diff --git a/pom.xml b/pom.xml
index 0a4c63f..7b54576 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <dependency>
             <groupId>jp.osdn.jindolf</groupId>
             <artifactId>jinparser</artifactId>
-            <version>2.102.4</version>
+            <version>2.102.6</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>jp.sourceforge.jovsonz</groupId>
             <artifactId>jovsonz</artifactId>
-            <version>1.101.104</version>
+            <version>1.101.106</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>io.github.olyutorskii</groupId>
             <artifactId>quetexj</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.8</version>
             <scope>compile</scope>
         </dependency>