Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Mar 1, 2019
1 parent 137acbd commit 96f1e2d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 19 deletions.
4 changes: 2 additions & 2 deletions gradle/dependency-locks/compileClasspath.lockfile
Expand Up @@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.google.code.findbugs:jsr305:3.0.2
net.bytebuddy:byte-buddy:1.9.6
net.bytebuddy:byte-buddy:1.9.10
org.objenesis:objenesis:3.0.1
org.slf4j:slf4j-api:1.7.25
org.slf4j:slf4j-api:1.7.26
4 changes: 2 additions & 2 deletions gradle/dependency-locks/default.lockfile
Expand Up @@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.google.code.findbugs:jsr305:3.0.2
net.bytebuddy:byte-buddy:1.9.6
net.bytebuddy:byte-buddy:1.9.10
org.objenesis:objenesis:3.0.1
org.slf4j:slf4j-api:1.7.25
org.slf4j:slf4j-api:1.7.26
4 changes: 2 additions & 2 deletions gradle/dependency-locks/runtimeClasspath.lockfile
Expand Up @@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.google.code.findbugs:jsr305:3.0.2
net.bytebuddy:byte-buddy:1.9.6
net.bytebuddy:byte-buddy:1.9.10
org.objenesis:objenesis:3.0.1
org.slf4j:slf4j-api:1.7.25
org.slf4j:slf4j-api:1.7.26
12 changes: 6 additions & 6 deletions gradle/dependency-locks/testCompileClasspath.lockfile
Expand Up @@ -5,15 +5,15 @@ cglib:cglib:3.2.10
com.google.code.findbugs:jsr305:3.0.2
javax.validation:validation-api:2.0.1.Final
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.9.3
net.bytebuddy:byte-buddy:1.9.6
nl.jqno.equalsverifier:equalsverifier:3.1.4
net.bytebuddy:byte-buddy-agent:1.9.7
net.bytebuddy:byte-buddy:1.9.10
nl.jqno.equalsverifier:equalsverifier:3.1.5
org.apache.ant:ant-launcher:1.10.3
org.apache.ant:ant:1.10.3
org.assertj:assertj-core:3.11.1
org.assertj:assertj-core:3.12.1
org.hamcrest:hamcrest-core:1.3
org.javassist:javassist:3.24.1-GA
org.mockito:mockito-core:2.23.4
org.mockito:mockito-core:2.24.5
org.objenesis:objenesis:3.0.1
org.ow2.asm:asm:7.0
org.slf4j:slf4j-api:1.7.25
org.slf4j:slf4j-api:1.7.26
14 changes: 7 additions & 7 deletions gradle/dependency-locks/testRuntimeClasspath.lockfile
Expand Up @@ -7,16 +7,16 @@ ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
javax.validation:validation-api:2.0.1.Final
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.9.3
net.bytebuddy:byte-buddy:1.9.6
nl.jqno.equalsverifier:equalsverifier:3.1.4
net.bytebuddy:byte-buddy-agent:1.9.7
net.bytebuddy:byte-buddy:1.9.10
nl.jqno.equalsverifier:equalsverifier:3.1.5
org.apache.ant:ant-launcher:1.10.3
org.apache.ant:ant:1.10.3
org.assertj:assertj-core:3.11.1
org.assertj:assertj-core:3.12.1
org.hamcrest:hamcrest-core:1.3
org.javassist:javassist:3.24.1-GA
org.mockito:mockito-core:2.23.4
org.mockito:mockito-core:2.24.5
org.objenesis:objenesis:3.0.1
org.ow2.asm:asm:7.0
org.slf4j:jcl-over-slf4j:1.7.25
org.slf4j:slf4j-api:1.7.25
org.slf4j:jcl-over-slf4j:1.7.26
org.slf4j:slf4j-api:1.7.26
3 changes: 3 additions & 0 deletions updateDependencies.sh
@@ -0,0 +1,3 @@
#!/bin/bash

./gradlew dependencies --update-locks '*:*'

0 comments on commit 96f1e2d

Please sign in to comment.