Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group with 12 updates #3564

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the dependencies group with 12 updates:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.773 1.12.776
io.avaje:avaje-jsonb 2.2 2.3
io.avaje:avaje-jsonb-generator 2.2 2.3
ch.qos.logback:logback-classic 1.5.10 1.5.11
org.jdbi:jdbi3-core 3.45.4 3.46.0
io.undertow:undertow-core 2.3.17.Final 2.3.18.Final
org.mockito:mockito-core 5.14.1 5.14.2
org.mockito:mockito-junit-jupiter 5.14.1 5.14.2
software.amazon.awssdk:bom 2.28.21 2.28.26
org.jline:jline 3.27.0 3.27.1
org.jline:jline-terminal-jna 3.27.0 3.27.1
io.projectreactor:reactor-core 3.6.10 3.6.11

Updates com.amazonaws:aws-java-sdk-bom from 1.12.773 to 1.12.776

Changelog

Sourced from com.amazonaws:aws-java-sdk-bom's changelog.

1.12.774 2024-10-16

Amazon Simple Storage Service

  • Features

    • Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.

1.12.771 2024-09-04

AWS SDK for Java

Amazon DynamoDB

  • Features

    • Add handler to generate the account endpoint for a request

1.12.770 2024-08-20

Amazon Simple Storage Service

  • Features

    • Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

1.12.769 2024-08-15

Amazon Simple Storage Service

  • Features

    • Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

1.12.768 2024-08-14

AWS SDK for Java

  • Features

    • Update Java baseline version to Java 8 and bump Jackson library to 2.17.2

1.12.767 2024-07-30

AWS CodePipeline

  • Features

    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.

AWS SDK for Java

AWS Telco Network Builder

  • Features

    • This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.

Amazon AppStream

  • Features

    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0

Amazon CloudWatch Logs

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

... (truncated)

Commits
  • b8a7ff3 AWS SDK for Java 1.12.776
  • 40722f9 Update GitHub version number to 1.12.776-SNAPSHOT
  • 669dd87 AWS SDK for Java 1.12.775
  • 3ba9a0d Update GitHub version number to 1.12.775-SNAPSHOT
  • fdc45c3 AWS SDK for Java 1.12.774
  • 864baf8 Update GitHub version number to 1.12.774-SNAPSHOT
  • See full diff in compare view

Updates io.avaje:avaje-jsonb from 2.2 to 2.3

Release notes

Sourced from io.avaje:avaje-jsonb's releases.

2.3

What's Changed

New Contributors

Full Changelog: avaje/avaje-jsonb@2.2...2.3

Commits

Updates io.avaje:avaje-jsonb-generator from 2.2 to 2.3

Updates io.avaje:avaje-jsonb-generator from 2.2 to 2.3

Updates ch.qos.logback:logback-classic from 1.5.10 to 1.5.11

Commits
  • 3aa0730 prepare release of version 1.5.11
  • 8bcfd9a allow for InsertFromJNDIModelHandler to be callable from logback-tyler
  • 75bee86 refactorings in support of logback-tyler
  • 8749edc start work on 1.5.11-SNAPSHOT
  • See full diff in compare view

