|
29 | 29 | </licenses> |
30 | 30 | <properties> |
31 | 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
32 | | - <okapi.version>5.1.2</okapi.version> |
33 | | - <vertx.version>4.4.6</vertx.version> |
| 32 | + <okapi.version>5.3.0-SNAPSHOT</okapi.version> |
| 33 | + <vertx.version>4.5.3</vertx.version> |
34 | 34 | </properties> |
35 | 35 | <modules> |
36 | 36 | <module>core</module> |
|
42 | 42 | <dependency> |
43 | 43 | <groupId>org.apache.logging.log4j</groupId> |
44 | 44 | <artifactId>log4j-bom</artifactId> |
45 | | - <version>2.20.0</version> |
| 45 | + <version>2.22.1</version> |
46 | 46 | <type>pom</type> |
47 | 47 | <scope>import</scope> |
48 | 48 | </dependency> |
|
81 | 81 | <dependency> |
82 | 82 | <groupId>io.rest-assured</groupId> |
83 | 83 | <artifactId>rest-assured</artifactId> |
84 | | - <version>5.3.2</version> |
| 84 | + <version>5.4.0</version> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.junit</groupId> |
88 | 88 | <artifactId>junit-bom</artifactId> |
89 | | - <version>5.9.3</version> |
| 89 | + <version>5.10.2</version> |
90 | 90 | <type>pom</type> |
91 | 91 | <scope>import</scope> |
92 | 92 | </dependency> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>org.mockito</groupId> |
100 | 100 | <artifactId>mockito-core</artifactId> |
101 | | - <version>5.5.0</version> |
| 101 | + <version>5.10.0</version> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
104 | 104 | <groupId>org.testcontainers</groupId> |
105 | 105 | <artifactId>testcontainers-bom</artifactId> |
106 | | - <version>1.19.1</version> |
| 106 | + <version>1.19.5</version> |
107 | 107 | <type>pom</type> |
108 | 108 | <scope>import</scope> |
109 | 109 | </dependency> |
|
127 | 127 | <plugins> |
128 | 128 | <plugin> |
129 | 129 | <artifactId>maven-compiler-plugin</artifactId> |
130 | | - <version>3.11.0</version> |
| 130 | + <version>3.12.1</version> |
131 | 131 | <configuration> |
132 | 132 | <release>17</release> |
133 | 133 | <encoding>UTF-8</encoding> |
|
154 | 154 | <plugin> |
155 | 155 | <groupId>org.apache.maven.plugins</groupId> |
156 | 156 | <artifactId>maven-surefire-plugin</artifactId> |
157 | | - <version>3.1.2</version> |
| 157 | + <version>3.2.5</version> |
158 | 158 | </plugin> |
159 | 159 | <plugin> |
160 | 160 | <groupId>org.apache.maven.plugins</groupId> |
161 | 161 | <artifactId>maven-failsafe-plugin</artifactId> |
162 | | - <version>3.1.2</version> |
| 162 | + <version>3.2.5</version> |
163 | 163 | <executions> |
164 | 164 | <execution> |
165 | 165 | <goals> |
|
172 | 172 | <plugin> |
173 | 173 | <groupId>org.apache.maven.plugins</groupId> |
174 | 174 | <artifactId>maven-shade-plugin</artifactId> |
175 | | - <version>3.5.1</version> |
| 175 | + <version>3.5.2</version> |
176 | 176 | <configuration> |
177 | 177 | <createDependencyReducedPom>false</createDependencyReducedPom> |
178 | 178 | </configuration> |
|
194 | 194 | <plugin> |
195 | 195 | <!-- *-javadoc.jar for https://repository.folio.org --> |
196 | 196 | <artifactId>maven-javadoc-plugin</artifactId> |
197 | | - <version>3.6.0</version> |
| 197 | + <version>3.6.3</version> |
198 | 198 | <executions> |
199 | 199 | <execution> |
200 | 200 | <id>attach-javadocs</id> |
|
232 | 232 | <plugin> |
233 | 233 | <groupId>org.apache.maven.plugins</groupId> |
234 | 234 | <artifactId>maven-checkstyle-plugin</artifactId> |
235 | | - <version>3.3.0</version> |
| 235 | + <version>3.3.1</version> |
236 | 236 | <configuration> |
237 | 237 | <configLocation>google_checks.xml</configLocation> |
238 | 238 | <encoding>UTF-8</encoding> |
|
0 commit comments