Skip to content

Commit

Permalink
Update jnr version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinduplantis committed Jan 5, 2023
1 parent 4cdee9d commit b8e31cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,9 +1072,9 @@ private List<Instrument> getInstrumentList()
{
List<Instrument> instruments = Lists.newArrayList();
instruments.add(new Equity("METC"));
instruments.add(org.marketcetera.trade.Future.fromString("METC-202211"));
instruments.add(org.marketcetera.trade.Future.fromString("METC-202411"));
instruments.add(new Currency("USD/GBP"));
instruments.add(new Option("METC","20221117",EventTestBase.generateDecimalValue(),OptionType.Put));
instruments.add(new Option("METC","20241117",EventTestBase.generateDecimalValue(),OptionType.Put));
instruments.add(new ConvertibleBond("FR0011453463"));
return instruments;
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-process</artifactId>
<version>0.4.11</version>
<version>0.4.12</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit b8e31cf

Please sign in to comment.