Skip to content

Commit

Permalink
upped versions. java 21 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 25, 2023
1 parent 8785318 commit 403bdd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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>
<magnolia.version>6.2.28</magnolia.version>
<mockito.version>5.1.1</mockito.version>
<lombok.version>1.18.26</lombok.version>
<slf4j.version>2.0.9</slf4j.version>
<magnolia.version>6.2.39</magnolia.version>
<mockito.version>5.6.0</mockito.version>
<lombok.version>1.18.30</lombok.version>
<assertj.version>3.24.2</assertj.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.2</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>info.magnolia.site</groupId>
<artifactId>magnolia-site</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit 403bdd0

Please sign in to comment.