Skip to content

Commit

Permalink
Upgrade certain non-critical dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Dec 3, 2021
1 parent d3a11ae commit e6358c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ https://github.com/morfologik/morfologik-stemming/blob/master/CHANGES
Other Changes

* GH-112: Add automatic module name to all JARs.
* Upgrade selected build dependencies.

======================= morfologik-stemming 2.1.7 =======================

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<properties>
<version.assertj>2.2.0</version.assertj>
<version.hppc>0.7.2</version.hppc>
<version.junit>4.12</version.junit>
<version.junit>4.13.1</version.junit>
<version.randomizedtesting>2.5.2</version.randomizedtesting>

<version.maven-compiler-plugin>3.8.1</version.maven-compiler-plugin>
Expand Down Expand Up @@ -327,7 +327,7 @@
</activation>

<properties>
<version.forbiddenapis>2.3</version.forbiddenapis>
<version.forbiddenapis>2.7</version.forbiddenapis>
<forbiddenapis.signaturefile>src/forbidden-apis/signatures.txt</forbiddenapis.signaturefile>
</properties>

Expand Down Expand Up @@ -596,7 +596,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.4</version>
<version>1.10.9</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit e6358c4

Please sign in to comment.