Skip to content

Commit

Permalink
Upgrading Tika, maven-project-info-reports-plugin and asciidoctorj-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 22, 2024
1 parent 60c6d32 commit 0af669a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ under the License.
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>3.0.0-BETA2</version>
<version>3.0.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1987,7 +1987,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
Expand Down Expand Up @@ -2152,7 +2152,7 @@ under the License.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>2.3.18</version>
<version>2.3.19</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 0af669a

Please sign in to comment.