Skip to content

Commit

Permalink
upped some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 14, 2024
1 parent bee5fb4 commit 4a6648c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
<magnolia.version>6.2.27</magnolia.version>
<magnolia.cache.version>5.9.4</magnolia.cache.version>
<ehcache.version>3.7.1</ehcache.version> <!-- should be in sync with version of magnolia.cache -->
<junit.version>5.9.1</junit.version>
<junit.version>5.10.3</junit.version>
<mockito.version>4.11.0</mockito.version>
<lombok.version>1.18.24</lombok.version>
<assertj.version>3.23.1</assertj.version>
<lombok.version>1.18.34</lombok.version>
<assertj.version>3.26.3</assertj.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.28.0</version>
<version>3.46.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4a6648c

Please sign in to comment.