Backup problem. F1. Online or dump, onprem

hi all.

Ubuntu 24.04.2 LTS (GNU/Linux 6.8.0-57-generic x86_64)

onprem

neo4j 5.24.2
VM Name: OpenJDK 64-Bit Server VM
VM Vendor: Ubuntu
VM Version: 21.0.6+7-Ubuntu-124.04.1
JIT compiler: HotSpot 64-Bit Tiered Compilers

problem:
after installing ubuntu updates, backup stoped working.

command:
neo4j-admin database dump datadb1 --to-path=/var/lib/neo4j/data/dumps
or
neo4j-admin database backup --type=full --to-path=/var/lib/neo4j/data/dumps/ neo4j --from=192.168.1.1:6362

error:
Exception in thread "main" java.lang.NoSuchMethodError: 'long org.apache.commons.io.file.attribute.FileTimes.toUnixTime(java.nio.file.attribute.FileTime)'

Can you tell me what to do?
has anyone encountered the same thing?
maybe someone from those present has already decided?
Google and chatjipity haven't reported anything useful yet.

What happens if you execute:

CALL apoc.export.cypher.all("database.cypher", {format: "cypher-shell"});