Skip to content

Commit

Permalink
Bump powsybl-core to 5.3.2 (#274)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
  • Loading branch information
olperr1 authored Jul 20, 2023
1 parent 691654f commit 2018be3
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 @@ -62,7 +62,7 @@ public static List<TimelineEntry> parse(Reader reader) throws XMLStreamException
xmlReader = factory.createXMLStreamReader(reader);
timeLineSeries = read(xmlReader);
} finally {
if (xmlReader != null) {
if (xmlReader != null) {
xmlReader.close();
}
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent</artifactId>
<version>8</version>
<version>10</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -59,7 +59,7 @@

<groovy.version>3.0.9</groovy.version> <!-- used for groovydoc (dynawaltz-dsl) -->

<powsyblcore.version>5.3.0</powsyblcore.version>
<powsyblcore.version>5.3.2</powsyblcore.version>

<sonar.coverage.jacoco.xmlReportPaths>
../distribution/target/site/jacoco-aggregate/jacoco.xml,
Expand Down

0 comments on commit 2018be3

Please sign in to comment.