Skip to content

Commit

Permalink
upgrade filter library to v1.0.14 (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt authored Oct 17, 2024
1 parent 067cfa1 commit c2155f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<powsybl-ws-commons.version>1.15.0</powsybl-ws-commons.version>
<!-- FIXME: powsybl-network-store modules'version is overloaded in the dependencies section.The overloads and this property below have to be removed at next powsybl-ws-dependencies.version upgrade -->
<powsybl-network-store.version>1.18.2</powsybl-network-store.version>
<filter.version>1.0.14</filter.version>
</properties>

<build>
Expand Down Expand Up @@ -129,6 +130,9 @@
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-filter</artifactId>
<!-- FIXME: gridsuite-filter modules' version is overloaded in the dependencies section.
The overloads and this property below have to be removed at next gridsuite-dependencies.version upgrade -->
<version>${filter.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit c2155f3

Please sign in to comment.