Skip to content

Commit

Permalink
PDFBOX-5660: update maven-plugin-annotations, mockito
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1920252 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Aug 28, 2024
1 parent 72c49e8 commit 4428028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
<!-- For legal reasons (incompatible license), these three dependencies below
Expand Down

0 comments on commit 4428028

Please sign in to comment.