|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>fi.hsl</groupId> |
4 | 4 | <artifactId>transitdata-common</artifactId> |
5 | | - <version>1.3.22</version> |
| 5 | + <version>1.3.23</version> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>Common utilities for Transitdata projects</name> |
8 | 8 | <properties> |
9 | 9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
10 | 10 | <maven.compiler.source>1.8</maven.compiler.source> |
11 | 11 | <maven.compiler.target>1.8</maven.compiler.target> |
12 | 12 | <pulsar.version>2.3.1</pulsar.version> |
13 | | - <testcontainers.version>1.15.2</testcontainers.version> |
| 13 | + <testcontainers.version>1.15.3</testcontainers.version> |
14 | 14 | </properties> |
15 | 15 |
|
16 | 16 | <profiles> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>ch.qos.logback</groupId> |
97 | 97 | <artifactId>logback-classic</artifactId> |
98 | | - <version>1.1.7</version> |
| 98 | + <version>1.2.3</version> |
99 | 99 | </dependency> |
100 | 100 |
|
101 | 101 | <dependency> |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>org.jetbrains</groupId> |
121 | 121 | <artifactId>annotations</artifactId> |
122 | | - <version>16.0.2</version> |
| 122 | + <version>20.1.0</version> |
123 | 123 | </dependency> |
124 | 124 |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>junit</groupId> |
127 | 127 | <artifactId>junit</artifactId> |
128 | | - <version>4.11</version> |
| 128 | + <version>4.13.2</version> |
129 | 129 | <scope>test</scope> |
130 | 130 | </dependency> |
131 | 131 |
|
|
183 | 183 | <plugin> |
184 | 184 | <groupId>org.apache.maven.plugins</groupId> |
185 | 185 | <artifactId>maven-compiler-plugin</artifactId> |
186 | | - <version>3.8.0</version> |
| 186 | + <version>3.8.1</version> |
187 | 187 | <configuration> |
188 | 188 | <source>1.8</source> |
189 | 189 | <target>1.8</target> |
|
282 | 282 | <plugin> |
283 | 283 | <groupId>org.apache.maven.plugins</groupId> |
284 | 284 | <artifactId>maven-surefire-plugin</artifactId> |
285 | | - <version>2.22.0</version> |
| 285 | + <version>2.22.2</version> |
286 | 286 | <configuration> |
287 | 287 | <skipTests>${skip.unit.tests}</skipTests> |
288 | 288 | <!-- Excludes integration tests when unit tests are run --> |
|
0 commit comments