Skip to content

Commit

Permalink
pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Pavlov authored and Konstantin Pavlov committed Jul 19, 2024
1 parent f12a6d5 commit 3d6bec7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>[1.7.36,3.0)</slf4j.version>
<junit-jupiter.version>[5.10.3,6.0)</junit-jupiter.version>
<assertj-core.version>[3.26.3,4.0)</assertj-core.version>
<!-- Versions -->
<assertj-core.version>3.26.3</assertj-core.version>
<junit-jupiter.version>5.10.3</junit-jupiter.version>
<slf4j.version>1.7.36</slf4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3d6bec7

Please sign in to comment.