Skip to content

Commit

Permalink
Update all non-major library dependencies (reactor#2867)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 3, 2022
1 parent dbaf63d commit e82aa9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ ext {

// Logging
slf4jVersion = '1.7.32'
logbackVersion = '1.2.9'
logbackVersion = '1.2.10'

// Testing
jUnitPlatformVersion = '5.8.2' //needs to be manually synchronized in buildSrc
assertJVersion = '3.21.0' //needs to be manually synchronized in buildSrc
assertJVersion = '3.22.0' //needs to be manually synchronized in buildSrc
mockitoVersion = '4.2.0'
awaitilityVersion = '4.1.1'
throwingFunctionVersion = '1.5.1'
Expand All @@ -109,11 +109,11 @@ ext {
archUnitVersion = '0.22.0'

// For reactor-tools
byteBuddyVersion = '1.12.5' //dependency, but plugin usage is now in a mock build done via TestKit
byteBuddyVersion = '1.12.6' //dependency, but plugin usage is now in a mock build done via TestKit
cgLibVersion = '3.3.0'

// JMH
jmhVersion = '1.33'
jmhVersion = '1.34'
}

// only publish scan if a specific gradle entreprise server is passed
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
testImplementation("org.assertj:assertj-core:3.21.0")
testImplementation("org.assertj:assertj-core:3.22.0")
testImplementation platform("org.junit:junit-bom:5.8.2")
testImplementation "org.junit.jupiter:junit-jupiter-api"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"

testImplementation "org.assertj:assertj-core:3.21.0"
testImplementation "org.assertj:assertj-core:3.22.0"
}

test {
Expand Down

0 comments on commit e82aa9a

Please sign in to comment.