Skip to content

Commit

Permalink
Increase version and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
corcoja committed Apr 5, 2022
1 parent 2539ace commit f9a32a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.boomerang</groupId>
<artifactId>lib-eventing</artifactId>
<version>0.2.6</version>
<version>0.3.0</version>
<name>Boomerang Lib Eventing</name>
<url>https://github.com/boomerang-io/lib.eventing</url>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.nats</groupId>
<artifactId>jnats</artifactId>
<version>2.13.2</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -41,13 +41,13 @@
<dependency>
<groupId>berlin.yuna</groupId>
<artifactId>nats-server</artifactId>
<version>2.6.23</version>
<version>2.6.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.1.1</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f9a32a8

Please sign in to comment.