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 17 updates #3579

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the dependencies group with 17 updates:

Package From To
io.avaje:avaje-inject 10.4 10.5
io.avaje:avaje-inject-generator 10.4 10.5
org.hibernate.orm:hibernate-core 6.6.1.Final 6.6.2.Final
org.eclipse.jetty:jetty-server 12.0.14 12.0.15
org.eclipse.jetty.websocket:jetty-websocket-core-server 12.0.14 12.0.15
org.eclipse.jetty.websocket:jetty-websocket-jetty-api 12.0.14 12.0.15
org.eclipse.jetty.websocket:jetty-websocket-jetty-server 12.0.14 12.0.15
org.eclipse.jetty.http2:jetty-http2-server 12.0.14 12.0.15
org.eclipse.jetty:jetty-alpn-java-server 12.0.14 12.0.15
org.eclipse.jetty.http2:jetty-http2-client 12.0.14 12.0.15
com.zaxxer:HikariCP 6.0.0 6.1.0
com.fizzed:rocker-runtime 1.4.0 2.1.0
com.fizzed:rocker-compiler 1.4.0 2.1.0
org.apache.kafka:kafka-clients 3.8.1 3.9.0
org.codehaus.groovy:groovy-all 3.0.22 3.0.23
gg.jte:jte 3.1.13 3.1.14
software.amazon.awssdk:bom 2.29.6 2.29.9

Updates io.avaje:avaje-inject from 10.4 to 10.5

