Skip to content

Commit

Permalink
Updated Mockito in order to support Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jun 12, 2024
1 parent b9b576d commit b52a0cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ commonslang3 = "3.12.0"
jline = "3.22.0"
beanshell = "2.0b6"
javatuples = "1.2"
mockito = "5.4.0"
mockitojupiter = "5.4.0"
mockito = "5.12.0"
mockitojupiter = "5.12.0"
xmlunit = "1.6"
junit = "5.9.2"
bcprov = "2.73.2"
Expand Down
1 change: 1 addition & 0 deletions jpos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dependencies {
api libs.jacksonCore
api libs.jacksonDataBind
api libs.jacksonDataTypeJSR310
api libs.jacksonDataFormatXML

implementation libs.yaml;
implementation libs.jdbm
Expand Down

0 comments on commit b52a0cf

Please sign in to comment.