Dev: updated to latest ormlite lib, removed workaround for dirty logs from #8373;

This commit is contained in:
Oleg Agafonov 2021-11-14 01:47:24 +04:00
parent a480e10bd8
commit 83d44b3e66
4 changed files with 1 additions and 7 deletions

View file

@ -1,2 +0,0 @@
#workaround to remove un-wanted ormlite logs, see https://github.com/magefree/mage/issues/8373
LogBackendType.*=ERROR

View file

@ -1,2 +0,0 @@
#workaround to remove un-wanted ormlite logs, see https://github.com/magefree/mage/issues/8373
LogBackendType.*=ERROR

View file

@ -1,2 +0,0 @@
#workaround to remove un-wanted ormlite logs, see https://github.com/magefree/mage/issues/8373
LogBackendType.*=ERROR

View file

@ -170,7 +170,7 @@
<!-- database support - ORM --> <!-- database support - ORM -->
<groupId>com.j256.ormlite</groupId> <groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-jdbc</artifactId> <artifactId>ormlite-jdbc</artifactId>
<version>5.6</version> <version>5.7</version>
</dependency> </dependency>
<dependency> <dependency>
<!-- database support - H2 db engine (main db) --> <!-- database support - H2 db engine (main db) -->