Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Oct 8, 2024
1 parent a321a91 commit 38ca90b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>

<dependency>
Expand All @@ -159,7 +159,7 @@
<dependency>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa</artifactId>
<version>7.26.1</version>
<version>7.28.1</version>
</dependency>

<!-- Testing Support -->
Expand Down Expand Up @@ -321,6 +321,15 @@
</gitFlowConfig>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<configuration>
<allowMajorUpdates>false</allowMajorUpdates>
<processDependencyManagement>false</processDependencyManagement>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 38ca90b

Please sign in to comment.