Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 23, 2024
2 parents f775515 + fb72259 commit cb873f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -76,7 +76,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<scope>compile</scope>
<version>1.9.19</version>
<version>1.9.21.1</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/fake-validation/pom.xml
Expand Up @@ -48,7 +48,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.19</version>
<version>1.9.21.1</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.19</version>
<version>1.9.21.1</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.19</version>
<version>1.9.21.1</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down

0 comments on commit cb873f0

Please sign in to comment.