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 across 1 directory with 15 updates #3569

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 15 updates in the / directory:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.776 1.12.777
ch.qos.logback:logback-classic 1.5.11 1.5.12
io.swagger.parser.v3:swagger-parser 2.1.22 2.1.23
io.ebean:ebean 15.7.0 15.8.0
io.ebean:ebean-querybean 15.7.0 15.8.0
io.ebean:querybean-generator 15.7.0 15.8.0
io.ebean:ebean-test 15.7.0 15.8.0
org.jdbi:jdbi3-core 3.46.0 3.47.0
org.junit.jupiter:junit-jupiter-api 5.11.2 5.11.3
org.junit.jupiter:junit-jupiter-engine 5.11.2 5.11.3
org.junit.jupiter:junit-jupiter-params 5.11.2 5.11.3
org.codehaus.mojo:exec-maven-plugin 3.4.1 3.5.0
org.apache.maven.plugin-tools:maven-plugin-annotations 3.15.0 3.15.1
software.amazon.awssdk:bom 2.28.26 2.29.1
org.apache.maven.plugins:maven-plugin-plugin 3.15.0 3.15.1

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

Commits

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

Commits

Updates io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.23

Release notes

Sourced from io.swagger.parser.v3:swagger-parser's releases.

Swagger-parser 2.1.23 released!

  • update dependencies (#2128)
  • Enhancement/parser resolve responses flag (#2127)
  • fix #2081 - support nested composed schemas in resolveFully (#2097)
  • Fix ref handling in CB, AnyOf & examples (fixes : #2086) (#2087)
Commits
  • d41c742 prepare release 2.1.23
  • 1803529 update dependencies
  • c84b494 Add ref handling for callbacks
  • 0c2cec6 Fix ref handling in Discriminator mappings
  • 0493186 Fix ref handling in Parameter examples
  • 0d10a67 Merge pull request #2127 from swagger-api/enhancement/parser-resolveResponses...
  • 6bed0f6 Add tests for setResolveResponses flag/ Fix existing ones
  • a027b2e Add resolveResponses flag to ParseOptions and OperationProcessor
  • 0ab2e8a fix #2081 - support nested composed schemas in resolveFully
  • 361d7f3 bump snapshot 2.1.23-SNAPSHOT
  • See full diff in compare view

Updates io.ebean:ebean from 15.7.0 to 15.8.0

Commits

Updates io.ebean:ebean-querybean from 15.7.0 to 15.8.0

Updates io.ebean:querybean-generator from 15.7.0 to 15.8.0

Updates io.ebean:ebean-test from 15.7.0 to 15.8.0

Updates io.ebean:ebean-querybean from 15.7.0 to 15.8.0

Updates io.ebean:querybean-generator from 15.7.0 to 15.8.0

Updates io.ebean:ebean-test from 15.7.0 to 15.8.0

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

Release notes

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

3.47.0

  • spring aot: fix @JdbiRepository so aot generation works (#2727, thanks @​hpoettker !)
  • spring/spring5: update spring dependency and tests to latest releases (dependabot #36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
  • deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
  • add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.
Changelog

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

3.47.0

  • spring aot: fix @JdbiRepository so aot generation works (#2727, thanks @​hpoettker !)
  • spring/spring5: update spring dependency and tests to latest releases (dependabot #36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
  • deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
  • add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.
Commits
  • fa8e3d3 [maven-release-plugin] prepare release v3.47.0
  • a92040d release notes 3.47.0
  • ea7a902 fix typo
  • 63ccde2 fix for CI testing with java 11
  • 5250aa6 deprecation required version 3.47.0-SNAPSHOT
  • 78b7fe6 Add 'spring' module to replace 'spring5'
  • d2f5b7f gnumake needs every export on its own line
  • 1bd31e1 small adoc table fix
  • 13ea520 release notes #2727
  • b858e84 Fix native Spring compile with @JdbiRepository
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • b80d3d6 [maven-release-plugin] prepare release 3.5.0
  • 226a8ce Update site descriptor to 2.0.0
  • 47eac15 #322, enable to control the exec:java interaction with JVM classloader more f...
  • 582aed0 Bump project version
  • 8e7fa52 Update src/main/java/org/codehaus/mojo/exec/ExecMojo.java
  • d2bdc9c Add toolchain java path to environment variables in ExecMojo - added tests an...
  • eb62d78 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 8dbbb07 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 168b368 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 491526a Add toolchain java path to environment variables in ExecMojo - added tests an...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.0 to 3.15.1

Commits
  • bc2daa4 [maven-release-plugin] prepare release maven-plugin-tools-3.15.1
  • 08c9597 Bump asmVersion from 9.7 to 9.7.1
  • 578637b Bump org.junit:junit-bom from 5.11.0 to 5.11.3
  • a6c9b9c [MPLUGIN-538] Upgrade to Doxia 2.0.0 GA Stack
  • 5d8b615 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.5
  • 9888c96 Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
  • d2adc90 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 18c156b Bump maven3Version from 3.9.8 to 3.9.9 (#321)
  • 306fabe Bump org.junit:junit-bom from 5.10.3 to 5.11.0
  • 93604a3 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.15.0 to 3.15.1

Commits
  • bc2daa4 [maven-release-plugin] prepare release maven-plugin-tools-3.15.1
  • 08c9597 Bump asmVersion from 9.7 to 9.7.1
  • 578637b Bump org.junit:junit-bom from 5.11.0 to 5.11.3
  • a6c9b9c [MPLUGIN-538] Upgrade to Doxia 2.0.0 GA Stack
  • 5d8b615 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.5
  • 9888c96 Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
  • d2adc90 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 18c156b Bump maven3Version from 3.9.8 to 3.9.9 (#321)
  • 306fabe Bump org.junit:junit-bom from 5.10.3 to 5.11.0
  • 93604a3 [maven-release-plugin] prepare for next development iteration
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 27, 2024
@jknack
Copy link
Member

jknack commented Oct 27, 2024

@dependabot rebase

…pdates

Bumps the dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.776` | `1.12.777` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.11` | `1.5.12` |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.22` | `2.1.23` |
| [io.ebean:ebean](https://github.com/ebean-orm/ebean) | `15.7.0` | `15.8.0` |
| io.ebean:ebean-querybean | `15.7.0` | `15.8.0` |
| io.ebean:querybean-generator | `15.7.0` | `15.8.0` |
| io.ebean:ebean-test | `15.7.0` | `15.8.0` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.46.0` | `3.47.0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.4.1` | `3.5.0` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.15.0` | `3.15.1` |
| software.amazon.awssdk:bom | `2.28.26` | `2.29.1` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.15.0` | `3.15.1` |



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

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

Updates `io.swagger.parser.v3:swagger-parser` from 2.1.22 to 2.1.23
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v2.1.22...v2.1.23)

Updates `io.ebean:ebean` from 15.7.0 to 15.8.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-querybean` from 15.7.0 to 15.8.0

Updates `io.ebean:querybean-generator` from 15.7.0 to 15.8.0

Updates `io.ebean:ebean-test` from 15.7.0 to 15.8.0

Updates `io.ebean:ebean-querybean` from 15.7.0 to 15.8.0

Updates `io.ebean:querybean-generator` from 15.7.0 to 15.8.0

Updates `io.ebean:ebean-test` from 15.7.0 to 15.8.0

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

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.4.1 to 3.5.0
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.4.1...3.5.0)

Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)

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

Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)

---
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: ch.qos.logback:logback-classic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ebean:ebean
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-querybean
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-querybean
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  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-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/dependencies-3935428bd8 branch from 8c2e0d3 to 0392f15 Compare October 27, 2024 15:10
@jknack jknack merged commit b759d1e into 3.x Oct 27, 2024
5 checks passed
@jknack jknack added this to the 3.4.3 milestone Oct 27, 2024
@dependabot dependabot bot deleted the dependabot/maven/dependencies-3935428bd8 branch October 27, 2024 21:31
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.

1 participant