Skip to content

Commit

Permalink
Merge pull request #16 from boomerang-io/fix/updateCode
Browse files Browse the repository at this point in the history
Fix/update code
  • Loading branch information
AndreiOla authored Apr 6, 2023
2 parents 4925637 + 6dd21ec commit 36af560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.4.4</version>
<version>0.4.5</version>
<name>Boomerang Lib Eventing</name>
<url>https://github.com/boomerang-io/lib.eventing</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public void run() {
jsse);
} catch (IllegalStateException e) {
logger.error("An exception was raised when pulling new messages from the consumer!", e);
return;
}
}
}
Expand Down

0 comments on commit 36af560

Please sign in to comment.