Skip to content

Commit

Permalink
build(deps): drop unused json-patch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 3, 2024
1 parent 38909fb commit 35c5ff7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:_'
implementation 'net.lingala.zip4j:zip4j:_'
implementation 'net.ricecode:string-similarity:_'
implementation 'com.github.fge:json-patch:_'
implementation 'io.github.cdimascio:dotenv-java:_'

implementation 'org.apache.httpcomponents:httpclient:_'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import org.junit.jupiter.api.Test;

import javax.annotation.CheckReturnValue;

import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyBoolean;
import static org.mockito.Mockito.verify;
Expand Down
2 changes: 0 additions & 2 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ version.commons-cli..commons-cli=1.5.0

version.com.h3xstream.findsecbugs..findsecbugs-plugin=1.12.0

version.com.github.fge..json-patch=1.13

version.com.github.crowdin..crowdin-api-client-java=1.11.5

plugin.org.asciidoctor.jvm.convert=3.3.2
Expand Down

0 comments on commit 35c5ff7

Please sign in to comment.