File tree 4 files changed +4
-2
lines changed
src/de/willuhn/jameica/hbci
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
<classpathentry kind =" lib" path =" lib/guava-31.1-jre.jar" />
17
17
<classpathentry kind =" lib" path =" lib/itext-pdfa-5.5.2.jar" />
18
18
<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" />
20
20
<classpathentry kind =" lib" path =" lib/qrcodegen/qrcodegen-1.8.0.jar" />
21
21
<classpathentry exported =" true" kind =" lib" path =" lib/apache_httpclient/httpclient5-5.2.jar" />
22
22
<classpathentry exported =" true" kind =" lib" path =" lib/apache_httpclient/httpcore5-5.2.jar" />
Original file line number Diff line number Diff line change 1
1
HEAD 2.11 (nightly)
2
2
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
+
3
5
2025-02-04 Version 2.10.24
4
6
5
7
* NEW: 1127 Passenden MariaDB/MySQL-Treiber automatisch ermitteln
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public class HBCI extends AbstractPlugin
86
86
*/
87
87
public final static HashMap LOGMAPPING = new HashMap ();
88
88
89
- private final static String HBCI4JAVA_VERSION = "3.1.85 " ;
89
+ private final static String HBCI4JAVA_VERSION = "3.1.86 " ;
90
90
91
91
private HBCICallback callback = null ;
92
92
private Properties hbciProps = null ;
You can’t perform that action at this time.
0 commit comments