Skip to content

Commit

Permalink
fix sonar lint issues 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanIovlev committed Feb 9, 2021
1 parent 72821cc commit cf14fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

<groupId>com.epam.jdi.tools</groupId>
<artifactId>jdi-light-saber</artifactId>
<version>2.1.9</version>
<version>2.1.10</version>
<name>Light Saber java utils</name>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>[3.11,)</version>
<version>3.11</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit cf14fcc

Please sign in to comment.