Skip to content

Commit

Permalink
fix log error about liquidbased at startup (#197)
Browse files Browse the repository at this point in the history
* fix log error about liquidbased at startup

* update CNR
  • Loading branch information
AlvaroVega authored Sep 16, 2024
1 parent f283b6a commit 113587f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FIX: startup error log about liquidbase (#171)
FIX: startup log exception about InaccessibleObjectException (#195)
UPGRADE: Debian version from 12.4 to 12.6 in Dockerfile

Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>4.3.5</version>
</dependency>
</dependencies>

<properties>
Expand Down

0 comments on commit 113587f

Please sign in to comment.