Skip to content

Commit

Permalink
fix(deps): update mockito monorepo (minor) (#2502)
Browse files Browse the repository at this point in the history
* fix(deps): update mockito monorepo

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update mockito monorepo

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove datakin snapshot url for maven

Signed-off-by: wslulciuc <willy@datakin.com>

* Remove mockito-inline lib

Signed-off-by: wslulciuc <willy@datakin.com>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: wslulciuc <willy@datakin.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wslulciuc <willy@datakin.com>
  • Loading branch information
renovate[bot] and wslulciuc authored Aug 10, 2023
1 parent dc1dd31 commit a62fc04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ allprojects {
repositories {
mavenLocal()
mavenCentral()
maven {
url = 'https://datakin.jfrog.io/artifactory/maven-public-libs-snapshot'
}
}
}

Expand Down Expand Up @@ -59,7 +56,7 @@ subprojects {
jacocoVersion = '0.8.10'
junit5Version = '5.9.3'
lombokVersion = '1.18.28'
mockitoVersion = '5.1.1'
mockitoVersion = '5.4.0'
openlineageVersion = '0.26.0'
slf4jVersion = '1.7.36'
postgresqlVersion = '42.6.0'
Expand All @@ -73,7 +70,6 @@ subprojects {
testImplementation "org.assertj:assertj-core:${assertjVersion}"
testImplementation "org.junit.jupiter:junit-jupiter:${junit5Version}"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testImplementation "org.mockito:mockito-inline:${mockitoVersion}"
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoVersion}"
testImplementation "org.projectlombok:lombok:${lombokVersion}"
testAnnotationProcessor "org.projectlombok:lombok:${lombokVersion}"
Expand Down

0 comments on commit a62fc04

Please sign in to comment.