Skip to content

Commit

Permalink
Merge pull request #81 from opencb/TASK-4437
Browse files Browse the repository at this point in the history
TASK-4437 - Update general dependencies from dependabot (security alerts)
  • Loading branch information
juanfeSanahuja authored Jan 23, 2024
2 parents 0e04720 + da07878 commit 938d649
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

<properties>
<!-- All dependency versions must be defined here -->
<jackson.version>2.11.4</jackson.version>
<apache.commons.lang3.version>3.12.0</apache.commons.lang3.version>
<slf4j.version>1.7.32</slf4j.version>
<jackson.version>2.14.3</jackson.version>
<apache.commons.lang3.version>3.14.0</apache.commons.lang3.version>
<slf4j.version>1.7.36</slf4j.version>
<avro.version>1.7.7</avro.version>
<mongodb.version>4.8.2</mongodb.version>
<solr.version>8.8.2</solr.version>
Expand All @@ -32,7 +32,6 @@
<hamcrest.version>1.3</hamcrest.version>
<junit.version>4.13.2</junit.version>
<!-- Other properties -->

<sonar.organization>opencb</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 938d649

Please sign in to comment.