|
43 | 43 | <dependency> |
44 | 44 | <groupId>org.slf4j</groupId> |
45 | 45 | <artifactId>slf4j-api</artifactId> |
46 | | - <version>1.7.36</version> |
| 46 | + <version>2.0.3</version> |
47 | 47 | </dependency> |
48 | 48 | <dependency> |
49 | 49 | <groupId>ch.qos.logback</groupId> |
50 | 50 | <artifactId>logback-classic</artifactId> |
51 | | - <version>1.2.11</version> |
| 51 | + <version>1.4.4</version> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
55 | 55 | <artifactId>jackson-databind</artifactId> |
56 | | - <version>2.13.3</version> |
| 56 | + <version>2.14.0-rc2</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>com.fasterxml.jackson.core</groupId> |
60 | 60 | <artifactId>jackson-core</artifactId> |
61 | | - <version>2.13.3</version> |
| 61 | + <version>2.14.0-rc2</version> |
62 | 62 | </dependency> |
63 | 63 | <dependency> |
64 | 64 | <groupId>com.fasterxml.jackson.core</groupId> |
65 | 65 | <artifactId>jackson-annotations</artifactId> |
66 | | - <version>2.13.3</version> |
| 66 | + <version>2.14.0-rc2</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.apache.httpcomponents.client5</groupId> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>org.apache.commons</groupId> |
75 | 75 | <artifactId>commons-pool2</artifactId> |
76 | | - <version>2.9.0</version> |
| 76 | + <version>2.11.1</version> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | 79 | <groupId>commons-io</groupId> |
80 | 80 | <artifactId>commons-io</artifactId> |
81 | | - <version>2.7</version> |
| 81 | + <version>2.11.0</version> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>com.sun.xml.ws</groupId> |
|
110 | 110 | <dependency> |
111 | 111 | <groupId>org.junit.jupiter</groupId> |
112 | 112 | <artifactId>junit-jupiter-api</artifactId> |
113 | | - <version>5.6.2</version> |
| 113 | + <version>5.9.1</version> |
114 | 114 | <scope>test</scope> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>org.junit.jupiter</groupId> |
118 | 118 | <artifactId>junit-jupiter-engine</artifactId> |
119 | | - <version>5.6.2</version> |
| 119 | + <version>5.9.1</version> |
120 | 120 | <scope>test</scope> |
121 | 121 | </dependency> |
122 | 122 | <dependency> |
123 | 123 | <groupId>org.mockito</groupId> |
124 | 124 | <artifactId>mockito-core</artifactId> |
125 | | - <version>3.5.2</version> |
| 125 | + <version>4.8.1</version> |
126 | 126 | <scope>test</scope> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>org.mockito</groupId> |
130 | 130 | <artifactId>mockito-junit-jupiter</artifactId> |
131 | | - <version>3.5.2</version> |
| 131 | + <version>4.8.1</version> |
132 | 132 | <scope>test</scope> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
|
140 | 140 | <dependency> |
141 | 141 | <groupId>org.hamcrest</groupId> |
142 | 142 | <artifactId>hamcrest-library</artifactId> |
143 | | - <version>1.3</version> |
| 143 | + <version>2.2</version> |
144 | 144 | <scope>test</scope> |
145 | 145 | </dependency> |
146 | 146 | </dependencies> |
|
149 | 149 | <build> |
150 | 150 | <pluginManagement> |
151 | 151 | <plugins> |
152 | | - <plugin> |
153 | | - <artifactId>maven-war-plugin</artifactId> |
154 | | - <version>3.2.3</version> |
155 | | - </plugin> |
156 | 152 | <plugin> |
157 | 153 | <artifactId>maven-source-plugin</artifactId> |
158 | 154 | <version>3.2.1</version> |
159 | 155 | </plugin> |
160 | 156 | <plugin> |
161 | 157 | <artifactId>maven-dependency-plugin</artifactId> |
162 | | - <version>3.1.1</version> |
| 158 | + <version>3.3.0</version> |
163 | 159 | </plugin> |
164 | 160 | <plugin> |
165 | 161 | <artifactId>maven-compiler-plugin</artifactId> |
166 | | - <version>3.8.1</version> |
| 162 | + <version>3.10.1</version> |
167 | 163 | </plugin> |
168 | 164 | <plugin> |
169 | 165 | <artifactId>maven-surefire-plugin</artifactId> |
|
181 | 177 | <plugin> |
182 | 178 | <groupId>org.apache.maven.plugins</groupId> |
183 | 179 | <artifactId>maven-javadoc-plugin</artifactId> |
184 | | - <version>3.2.0</version> |
| 180 | + <version>3.4.1</version> |
185 | 181 | </plugin> |
186 | 182 | <plugin> |
187 | 183 | <groupId>org.codehaus.mojo</groupId> |
|
199 | 195 | <plugin> |
200 | 196 | <groupId>org.sonatype.plugins</groupId> |
201 | 197 | <artifactId>nexus-staging-maven-plugin</artifactId> |
202 | | - <version>1.6.8</version> |
| 198 | + <version>1.6.13</version> |
203 | 199 | </plugin> |
204 | 200 | <plugin> |
205 | 201 | <groupId>org.apache.maven.plugins</groupId> |
206 | 202 | <artifactId>maven-gpg-plugin</artifactId> |
207 | | - <version>1.6</version> |
| 203 | + <version>3.0.1</version> |
208 | 204 | </plugin> |
209 | 205 | </plugins> |
210 | 206 | </pluginManagement> |
|
0 commit comments