Skip to content

Commit 6015327

Browse files

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<classpathentry kind="lib" path="lib/guava-31.1-jre.jar"/>
1717
<classpathentry kind="lib" path="lib/itext-pdfa-5.5.2.jar"/>
1818
<classpathentry kind="lib" path="lib/itextpdf-5.5.2.jar"/>
19-
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.1.85.jar" sourcepath="/hbci4java"/>
19+
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.1.86.jar" sourcepath="/hbci4java"/>
2020
<classpathentry kind="lib" path="lib/qrcodegen/qrcodegen-1.8.0.jar"/>
2121
<classpathentry exported="true" kind="lib" path="lib/apache_httpclient/httpclient5-5.2.jar"/>
2222
<classpathentry exported="true" kind="lib" path="lib/apache_httpclient/httpcore5-5.2.jar"/>

build/ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
HEAD 2.11 (nightly)
22

3+
* NEW: 1128 Update auf HBCI4Java 3.1.86 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.86 - siehe https://homebanking-hilfe.de/forum/topic.php?p=176073#real176073
4+
35
2025-02-04 Version 2.10.24
46

57
* NEW: 1127 Passenden MariaDB/MySQL-Treiber automatisch ermitteln
Binary file not shown.

src/de/willuhn/jameica/hbci/HBCI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class HBCI extends AbstractPlugin
8686
*/
8787
public final static HashMap LOGMAPPING = new HashMap();
8888

89-
private final static String HBCI4JAVA_VERSION = "3.1.85";
89+
private final static String HBCI4JAVA_VERSION = "3.1.86";
9090

9191
private HBCICallback callback = null;
9292
private Properties hbciProps = null;

0 commit comments

Comments
 (0)