Skip to content

Commit

Permalink
Merge branch 'master' into feature/migrate_tests_to_save
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheshiriks committed Jul 5, 2022
2 parents 33c5187 + cefb5f1 commit 143d79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<jacoco.version>0.8.8</jacoco.version>
<maven-plugin-tools.version>3.6.4</maven-plugin-tools.version>
<jbool.version>1.23</jbool.version>
<log4j.version>2.17.2</log4j.version>
<log4j.version>2.18.0</log4j.version>
</properties>

<modules>
Expand Down Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>2.1.21</version>
<version>2.1.23</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -254,7 +254,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<configuration>
<archive>
<manifestEntries>
Expand Down

0 comments on commit 143d79e

Please sign in to comment.