Skip to content

Commit

Permalink
Upgrade AssertJ to 3.12.2 (pinterest#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu authored Jul 18, 2019
1 parent d2be01a commit 26ac05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext.deps = [
'picocli' : 'info.picocli:picocli:3.9.6',
// Testing libraries
'junit' : 'junit:junit:4.12',
'assertj' : 'org.assertj:assertj-core:3.9.0',
'assertj' : 'org.assertj:assertj-core:3.12.2',
'jimfs' : 'com.google.jimfs:jimfs:1.1'
]

Expand Down Expand Up @@ -67,7 +67,7 @@ allprojects {
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

kotlinOptions {
jvmTarget = '1.8'
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<aether.maven.provider.version>3.3.9</aether.maven.provider.version>
<picocli.version>3.9.6</picocli.version>
<junit.version>4.12</junit.version>
<assertj.version>3.9.0</assertj.version>
<assertj.version>3.12.2</assertj.version>
<jimfs.version>1.1</jimfs.version>
<gpg.skip>false</gpg.skip>
<github.description>${project.version}</github.description>
Expand Down

0 comments on commit 26ac05d

Please sign in to comment.