Updates org.jdbi:jdbi3-core from 3.45.4 to 3.46.0

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.46.0

  • Introduce JDK Flight Recorder and OpenTelemetry support
  • geantyref 2.0.0
  • sqlite: fix sqlite extension memory database usage to share between different connection (#2688)
Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.46.0

  • Introduce JDK Flight Recorder and OpenTelemetry support
  • geantyref 2.0.0
  • sqlite: fix sqlite extension memory database usage to share between different connection (#2688)
Commits
  • 760d110 [maven-release-plugin] prepare release v3.46.0
  • fd649dd opentelemetry: skip japicmp
  • d66dbce release notes 3.46.0
  • 6f9fa18 Introduce JDK Flight Recorder and OpenTelemetry support
  • c8bc589 3.46.0-SNAPSHOT
  • 6075cd4 basepom 60
  • 4799c3b junit 5.11.2
  • 3114a16 Update github actions
  • dc7e98f Also use the 2022-latest image for MSSQL test
  • 95c2741 only run oracle module for oracle tests
  • Additional commits viewable in compare view

Updates io.undertow:undertow-core from 2.3.17.Final to 2.3.18.Final

Release notes

Sourced from io.undertow:undertow-core's releases.

v.2.3.18.Final

Release 2.3.18.Final Full list of issues: view in Jira

    Release Notes - Undertow - Version 2.3.18.Final
Commits
  • ac41e6e Prepare 2.3.18.Final
  • bde7c0a Merge pull request #1684 from baranowb/UNDERTOW-2333_2.3.x
  • 6d446ff [UNDERTOW-2333] Add websocket timeout testcase
  • 566df6d [UNDERTOW-2333] introduce WebSocket IO specific timeouts
  • e577596 Merge pull request #1687 from fl4via/backport-fixes_2.3.x
  • 4fe95e7 [UNDERTOW-2448] At ServletPrintWriter.write(CharBuffer) do not mark error if ...
  • 9990fbc [UNDERTOW-2444] Fix RST scenario violation in H2
  • 0c0ffc4 [UNDERTOW-2422] Return the protocol field of the HttpServerExchange into the ...
  • c37d94c [UNDERTOW-2436] fix HttpServerExchange state flag race conditions
  • b3ede9c [UNDERTOW-2446] HttpServletRequestImpl.getParts shouldn't throw exception aft...
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.14.1 to 5.14.2

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.14.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2

Commits
  • 7834859 Update nexusPublishing to use project.group(#3470)
  • 297d147 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#3468)
  • 6a72b10 Bump bytebuddy from 1.15.3 to 1.15.4 (#3467)
  • 68ca2f8 Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#3136)
  • 147c599 Bump junit-jupiter from 5.11.1 to 5.11.2 (#3461)
  • 9942641 Avoid attach warning if Byte Buddy is configured for command-line attach. (#3...
  • 560d855 Removes deprecated and now unused gradle/root/gradle-fix.gradle
  • 1c0b04b Rename extension modules with mockito- prefix (#3460)
  • ab32438 Move core sources to mockito-core
  • 61dcd83 Switch gradleEnterprise to develocity
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.14.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2

Commits
  • 7834859 Update nexusPublishing to use project.group(#3470)
  • 297d147 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#3468)
  • 6a72b10 Bump bytebuddy from 1.15.3 to 1.15.4 (#3467)
  • 68ca2f8 Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#3136)
  • 147c599 Bump junit-jupiter from 5.11.1 to 5.11.2 (#3461)
  • 9942641 Avoid attach warning if Byte Buddy is configured for command-line attach. (#3...
  • 560d855 Removes deprecated and now unused gradle/root/gradle-fix.gradle
  • 1c0b04b Rename extension modules with mockito- prefix (#3460)
  • ab32438 Move core sources to mockito-core
  • 61dcd83 Switch gradleEnterprise to develocity
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.14.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2

Commits
  • 7834859 Update nexusPublishing to use project.group(#3470)
  • 297d147 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#3468)
  • 6a72b10 Bump bytebuddy from 1.15.3 to 1.15.4 (#3467)
  • 68ca2f8 Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#3136)
  • 147c599 Bump junit-jupiter from 5.11.1 to 5.11.2 (#3461)
  • 9942641 Avoid attach warning if Byte Buddy is configured for command-line attach. (#3...
  • 560d855 Removes deprecated and now unused gradle/root/gradle-fix.gradle
  • 1c0b04b Rename extension modules with mockito- prefix (#3460)
  • ab32438 Move core sources to mockito-core
  • 61dcd83 Switch gradleEnterprise to develocity
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.28.21 to 2.28.26

Updates org.jline:jline from 3.27.0 to 3.27.1

Release notes

Sourced from org.jline:jline's releases.

JLine 3.27.1

What's Changed

Bug fixes

Tasks

Dependencies update

Full Changelog: jline/jline3@jline-3.27.0...jline-3.27.1

Commits
  • ec559ef [maven-release-plugin] prepare release jline-3.27.1
  • 3dd0a2f Fix GraalVM warning (fixes #1090) (#1095)
  • 130e764 Clean ShellFactoryImpl logging, add a test (fixes #1060) (#1094)
  • 275cca8 Fix ExecPty parsing on some Alpine linux (fixes #1091) (#1093)
  • cf0f723 Bump junit.version from 5.11.1 to 5.11.2 (#1088)
  • 08a0dba Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 (#1089)
  • 0d923af Bump sshd.version from 2.13.2 to 2.14.0 (#1086)
  • bbd9d80 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 (#1084)
  • b6225b9 Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 4.0.1 (#1085)
  • 1f56fba Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.3 (#1083)
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jna from 3.27.0 to 3.27.1

Release notes

Sourced from org.jline:jline-terminal-jna's releases.

JLine 3.27.1

What's Changed

Bug fixes

Tasks

Dependencies update

Full Changelog: jline/jline3@jline-3.27.0...jline-3.27.1

Commits
  • ec559ef [maven-release-plugin] prepare release jline-3.27.1
  • 3dd0a2f Fix GraalVM warning (fixes #1090) (#1095)
  • 130e764 Clean ShellFactoryImpl logging, add a test (fixes #1060) (#1094)
  • 275cca8 Fix ExecPty parsing on some Alpine linux (fixes #1091) (#1093)
  • cf0f723 Bump junit.version from 5.11.1 to 5.11.2 (#1088)
  • 08a0dba Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 (#1089)
  • 0d923af Bump sshd.version from 2.13.2 to 2.14.0 (#1086)
  • bbd9d80 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 (#1084)
  • b6225b9 Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 4.0.1 (#1085)
  • 1f56fba Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.3 (#1083)
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jna from 3.27.0 to 3.27.1

Release notes

Sourced from org.jline:jline-terminal-jna's releases.

JLine 3.27.1

What's Changed

Bug fixes

Tasks

Dependencies update

Full Changelog: jline/jline3@jline-3.27.0...jline-3.27.1

Commits
  • ec559ef [maven-release-plugin] prepare release jline-3.27.1
  • 3dd0a2f Fix GraalVM warning (fixes #1090) (#1095)
  • 130e764 Clean ShellFactoryImpl logging, add a test (fixes #1060) (#1094)
  • 275cca8 Fix ExecPty parsing on some Alpine linux (fixes #1091) (#1093)
  • cf0f723 Bump junit.version from 5.11.1 to 5.11.2 (#1088)
  • 08a0dba Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 (#1089)
  • 0d923af Bump sshd.version from 2.13.2 to 2.14.0 (#1086)
  • bbd9d80 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 (#1084)
  • b6225b9 Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 4.0.1 (#1085)
  • 1f56fba Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.3 (#1083)
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-core from 3.6.10 to 3.6.11

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.6.11

Reactor Core 3.6.11 is part of 2023.0.11 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.10...v3.6.11

Commits
  • 149aeaf [release] Prepare and release 3.6.11
  • 6933dae Bump byteBuddyVersion from 1.15.3 to 1.15.4 (#3905)
  • 3620c97 Bump byteBuddyVersion from 1.14.18 to 1.15.3 (#3893)
  • 7cc8c5f Bump actions/setup-java from 4.2.2 to 4.4.0 in /.github/workflows (#3895)
  • 30c2dbf Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows (#3896)
  • d0ed1ec Bump com.pivovarit:throwing-function from 1.5.1 to 1.6.1 (#3894)
  • ca457b7 Bump org.junit:junit-bom from 5.11.0 to 5.11.1 (#3891)
  • 8c0b00d Bump gradle/actions from 4.0.1 to 4.1.0 in /.github/workflows (#3889)
  • aa26c12 Fix MonoPublishOnTest flakiness (#3898)
  • bd5c4e5 Skip running daily and weekly builds against 3.5.x branch
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.773` | `1.12.776` |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `2.2` | `2.3` |
| io.avaje:avaje-jsonb-generator | `2.2` | `2.3` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.10` | `1.5.11` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.45.4` | `3.46.0` |
| [io.undertow:undertow-core](https://github.com/undertow-io/undertow) | `2.3.17.Final` | `2.3.18.Final` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.1` | `5.14.2` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.14.1` | `5.14.2` |
| software.amazon.awssdk:bom | `2.28.21` | `2.28.26` |
| [org.jline:jline](https://github.com/jline/jline3) | `3.27.0` | `3.27.1` |
| [org.jline:jline-terminal-jna](https://github.com/jline/jline3) | `3.27.0` | `3.27.1` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.6.10` | `3.6.11` |


Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.773 to 1.12.776
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.773...1.12.776)

Updates `io.avaje:avaje-jsonb` from 2.2 to 2.3
- [Release notes](https://github.com/avaje/avaje-jsonb/releases)
- [Commits](avaje/avaje-jsonb@2.2...2.3)

Updates `io.avaje:avaje-jsonb-generator` from 2.2 to 2.3

Updates `io.avaje:avaje-jsonb-generator` from 2.2 to 2.3

Updates `ch.qos.logback:logback-classic` from 1.5.10 to 1.5.11
- [Commits](qos-ch/logback@v_1.5.10...v_1.5.11)

Updates `org.jdbi:jdbi3-core` from 3.45.4 to 3.46.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.45.4...v3.46.0)

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 `org.mockito:mockito-core` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

Updates `org.mockito:mockito-junit-jupiter` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

Updates `org.mockito:mockito-junit-jupiter` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

Updates `software.amazon.awssdk:bom` from 2.28.21 to 2.28.26

Updates `org.jline:jline` from 3.27.0 to 3.27.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-3.27.0...jline-3.27.1)

Updates `org.jline:jline-terminal-jna` from 3.27.0 to 3.27.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-3.27.0...jline-3.27.1)

Updates `org.jline:jline-terminal-jna` from 3.27.0 to 3.27.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-3.27.0...jline-3.27.1)

Updates `io.projectreactor:reactor-core` from 3.6.10 to 3.6.11
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.10...v3.6.11)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jline:jline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jline:jline-terminal-jna
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jline:jline-terminal-jna
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants