Skip to content

Commit

Permalink
Merge pull request #2841 from smallrye/dependabot/maven/main/pulsar.v…
Browse files Browse the repository at this point in the history
…ersion-4.0.1

Bump pulsar.version from 3.3.0 to 4.0.1
  • Loading branch information
cescoffier authored Dec 9, 2024
2 parents 797f74e + 19b2c1f commit c4d4796
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion smallrye-reactive-messaging-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>SmallRye Reactive Messaging : Connector :: Pulsar</name>

<properties>
<pulsar.version>4.0.0</pulsar.version>
<pulsar.version>4.0.1</pulsar.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -47,6 +47,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
Expand Down

0 comments on commit c4d4796

Please sign in to comment.