We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27faa57 + 2015e21 commit 01e8e8dCopy full SHA for 01e8e8d
1 file changed
pom.xml
@@ -37,7 +37,7 @@
37
38
<java.version>25</java.version>
39
40
- <autograding-model.version>17.1.0</autograding-model.version>
+ <autograding-model.version>17.2.0</autograding-model.version>
41
<github-api.version>1.330</github-api.version>
42
<testcontainers.version>2.0.5</testcontainers.version>
43
@@ -47,11 +47,9 @@
47
<dependencyManagement>
48
<dependencies>
49
<dependency>
50
- <groupId>com.fasterxml.jackson</groupId>
51
- <artifactId>jackson-bom</artifactId>
52
- <version>2.21.4</version>
53
- <type>pom</type>
54
- <scope>import</scope>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>2.22</version>
55
</dependency>
56
</dependencies>
57
</dependencyManagement>
0 commit comments