Skip to content

Commit

Permalink
chore: Upgrade dependencies (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Nov 29, 2023
2 parents fc36e37 + 1d11c83 commit aef8da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ allprojects {

configurations.all {
exclude group: 'org.glassfish', module: 'jakarta.el'
exclude group: 'org.junit.jupiter'

resolutionStrategy.force libraries.mockito_core
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
logbackVersion = '1.2.12'
lombokVersion = '1.18.30'
mockitoCoreVersion = '2.28.2'
powerMockVersion = "1.7.4"
powerMockVersion = "2.0.9"
gsonVersion = '2.10.1'
httpClientVersion = '4.5.14'
httpCoreVersion = '4.4.16'
Expand Down

0 comments on commit aef8da7

Please sign in to comment.