Skip to content

Commit

Permalink
Bump the dev-dependencies group in /symja_android_library with 2 upda…
Browse files Browse the repository at this point in the history
…tes (#845)

Bumps the dev-dependencies group in /symja_android_library with 2 updates: [org.apache.arrow:arrow-vector](https://github.com/apache/arrow) and org.apache.arrow:arrow-memory-netty.


Updates `org.apache.arrow:arrow-vector` from 13.0.0 to 14.0.0
- [Commits](apache/arrow@go/v13.0.0...go/v14.0.0)

Updates `org.apache.arrow:arrow-memory-netty` from 13.0.0 to 14.0.0

---
updated-dependencies:
- dependency-name: org.apache.arrow:arrow-vector
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.apache.arrow:arrow-memory-netty
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent cc03222 commit f0fc40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symja_android_library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>13.0.0</version>
<version>14.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>13.0.0</version>
<version>14.0.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit f0fc40b

Please sign in to comment.