|
4 | 4 | <parent> |
5 | 5 | <groupId>usdot.jpo.ode</groupId> |
6 | 6 | <artifactId>jpo-ode</artifactId> |
7 | | - <version>5.0.1</version> |
| 7 | + <version>5.0.2</version> |
8 | 8 | </parent> |
9 | 9 | <artifactId>jpo-ode-svcs</artifactId> |
10 | 10 | <packaging>jar</packaging> |
|
124 | 124 | <dependency> |
125 | 125 | <groupId>usdot.jpo.ode</groupId> |
126 | 126 | <artifactId>jpo-ode-core</artifactId> |
127 | | - <version>5.0.1</version> |
| 127 | + <version>5.0.2</version> |
128 | 128 | </dependency> |
129 | 129 | <dependency> |
130 | 130 | <groupId>usdot.jpo.ode</groupId> |
131 | 131 | <artifactId>jpo-ode-plugins</artifactId> |
132 | | - <version>5.0.1</version> |
| 132 | + <version>5.0.2</version> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>org.springframework</groupId> |
|
159 | 159 | <dependency> |
160 | 160 | <groupId>usdot.jpo.asn</groupId> |
161 | 161 | <artifactId>jpo-asn-j2735-2024</artifactId> |
162 | | - <version>1.0.1</version> |
| 162 | + <version>1.0.2</version> |
163 | 163 | </dependency> |
164 | 164 | <dependency> |
165 | 165 | <groupId>net.javacrumbs.json-unit</groupId> |
166 | 166 | <artifactId>json-unit</artifactId> |
167 | 167 | <version>4.1.0</version> |
168 | 168 | <scope>test</scope> |
169 | 169 | </dependency> |
| 170 | + <dependency> |
| 171 | + <groupId>org.apache.commons</groupId> |
| 172 | + <artifactId>commons-lang3</artifactId> |
| 173 | + <version>3.18.0</version> |
| 174 | + </dependency> |
| 175 | + <dependency> |
| 176 | + <groupId>org.apache.commons</groupId> |
| 177 | + <artifactId>commons-text</artifactId> |
| 178 | + <version>1.14.0</version> |
| 179 | + </dependency> |
170 | 180 | </dependencies> |
171 | 181 | <build> |
172 | 182 | <finalName>${project.artifactId}</finalName> |
|
0 commit comments