Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jul 26, 2024
1 parent ea98c49 commit 4434a3a
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 @@ -314,7 +314,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.3</version>
</dependency>

<!-- Testing -->
Expand All @@ -339,15 +339,15 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>

<!-- Development tools -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -443,7 +443,7 @@
<slf4j.version>2.0.13</slf4j.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<mysql.version>8.4.0</mysql.version>
<tomcat.version>9.0.88</tomcat.version>
<tomcat.version>9.0.91</tomcat.version>
<mockito.version>4.11.0</mockito.version>
</properties>

Expand Down

0 comments on commit 4434a3a

Please sign in to comment.