Commits
  • 9bed895 Version 10.5
  • 77d8d6d 10.5-RC6
  • d628768 Rename @PluginProvides provides member to value (#729)
  • c5af7ac 10.5-RC5
  • ccc46d0 10.5-RC5
  • ff857f1 Merge pull request #722 from SentryMan/plugin-detection
  • e3281dd Format and extract helper methods
  • 5a1204d Merge branch 'master' into plugin-detection
  • 4992b44 Merge pull request #728 from avaje/dependabot/maven/master/dependencies-518d8...
  • 304fe36 Bump the dependencies group with 2 updates
  • Additional commits viewable in compare view

Updates io.avaje:avaje-inject-generator from 10.4 to 10.5

Updates io.avaje:avaje-inject-generator from 10.4 to 10.5

Updates org.hibernate.orm:hibernate-core from 6.6.1.Final to 6.6.2.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 6.6.2.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.2.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.6.2.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.6.2.Final (November 07, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32350

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.eclipse.jetty:jetty-server from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.http2:jetty-http2-server from 12.0.14 to 12.0.15

Updates org.eclipse.jetty:jetty-alpn-java-server from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.http2:jetty-http2-client from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.0.14 to 12.0.15

Updates com.zaxxer:HikariCP from 6.0.0 to 6.1.0

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 6.1.0

  • fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction

  • merged #1962 dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource

  • merged #2244 improve JavassistProxyFactory

  • merged #2243 fix inconsistency between isWrapperFor and unwrap

  • merged #1827 support loading properties file in unnamed resources module

  • merged #1842 don't clear isCommitStateDirty flag in setReadOnly

  • change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips

Changes in 6.0.0

  • fixed #2152 duplicate connection in try with resources clause caused close() being called twice on each connection

  • merged #2226 consistent handling of errorCode and sqlState in timeout exception

  • merged #2199 eliminate network call if state get is called after set

  • merged #2189 add support to get and set db credentials in an atomic operation

  • merged #2149 make Savepoint rollbacks mark the connection dirty

  • merged #2157 close connections marked as evicted instead of returning them to the pool

  • merged #2147 skip Connection::setNetworkTimeout if PoolBase::shutdownNetworkTimeoutExecutor is called

  • merged #2126 added Support For beginRequest and endRequest

  • small improvements and cleanup from pull request #2166

  • minor debug logging enhancements

Changes in 5.1.0

  • fixed #1907 re-added automatic.module.name that was lost along the way

  • fixed #1986 evict connection exceptions with (SQLState HY000) error code 1105.

  • merged #2059 add support for char[] in DataSource properties

  • merged #1979 and #1993 mask any property that looks like a password in URLs

... (truncated)

Commits

Updates com.fizzed:rocker-runtime from 1.4.0 to 2.1.0

Changelog

Sourced from com.fizzed:rocker-runtime's changelog.

2.1.0 - 2024-11-09

  • New Switch Expression feature for Java 17+ (@​asaf-wizzdi)
  • New rocker-test-template17 module for testing code on Java 17+ only

2.0.1 - 2024-11-06

  • New PlainTextStrategy of STATIC_BYTE_ARRAYS (helps with GraalVM compatability) (@​ppedregal)
  • Maven plugin supports setting "plainTextStrategy" as a new configuration option (@​ppedregal)

2.0.0 - 2024-11-06

  • Java 7 support dropped. Java 8 is now minimum supported version (Java 21 will no longer compile < 8).
  • New switch statement feature (@​asaf-wizzdi)
  • Merged rocker-test-java7 and rocker-test-java8 modules together into rocker-test-template
  • Blaze build system updated to v1.5.1 (which works on Java 21)
  • CI automated tests for Java 21
  • Bump maven-parent v2.6.0
  • Bump project blaze.jar to v1.6.0
Commits
  • 5ec8c7f [maven-release-plugin] prepare release v2.1.0
  • 228b085 Update changelog for upcoming release
  • 5246989 Switch Expressions (#186)
  • 2caadbf Update SYNTAX.md
  • 8e0b9af Updated README with latest version
  • 13a5779 [maven-release-plugin] prepare for next development iteration
  • e8ecb5b [maven-release-plugin] prepare release v2.0.1
  • def18f5 Update readme and docs
  • 58b995d Merge pull request #183 from fizzed/dependabot/maven/io.undertow-undertow-cor...
  • a83446c Merge pull request #184 from fizzed/dependabot/maven/commons-io-commons-io-2....
  • Additional commits viewable in compare view

Updates com.fizzed:rocker-compiler from 1.4.0 to 2.1.0

Changelog

Sourced from com.fizzed:rocker-compiler's changelog.

2.1.0 - 2024-11-09

  • New Switch Expression feature for Java 17+ (@​asaf-wizzdi)
  • New rocker-test-template17 module for testing code on Java 17+ only

2.0.1 - 2024-11-06

  • New PlainTextStrategy of STATIC_BYTE_ARRAYS (helps with GraalVM compatability) (@​ppedregal)
  • Maven plugin supports setting "plainTextStrategy" as a new configuration option (@​ppedregal)

2.0.0 - 2024-11-06

  • Java 7 support dropped. Java 8 is now minimum supported version (Java 21 will no longer compile < 8).
  • New switch statement feature (@​asaf-wizzdi)
  • Merged rocker-test-java7 and rocker-test-java8 modules together into rocker-test-template
  • Blaze build system updated to v1.5.1 (which works on Java 21)
  • CI automated tests for Java 21
  • Bump maven-parent v2.6.0
  • Bump project blaze.jar to v1.6.0
Commits
  • 5ec8c7f [maven-release-plugin] prepare release v2.1.0
  • 228b085 Update changelog for upcoming release
  • 5246989 Switch Expressions (#186)
  • 2caadbf Update SYNTAX.md
  • 8e0b9af Updated README with latest version
  • 13a5779 [maven-release-plugin] prepare for next development iteration
  • e8ecb5b [maven-release-plugin] prepare release v2.0.1
  • def18f5 Update readme and docs
  • 58b995d Merge pull request #183 from fizzed/dependabot/maven/io.undertow-undertow-cor...
  • a83446c Merge pull request #184 from fizzed/dependabot/maven/commons-io-commons-io-2....
  • Additional commits viewable in compare view

Updates com.fizzed:rocker-compiler from 1.4.0 to 2.1.0

Changelog

Sourced from com.fizzed:rocker-compiler's changelog.

2.1.0 - 2024-11-09

  • New Switch Expression feature for Java 17+ (@​asaf-wizzdi)
  • New rocker-test-template17 module for testing code on Java 17+ only

2.0.1 - 2024-11-06

  • New PlainTextStrategy of STATIC_BYTE_ARRAYS (helps with GraalVM compatability) (@​ppedregal)
  • Maven plugin supports setting "plainTextStrategy" as a new configuration option (@​ppedregal)

2.0.0 - 2024-11-06

  • Java 7 support dropped. Java 8 is now minimum supported version (Java 21 will no longer compile < 8).
  • New switch statement feature (@​asaf-wizzdi)
  • Merged rocker-test-java7 and rocker-test-java8 modules together into rocker-test-template
  • Blaze build system updated to v1.5.1 (which works on Java 21)
  • CI automated tests for Java 21
  • Bump maven-parent v2.6.0
  • Bump project blaze.jar to v1.6.0
Commits
  • 5ec8c7f [maven-release-plugin] prepare release v2.1.0
  • 228b085 Update changelog for upcoming release
  • 5246989 Switch Expressions (#186)
  • 2caadbf Update SYNTAX.md
  • 8e0b9af Updated README with latest version
  • 13a5779 [maven-release-plugin] prepare for next development iteration
  • e8ecb5b [maven-release-plugin] prepare release v2.0.1
  • def18f5 Update readme and docs
  • 58b995d Merge pull request #183 from fizzed/dependabot/maven/io.undertow-undertow-cor...
  • a83446c Merge pull request #184 from fizzed/dependabot/maven/commons-io-commons-io-2....
  • Additional commits viewable in compare view

Updates org.apache.kafka:kafka-clients from 3.8.1 to 3.9.0

Updates org.codehaus.groovy:groovy-all from 3.0.22 to 3.0.23

Commits

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.0.14 to 12.0.15

Updates org.eclipse.jetty.http2:jetty-http2-server from 12.0.14 to 12.0.15

Updates org.eclipse.jetty:jetty-alpn-java-server from 12.0.14 to 12.0.15

Updates gg.jte:jte from 3.1.13 to 3.1.14

Release notes

Sourced from gg.jte:jte's releases.

3.1.14

  • #398 spring-boot-starter: Add template change watcher for livereload (thanks to @​tschuehly!)
Commits

Updates software.amazon.awssdk:bom from 2.29.6 to 2.29.9

Updates org.eclipse.jetty.http2:jetty-http2-client from 12.0.14 to 12.0.15

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 17 updates:

| Package | From | To |
| --- | --- | --- |
| [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) | `10.4` | `10.5` |
| io.avaje:avaje-inject-generator | `10.4` | `10.5` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.1.Final` | `6.6.2.Final` |
| org.eclipse.jetty:jetty-server | `12.0.14` | `12.0.15` |
| org.eclipse.jetty.websocket:jetty-websocket-core-server | `12.0.14` | `12.0.15` |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-api | `12.0.14` | `12.0.15` |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-server | `12.0.14` | `12.0.15` |
| org.eclipse.jetty.http2:jetty-http2-server | `12.0.14` | `12.0.15` |
| org.eclipse.jetty:jetty-alpn-java-server | `12.0.14` | `12.0.15` |
| org.eclipse.jetty.http2:jetty-http2-client | `12.0.14` | `12.0.15` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.0.0` | `6.1.0` |
| [com.fizzed:rocker-runtime](https://github.com/fizzed/rocker) | `1.4.0` | `2.1.0` |
| [com.fizzed:rocker-compiler](https://github.com/fizzed/rocker) | `1.4.0` | `2.1.0` |
| org.apache.kafka:kafka-clients | `3.8.1` | `3.9.0` |
| [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) | `3.0.22` | `3.0.23` |
| [gg.jte:jte](https://github.com/casid/jte) | `3.1.13` | `3.1.14` |
| software.amazon.awssdk:bom | `2.29.6` | `2.29.9` |


Updates `io.avaje:avaje-inject` from 10.4 to 10.5
- [Release notes](https://github.com/avaje/avaje-inject/releases)
- [Commits](avaje/avaje-inject@10.4...10.5)

Updates `io.avaje:avaje-inject-generator` from 10.4 to 10.5

Updates `io.avaje:avaje-inject-generator` from 10.4 to 10.5

Updates `org.hibernate.orm:hibernate-core` from 6.6.1.Final to 6.6.2.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.1...6.6.2)

Updates `org.eclipse.jetty:jetty-server` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.websocket:jetty-websocket-core-server` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-api` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-server` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.http2:jetty-http2-server` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty:jetty-alpn-java-server` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.http2:jetty-http2-client` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.websocket:jetty-websocket-core-server` from 12.0.14 to 12.0.15

Updates `com.zaxxer:HikariCP` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.0.0...HikariCP-6.1.0)

Updates `com.fizzed:rocker-runtime` from 1.4.0 to 2.1.0
- [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
- [Commits](fizzed/rocker@v1.4.0...v2.1.0)

Updates `com.fizzed:rocker-compiler` from 1.4.0 to 2.1.0
- [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
- [Commits](fizzed/rocker@v1.4.0...v2.1.0)

Updates `com.fizzed:rocker-compiler` from 1.4.0 to 2.1.0
- [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
- [Commits](fizzed/rocker@v1.4.0...v2.1.0)

Updates `org.apache.kafka:kafka-clients` from 3.8.1 to 3.9.0

Updates `org.codehaus.groovy:groovy-all` from 3.0.22 to 3.0.23
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-api` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-server` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty.http2:jetty-http2-server` from 12.0.14 to 12.0.15

Updates `org.eclipse.jetty:jetty-alpn-java-server` from 12.0.14 to 12.0.15

Updates `gg.jte:jte` from 3.1.13 to 3.1.14
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.1.13...3.1.14)

Updates `software.amazon.awssdk:bom` from 2.29.6 to 2.29.9

Updates `org.eclipse.jetty.http2:jetty-http2-client` from 12.0.14 to 12.0.15

---
updated-dependencies:
- dependency-name: io.avaje:avaje-inject
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-core-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.http2:jetty-http2-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty:jetty-alpn-java-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.http2:jetty-http2-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-core-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fizzed:rocker-runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.fizzed:rocker-compiler
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.fizzed:rocker-compiler
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.groovy:groovy-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.http2:jetty-http2-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty:jetty-alpn-java-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gg.jte:jte
  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.eclipse.jetty.http2:jetty-http2-client
  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 Nov 11, 2024
@jknack jknack added this to the 3.5.2 milestone Nov 11, 2024
@jknack jknack merged commit 5a51169 into 3.x Nov 11, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-9423053f9a branch November 11, 2024 09:40
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