Skip to content

Commit

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

Bumps the dev-dependencies group in /symja_android_library with 4 updates: [io.undertow:undertow-core](https://github.com/undertow-io/undertow), [io.undertow:undertow-servlet](https://github.com/undertow-io/undertow), [org.apache.arrow:arrow-vector](https://github.com/apache/arrow) and org.apache.arrow:arrow-memory-netty.


Updates `io.undertow:undertow-core` from 2.3.14.Final to 2.3.15.Final
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.3.14.Final...2.3.15.Final)

Updates `io.undertow:undertow-servlet` from 2.3.14.Final to 2.3.15.Final
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.3.14.Final...2.3.15.Final)

Updates `org.apache.arrow:arrow-vector` from 16.1.0 to 17.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@r-16.1.0...go/v17.0.0)

Updates `org.apache.arrow:arrow-memory-netty` from 16.1.0 to 17.0.0

---
updated-dependencies:
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.undertow:undertow-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-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 Jul 17, 2024
1 parent 8f38bc2 commit 4e76765
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions symja_android_library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.14.Final</version>
<version>2.3.15.Final</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>2.3.14.Final</version>
<version>2.3.15.Final</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
Expand Down Expand Up @@ -355,12 +355,12 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>16.1.0</version>
<version>17.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>16.1.0</version>
<version>17.0.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 4e76765

Please sign in to comment.