Skip to content

Commit dcf03e6

Browse files
authored
Merge pull request #367 from HSLdevcom/develop
Update Pulsar version to 3.0.7
2 parents b60bc08 + b21e616 commit dcf03e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>fi.hsl</groupId>
44
<artifactId>transitdata-common</artifactId>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<packaging>jar</packaging>
77
<name>Common utilities for Transitdata projects</name>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<maven.compiler.source>11</maven.compiler.source>
1111
<maven.compiler.target>11</maven.compiler.target>
12-
<pulsar.version>3.0.6</pulsar.version>
12+
<pulsar.version>3.0.7</pulsar.version>
1313
<testcontainers.version>1.18.3</testcontainers.version>
1414
</properties>
1515

0 commit comments

Comments
 (0)