Skip to content

Commit

Permalink
Merge pull request #212 from cardano-foundation/chore/update-bloxbean…
Browse files Browse the repository at this point in the history
…-version

Chore/update bloxbean version
  • Loading branch information
Sotatek-DucPhung committed May 9, 2024
2 parents d272bf2 + fe1811c commit 95b99fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<version.maven-site-plugin>3.12.1</version.maven-site-plugin>
<version.github-maven-site-plugin>0.12</version.github-maven-site-plugin>
<version.spring-boot>3.0.5</version.spring-boot>
<version.bloxbean>0.5.1</version.bloxbean>
<version.bloxbean>0.5.2-preview</version.bloxbean>
<version.lombok>1.18.26</version.lombok>
<version.hibernate-orm>6.1.7.Final</version.hibernate-orm>
<version.hibernate-types>2.21.1</version.hibernate-types>
Expand Down Expand Up @@ -232,4 +232,4 @@
</repository>
</distributionManagement>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ public class ReportMessage {
private ReportHistory reportHistory;
private Long zoneOffset;
private String timePattern;
private String dateFormat;
private String poolId;
private String stakeAddress;
}

0 comments on commit 95b99fc

Please sign in to comment.