Skip to content

Commit

Permalink
upped some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 14, 2024
1 parent b284007 commit 3909dd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@

<properties>
<jcr.version>2.0</jcr.version>
<slf4j.version>1.7.36</slf4j.version>
<jackrabbit.version>2.21.22</jackrabbit.version>
<lombok.version>1.18.30</lombok.version>
<checker.framework.version>3.40.0</checker.framework.version>
<slf4j.version>2.0.16</slf4j.version>
<jackrabbit.version>2.22.0</jackrabbit.version>
<lombok.version>1.18.34</lombok.version>
<checker.framework.version>3.46.0</checker.framework.version>
<java.version>8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -207,12 +207,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.8.0</version>
<version>7.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -230,7 +230,7 @@
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.5.5.Final</version>
<version>1.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.2</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3909dd8

Please sign in to comment.