Skip to content

Commit

Permalink
Update all non-major library dependencies (reactor#2860)
Browse files Browse the repository at this point in the history
This commit contains the following updates:
 - net.bytebuddy:byte-buddy 	1.11.19 -> 1.12.5
 - net.bytebuddy:byte-buddy-agent 	1.11.19 -> 1.12.5
 - com.tngtech.archunit:archunit 	0.21.0 -> 0.22.0
 - org.awaitility:awaitility (source) 	4.1.0 -> 4.1.1
 - org.junit:junit-bom (source) 	5.8.0 -> 5.8.2
 - ch.qos.logback:logback-classic (source) 	1.2.5 -> 1.2.9
 - org.assertj:assertj-core (source) 	3.20.2 -> 3.21.0
 - io.projectreactor.addons:reactor-extra 	3.3.3.RELEASE -> 3.4.6

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 17, 2021
1 parent 184f89a commit eadb550
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
compileOnly "com.google.code.findbugs:jsr305:${findbugsVersion}"

implementation "org.openjdk.jmh:jmh-core:${jmhVersion}"
implementation "io.projectreactor.addons:reactor-extra:3.3.3.RELEASE", {
implementation "io.projectreactor.addons:reactor-extra:3.4.6", {
exclude group: 'io.projectreactor', module: 'reactor-core'
}
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:${jmhVersion}"
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@ ext {

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

// Testing
jUnitPlatformVersion = '5.8.0' //needs to be manually synchronized in buildSrc
jUnitPlatformVersion = '5.8.2' //needs to be manually synchronized in buildSrc
assertJVersion = '3.21.0' //needs to be manually synchronized in buildSrc
mockitoVersion = '3.12.4'
awaitilityVersion = '4.1.0'
awaitilityVersion = '4.1.1'
throwingFunctionVersion = '1.5.1'
javaObjectLayoutVersion = '0.16'
testNgVersion = '7.4.0'
archUnitVersion = '0.21.0'
archUnitVersion = '0.22.0'

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

// JMH
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
testImplementation("org.assertj:assertj-core:3.21.0")
testImplementation platform("org.junit:junit-bom:5.8.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.20.2"
testImplementation "org.assertj:assertj-core:3.21.0"
}

test {
Expand Down

0 comments on commit eadb550

Please sign in to comment.