Skip to content

Commit cf085df

Browse files
authored
Merge branch 'master' into deprecate-context-option
2 parents 8b4d79b + 334c182 commit cf085df

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin.version=1.5.0
2626

2727
Add the dependency:
2828
```groovy
29-
compile 'com.graphql-java-kickstart:graphql-java-tools:11.1.1'
29+
compile 'com.graphql-java-kickstart:graphql-java-tools:11.1.2'
3030
```
3131

3232
### Using Maven
@@ -43,7 +43,7 @@ Add the dependency:
4343
<dependency>
4444
<groupId>com.graphql-java-kickstart</groupId>
4545
<artifactId>graphql-java-tools</artifactId>
46-
<version>11.1.1</version>
46+
<version>11.1.2</version>
4747
</dependency>
4848
```
4949

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.graphql-java-kickstart</groupId>
66
<artifactId>graphql-java-tools</artifactId>
7-
<version>11.1.2-SNAPSHOT</version>
7+
<version>11.1.3-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>GraphQL Java Tools</name>
@@ -17,7 +17,7 @@
1717
<kotlin.version>1.5.0</kotlin.version>
1818
<kotlin-coroutines.version>1.5.0-native-mt</kotlin-coroutines.version>
1919
<jackson.version>2.12.5</jackson.version>
20-
<graphql-java.version>17.2</graphql-java.version>
20+
<graphql-java.version>17.3</graphql-java.version>
2121

2222
<maven.compiler.source>${java.version}</maven.compiler.source>
2323
<maven.compiler.target>${java.version}</maven.compiler.target>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>org.springframework</groupId>
114114
<artifactId>spring-aop</artifactId>
115-
<version>5.3.9</version>
115+
<version>5.3.10</version>
116116
<scope>provided</scope>
117117
</dependency>
118118

@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>ch.qos.logback</groupId>
129129
<artifactId>logback-classic</artifactId>
130-
<version>1.2.5</version>
130+
<version>1.2.6</version>
131131
<scope>test</scope>
132132
<exclusions>
133133
<exclusion>
@@ -316,7 +316,7 @@
316316
<plugin>
317317
<groupId>org.apache.maven.plugins</groupId>
318318
<artifactId>maven-javadoc-plugin</artifactId>
319-
<version>3.3.0</version>
319+
<version>3.3.1</version>
320320
<executions>
321321
<execution>
322322
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)