Skip to content

Commit 0dfdc13

Browse files
authored
Fix build (#177)
* Fix breaking change from quickfixj new version * Upgraded version in starter package
1 parent 89b4773 commit 0dfdc13

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

quickfixj-spring-boot-actuator/src/test/java/quickfix/MockSystemTimeSource.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ public long getTime() {
5252
return systemTimes[offset];
5353
}
5454

55-
@Override
56-
public long getTimeFromNanos() {
57-
return 0;
58-
}
59-
6055
public void increment(long delta) {
6156
if (systemTimes.length - offset == 1) {
6257
systemTimes[offset] += delta;

quickfixj-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<url>https://github.com/esanchezros/quickfixj-spring-boot-starter</url>
1414

1515
<properties>
16-
<quickfixj.version>2.3.1</quickfixj.version>
16+
<quickfixj.version>2.3.2</quickfixj.version>
1717
</properties>
1818

1919
<dependencies>

0 commit comments

Comments
 (0)