Skip to content

Commit

Permalink
Bump the dev-dependencies group in /symja_android_library with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /symja_android_library with 2 updates: [io.undertow:undertow-core](https://github.com/undertow-io/undertow) and [io.undertow:undertow-servlet](https://github.com/undertow-io/undertow).


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

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

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 46372e5 commit 16c295f
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 @@ -178,12 +178,12 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.17.Final</version>
<version>2.3.18.Final</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>2.3.17.Final</version>
<version>2.3.18.Final</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
Expand Down

0 comments on commit 16c295f

Please sign in to comment.