Skip to content

Commit

Permalink
Update auf HBCI4Java 3.1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
willuhn committed Jan 4, 2022
1 parent 0f1c7b8 commit 3f24a57
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<classpathentry kind="lib" path="lib/itext-pdfa-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/itextpdf-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/konik/validation-api-1.1.0.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.1.55.jar" sourcepath="/hbci4j-core"/>
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.1.56.jar" sourcepath="/hbci4j-core"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions build/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
HEAD 2.11 (nightly)

* NEW: 0968 Update auf HBCI4Java 3.1.56 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.56
* NEW: 0967 Wiederherstellen der Selektion in der Liste der Synchronisierungsaufgaben
* BUG: 0966 Kontonummer und BLZ im Adressbuch nur noch f�r DE-IBANs vervollst�ndigen
* NEW: 0965 Play/Pause-Button f�r Flicker-Code sowie Option "[x] Automatisch starten"
Expand Down
Binary file removed lib/hbci4j-core-3.1.55.jar
Binary file not shown.
Binary file added lib/hbci4j-core-3.1.56.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/de/willuhn/jameica/hbci/HBCI.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class HBCI extends AbstractPlugin
*/
public final static HashMap LOGMAPPING = new HashMap();

private final static String HBCI4JAVA_VERSION = "3.1.55";
private final static String HBCI4JAVA_VERSION = "3.1.56";

private HBCICallback callback = null;
private Properties hbciProps = null;
Expand Down

0 comments on commit 3f24a57

Please sign in to comment.