8000 Update jackson-databind and junit versions (and fix typos) · graphql-java/graphql-java@82be22b · GitHub
[go: up one dir, main page]

Skip to content

Commit 82be22b

Browse files
mlvandijkbbakerman
authored andcommitted
Update jackson-databind and junit versions (and fix typos)
1 parent 81ed953 commit 82be22b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ therefore we avoid adding any new dependency.
2020
access etc is out of scope.
2121

2222

23-
If you have any question please conside asking in our spectrum chat https://spectrum.chat/graphql-java. For bug reports or specific code related topics create a new issue.
23+
If you have any question please consider asking in our spectrum chat https://spectrum.chat/graphql-java. For bug reports or specific code related topics create a new issue.
2424

2525
Thanks!
2626

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ dependencies {
5454
compile 'com.graphql-java:java-dataloader:2.1.1'
5555
compile 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
5656
antlr "org.antlr:antlr4:4.7.1"
57-
testCompile group: 'junit', name: 'junit', version: '4.11'
57+
testCompile group: 'junit', name: 'junit', version: '4.12'
5858
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
5959
testCompile 'org.codehaus.groovy:groovy-all:2.4.13'
6060
testCompile 'cglib:cglib-nodep:3.1'
6161
testCompile 'org.objenesis:objenesis:2.1'
6262
testCompile 'com.google.code.gson:gson:2.8.0'
6363
testCompile 'org.eclipse.jetty:jetty-server:9.4.5.v20170502'
64-
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.8.8.1'
64+
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
6565
testCompile 'org.slf4j:slf4j-simple:' + slf4jVersion
6666
testCompile 'org.awaitility:awaitility-groovy:3.0.0'
6767
testCompile 'com.github.javafaker:javafaker:0.13'
@@ -129,7 +129,7 @@ publishing {
129129
classifier "javadoc"
130130
}
131131
pom.withXml {
132-
// The ANTLR-related code below--introdcued in `1ac98bf`--addresses an issue with
132+
// The ANTLR-related code below--introduced in `1ac98bf`--addresses an issue with
133133
// the Gradle ANTLR plugin. `1ac98bf` can be reverted and this comment removed once
134134
// that issue is fixed and Gradle upgraded. See https://goo.gl/L92KiF and https://goo.gl/FY0PVR.
135135
Node pomNode = asNode()

0 commit comments

Comments
 (0)
0