Skip to content

Commit

Permalink
Update dependency org.aspectj:aspectjrt to v1.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2022
1 parent 18d3128 commit de653dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -77,7 +77,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<scope>compile</scope>
<version>1.9.9.1</version>
<version>1.9.19</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/loggable/pom.xml
Expand Up @@ -60,7 +60,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.9.1</version>
<version>1.9.19</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/weaving/pom.xml
Expand Up @@ -87,7 +87,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.9.1</version>
<version>1.9.19</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down

0 comments on commit de653dd

Please sign in to comment.