Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Apr 30, 2024
1 parent a634d21 commit e9fb529
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
<scope>runtime</scope>
</dependency>

Expand All @@ -203,7 +203,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.29.2-GA</version>
<version>3.30.2-GA</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -303,7 +303,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.1</version>
</dependency>

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

<!-- Development tools -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.32</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -428,11 +428,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<log4j.version>2.21.1</log4j.version>
<slf4j.version>2.0.9</slf4j.version>
<log4j.version>2.23.1</log4j.version>
<slf4j.version>2.0.13</slf4j.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<mysql.version>8.2.0</mysql.version>
<tomcat.version>9.0.82</tomcat.version>
<mysql.version>8.4.0</mysql.version>
<tomcat.version>9.0.88</tomcat.version>
<mockito.version>4.11.0</mockito.version>
</properties>

Expand Down

0 comments on commit e9fb529

Please sign in to comment.