Skip to content

Commit

Permalink
SED-3146 filemanager cleanup breaking local keywords24 (#273)
Browse files Browse the repository at this point in the history
* SED-3146 porting to Step 24

* SED-3146 updating dependencies
  • Loading branch information
david-stephan authored Jun 4, 2024
1 parent a045d7c commit 0debc85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion step-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- internal dependencies -->
<exense-commons.version>2.0.7</exense-commons.version>
<exense-commons.version>2.0.8</exense-commons.version>
<step-framework.version>2.0.15</step-framework.version>
<step-grid.version>2.0.4</step-grid.version>
<step-api.version>1.2.4</step-api.version>
Expand Down Expand Up @@ -105,6 +105,12 @@
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<!-- make sure exense common version defined in Step has precedence -->
<dependency>
<groupId>ch.exense.commons</groupId>
<artifactId>exense-basic-commons</artifactId>
<version>${exense-commons.version}</version>
</dependency>
</dependencies>

<modules>
Expand Down

0 comments on commit 0debc85

Please sign in to comment.