Skip to content

Commit 3e41329

Browse files
authored
Merge branch 'master' into timward/get-type
2 parents bc1a536 + 004c964 commit 3e41329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<java.version>1.8</java.version>
1717
<kotlin.version>1.5.0</kotlin.version>
1818
<kotlin-coroutines.version>1.5.0-native-mt</kotlin-coroutines.version>
19-
<jackson.version>2.12.5</jackson.version>
19+
<jackson.version>2.13.0</jackson.version>
2020
<graphql-java.version>17.3</graphql-java.version>
2121

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

0 commit comments

Comments
 (0)