Skip to content

Commit

Permalink
upgrade commons net to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed May 5, 2024
1 parent 47afc9d commit fa3da95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ antlr.version=2.7.7
bcel.version=6.9.0
bsf.version=2.4.0
bsh.version=2.0b5
commons-net.version=3.9.0
commons-net.version=3.10.0
commons-logging.version=1.1
commons-logging-api.version=${commons-logging.version}
js-language.version=23.1.2
Expand Down
2 changes: 1 addition & 1 deletion src/etc/poms/ant-commons-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fa3da95

Please sign in to comment.