Commits
md_5 authored 994a6163820
55 55 | <dependency> |
56 56 | <groupId>org.yaml</groupId> |
57 57 | <artifactId>snakeyaml</artifactId> |
58 58 | <version>2.2</version> |
59 59 | <scope>compile</scope> |
60 60 | </dependency> |
61 61 | <!-- not part of the API proper --> |
62 62 | <dependency> |
63 63 | <groupId>org.apache.maven</groupId> |
64 64 | <artifactId>maven-resolver-provider</artifactId> |
65 - | <version>3.8.5</version> |
65 + | <version>3.9.6</version> |
66 66 | <scope>provided</scope> |
67 67 | </dependency> |
68 68 | <dependency> |
69 69 | <groupId>org.apache.maven.resolver</groupId> |
70 70 | <artifactId>maven-resolver-connector-basic</artifactId> |
71 - | <version>1.7.3</version> |
71 + | <version>1.9.18</version> |
72 72 | <scope>provided</scope> |
73 73 | </dependency> |
74 74 | <dependency> |
75 75 | <groupId>org.apache.maven.resolver</groupId> |
76 76 | <artifactId>maven-resolver-transport-http</artifactId> |
77 - | <version>1.7.3</version> |
77 + | <version>1.9.18</version> |
78 78 | <scope>provided</scope> |
79 79 | </dependency> |
80 80 | <!-- annotations --> |
81 81 | <dependency> |
82 82 | <groupId>org.jetbrains</groupId> |
83 83 | <artifactId>annotations-java5</artifactId> |
84 84 | <version>24.0.1</version> |
85 85 | <scope>provided</scope> |
86 86 | </dependency> |
87 87 | <!-- testing --> |