Skip to content

Commit

Permalink
Fixed #376 - Upgrade apiguardian-api to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Sep 2, 2023
1 parent 54447e0 commit 0691c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
:issue-366: https://github.com/khmarbaise/maven-it-extension/issues/366[Fixed #366]
:issue-374: https://github.com/khmarbaise/maven-it-extension/issues/374[Fixed #374]
:issue-375: https://github.com/khmarbaise/maven-it-extension/issues/375[Fixed #375]
:issue-376: https://github.com/khmarbaise/maven-it-extension/issues/376[Fixed #376]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]

:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
Expand Down Expand Up @@ -91,6 +92,7 @@
* {issue-355} - Upgrade JUnit Jupiter to 5.10.0
* {issue-374} - Upgrade Upgrade byte buddy version 1.14.7
* {issue-375} - Upgrade mockito-bom to 5.5.0
* {issue-376} - Upgrade apiguardian-api to 1.1.2

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit 0691c61

Please sign in to comment.