|
71 | 71 | <dependency> |
72 | 72 | <groupId>org.apache.httpcomponents.client5</groupId> |
73 | 73 | <artifactId>httpclient5</artifactId> |
74 | | - <version>5.3.1</version> |
| 74 | + <version>5.4</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>com.fasterxml.jackson.core</groupId> |
78 | 78 | <artifactId>jackson-databind</artifactId> |
79 | | - <version>2.17.2</version> |
| 79 | + <version>2.18.0</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>com.fasterxml.jackson.datatype</groupId> |
83 | 83 | <artifactId>jackson-datatype-jsr310</artifactId> |
84 | | - <version>2.17.2</version> |
| 84 | + <version>2.18.0</version> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>com.fasterxml.jackson.module</groupId> |
88 | 88 | <artifactId>jackson-module-parameter-names</artifactId> |
89 | | - <version>2.17.2</version> |
| 89 | + <version>2.18.0</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>com.fasterxml.jackson.datatype</groupId> |
93 | 93 | <artifactId>jackson-datatype-jdk8</artifactId> |
94 | | - <version>2.17.2</version> |
| 94 | + <version>2.18.0</version> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
97 | 97 | <groupId>org.slf4j</groupId> |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>org.junit.jupiter</groupId> |
121 | 121 | <artifactId>junit-jupiter-engine</artifactId> |
122 | | - <version>5.11.0</version> |
| 122 | + <version>5.11.1</version> |
123 | 123 | <scope>test</scope> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
|
210 | 210 | <plugin> |
211 | 211 | <groupId>org.apache.maven.plugins</groupId> |
212 | 212 | <artifactId>maven-gpg-plugin</artifactId> |
213 | | - <version>3.2.6</version> <!-- Adjust the version as needed --> |
| 213 | + <version>3.2.7</version> <!-- Adjust the version as needed --> |
214 | 214 | <executions> |
215 | 215 | <execution> |
216 | 216 | <id>sign-artifacts</id> |
|
0 commit comments