Skip to content

Commit

Permalink
Bump artemis-server from 2.23.1 to 2.25.0 (#2743)
Browse files Browse the repository at this point in the history
* Bump artemis-server from 2.23.1 to 2.25.0

Bumps [artemis-server](https://github.com/apache/activemq-artemis) from 2.23.1 to 2.25.0.
- [Release notes](https://github.com/apache/activemq-artemis/releases)
- [Commits](apache/activemq-artemis@2.23.1...2.25.0)

---
updated-dependencies:
- dependency-name: org.apache.activemq:artemis-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated calcite core

* Bumping snake yaml

* Updating JMS client

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <[email protected]>
  • Loading branch information
dependabot[bot] and aklish authored Sep 12, 2022
1 parent bbafffc commit 0f095aa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion elide-datastore/elide-datastore-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.31.0</version>
<version>1.32.0</version>
<exclusions>
<!-- Excluded for CVE errors -->
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-server</artifactId>
<version>2.23.1</version>
<version>2.25.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client-all</artifactId>
<version>2.23.1</version>
<version>2.25.0</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions elide-spring/elide-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.31</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions elide-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-server</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client-all</artifactId>
<version>2.23.1</version>
<version>2.25.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<version.jetty>10.0.10</version.jetty>
<version.logback>1.2.11</version.logback>
<version.restassured>5.1.1</version.restassured>
<version.jackson>2.13.3</version.jackson>
<version.jackson>2.13.4</version.jackson>
<version.jackson.databind>2.13.3</version.jackson.databind>
<version.jersey>2.35</version.jersey>
<version.junit>5.9.0</version.junit>
Expand Down

0 comments on commit 0f095aa

Please sign in to comment.