Skip to content

Commit

Permalink
Bump byte-buddy and mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Jan 26, 2024
1 parent 9eaf929 commit 4449255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>
<version>2.1.2-SNAPSHOT</version>
<properties>
<byte-buddy.version>1.14.0</byte-buddy.version>
<byte-buddy.version>1.14.11</byte-buddy.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<flyway.version>9.8.3</flyway.version>
<guava.version>32.0.0-jre</guava.version>
Expand All @@ -31,7 +31,7 @@
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<mockito.version>4.9.0</mockito.version>
<mockito.version>5.10.0</mockito.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rxjava-jdbc.version>0.7.19</rxjava-jdbc.version>
Expand Down

0 comments on commit 4449255

Please sign in to comment.