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

Bump the maven-dependencies group across 1 directory with 12 updates #3018

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2024

Bumps the maven-dependencies group with 12 updates in the / directory:

Package From To
org.hibernate.orm:hibernate-core 6.4.4.Final 6.5.0.Final
com.mysql:mysql-connector-j 8.3.0 8.4.0
jakarta.annotation:jakarta.annotation-api 2.1.1 3.0.0
jakarta.el:jakarta.el-api 4.0.0 6.0.0
net.bytebuddy:byte-buddy 1.14.13 1.14.14
net.bytebuddy:byte-buddy-agent 1.14.13 1.14.14
com.github.kagkarlsson:db-scheduler 13.0.0 14.0.0
org.jobrunr:jobrunr 6.3.5 7.1.0
com.fasterxml.jackson:jackson-bom 2.17.0 2.17.1
org.apache.maven.plugins:maven-install-plugin 3.1.1 3.1.2
org.apache.maven.plugins:maven-deploy-plugin 3.1.1 3.1.2
com.oracle.database.jdbc:ojdbc8 23.3.0.23.09 23.4.0.24.05

Updates org.hibernate.orm:hibernate-core from 6.4.4.Final to 6.5.0.Final

Release notes

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

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

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

You can find the full list of 6.4.8.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.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

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

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

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

Changes in 6.5.0.Final (April 25, 2024)

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

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

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

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view

Updates com.mysql:mysql-connector-j from 8.3.0 to 8.4.0

Changelog

Sourced from com.mysql:mysql-connector-j's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 8.4.0

  • WL#15706, Add OpenTelemetry tracing.

  • WL#16174, Support for VECTOR data type.

  • Fix for Bug#36380711, Tests failing due to removal of deprecated features.

  • Fix for Bug#113600 (Bug#36171575), Contribution: Fix join condition for retrieval of imported primary keys. Thanks to Henning Pöttker for his contribution.

  • WL#16196, GPL License Exception Update.

  • Fix for Bug#111031 (Bug#35392222), Contribution: Update SyntaxRegressionTest.java. Thanks to Abby Palmero for her contribution.

  • Fix for Bug#113599 (Bug#36171571), Contribution: Replace StringBuffer with StringBuilder in ValueEncoders. Thanks to Henning Pöttker for his contribution.

  • Fix for Bug#91550 (Bug#28297874), DatabaseMetaData specifies incorrect extra name characters.

  • Fix for Bug#113129 (Bug#36043145), setting the FetchSize on a Statement object does not affect.

  • Fix for Bug#22931632, GETPARAMETERBINDINGS() ON A PS RETURNS NPE WHEN NOT ALL PARAMETERS ARE BOUND.

  • WL#16147, Remove support for FIDO authentication.

  • Fix for Bug#110286 (Bug#35152855), Only call Messages.getString(...) when it's needed (when the SQLException is thrown). Thanks to Janick Reynders for his contribution.

  • Fix for Bug#23143279, CLIENT HANG WHEN LOADBALANCESTRATEGY IS BESTRESPONSETIME.

Version 8.3.0

  • Fix for Bug#107107 (Bug#34101635), Redundant "Reset stmt" when setting useServerPrepStmts&cachePrepStmts to true. Thanks to Marcos Albe for his contribution.

  • Fix for Bug#19845752, COMMENT PARSING IS NOT PROPER IN CONNECTOR JDBC.

  • Fix for Bug#112884 (Bug#36043166), Setting a large timeout leads to errors when executing SQL.

  • WL#16077, Upgrade 3rd party libraries and tools.

  • WL#16074, Upgrade Protocol Buffers dependency to protobuf-java-3.25.1.

  • Fix for Bug#35929119, Issue with mysql-connector-j 8.0.33 connector (XDEVAPI) - getsession is slow.

... (truncated)

Commits
  • 1c3f5c1 Documentation review for WL#15706 and WL#16174.
  • 5f2383d Update fix for Bug#36380711, Tests failing due to removal of deprecated featu...
  • b1da962 WL#15706, Add OpenTelemetry tracing.
  • 6758555 WL#16174, Support for VECTOR data type.
  • 6fbbd21 Fix for Bug#36380711, Tests failing due to removal of deprecated features.
  • 8b40d85 Fix for Bug#113600 (Bug#36171575), Contribution: Fix join condition for retri...
  • e629456 WL#16196, GPL License Exception Update.
  • c91a638 Fix for Bug#111031 (Bug#35392222), Contribution: Update SyntaxRegressionTest....
  • 00449a4 Fix for Bug#113599 (Bug#36171571), Contribution: Replace StringBuffer with St...
  • 832994a Fix for Bug#91550 (Bug#28297874), DatabaseMetaData specifies incorrect extra ...
  • Additional commits viewable in compare view

Updates jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0

Commits
  • d456606 Prepare release jakarta.annotation:ca-parent:3.0.0
  • 292e95a make sure built javadoc contains year 2024,
  • 1c0df1c make build reproducible
  • 606b49d update parent to 1.0.9
  • 7d635c7 use release 11 to comply with the plan
  • fb6a7d2 add contributing info to the readme
  • 58f0e95 put back references section
  • 65561d8 fix cp right
  • 66b0a6c improve code samples in javadoc
  • 2ef3318 Set release level to 21
  • Additional commits viewable in compare view

Updates jakarta.el:jakarta.el-api from 4.0.0 to 6.0.0

Commits

Updates net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

23. April 2024: version 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Commits
  • ae503b6 [maven-release-plugin] prepare release byte-buddy-1.14.14
  • 736a4c9 [release] Release new version
  • f9469fc Mask return type in safe string.
  • 85baec7 Fix android strict mode warning (#1623)
  • d6ca347 Add JavaDoc for NamedPipe handling on Windows (#1621)
  • 0a91a85 Windows Attachment: Allow access to named pipe for medium Integrity clients (...
  • 5efc70c Soften up rule for identifier control.
  • 95b083f Update InstrumentedType.java to check instrumented classfile is in valid Unic...
  • 126eafc Update harden-runner.
  • 147037b Add Java 23 to build matrix.
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.14.13 to 1.14.14

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

23. April 2024: version 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Commits
  • ae503b6 [maven-release-plugin] prepare release byte-buddy-1.14.14
  • 736a4c9 [release] Release new version
  • f9469fc Mask return type in safe string.
  • 85baec7 Fix android strict mode warning (#1623)
  • d6ca347 Add JavaDoc for NamedPipe handling on Windows (#1621)
  • 0a91a85 Windows Attachment: Allow access to named pipe for medium Integrity clients (...
  • 5efc70c Soften up rule for identifier control.
  • 95b083f Update InstrumentedType.java to check instrumented classfile is in valid Unic...
  • 126eafc Update harden-runner.
  • 147037b Add Java 23 to build matrix.
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.14.13 to 1.14.14

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

23. April 2024: version 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Commits
  • ae503b6 [maven-release-plugin] prepare release byte-buddy-1.14.14
  • 736a4c9 [release] Release new version
  • f9469fc Mask return type in safe string.
  • 85baec7 Fix android strict mode warning (#1623)
  • d6ca347 Add JavaDoc for NamedPipe handling on Windows (#1621)
  • 0a91a85 Windows Attachment: Allow access to named pipe for medium Integrity clients (...
  • 5efc70c Soften up rule for identifier control.
  • 95b083f Update InstrumentedType.java to check instrumented classfile is in valid Unic...
  • 126eafc Update harden-runner.
  • 147037b Add Java 23 to build matrix.
  • Additional commits viewable in compare view

Updates com.github.kagkarlsson:db-scheduler from 13.0.0 to 14.0.0

Release notes

Sourced from com.github.kagkarlsson:db-scheduler's releases.

v14.0.0

Changelog

🚀 Features

  • 823c9d2 Add tracking of heartbeat results and executions with stale heartbeat (#432), closes #402 #432. Generally making heartbeating more robust. See PR description for details.
  • d422cfb Introduces setting alwaysPersistTimestampInUTC() for MySQL and MariaDB users (#471), closes #471. This PR changed the default behavior, which was later reverted in #481. See PR description for details.
  • bb17380 Remove Java 8 support (#456), closes #456

🐛 Fixes

  • b5578ef Revert change in behavior for MariaDB and MySQL with regards to time zone assumptions for persisted timestamps (#481), closes #481
  • 4d3b5bb Update Oracle schema to use timezone-aware type (#457), closes #457. Oracle users are encouraged to change type for timestamp-columns to TIMESTAMP(6) WITH TIME ZONE.
  • a27383a use varchar instead of (deprecated) text column type for MSSQL schema (#455), closes #454 #455
  • 7798c35 Fix bug that causes cronpatterns with no next execution-time to fail. (#435), closes #361 #435

  • cadf433 logging improvement and readme

Contributors

We'd like to thank the following people for their contributions:

Commits
  • b5578ef fix: Revert change in behavior for MariaDB and MySQL with regards to time zon...
  • 823c9d2 feat: Add tracking of heartbeat results and executions with stale heartbeat (...
  • cadf433 doc: logging improvement and readme
  • d422cfb feat: MySQL, MariaDB always store timestamps in UTC (#471)
  • bb17380 feat: Remove Java 8 support (#456)
  • 4d3b5bb fix: Update Oracle schema to use timezone-aware type (#457)
  • a27383a fix: use varchar instead of (deprecated) text column type for MSSQL schema (#...
  • 7798c35 fix: Fix bug that causes cronpatterns with no next execution-time to fail. (#...
  • See full diff in compare view

Updates org.jobrunr:jobrunr from 6.3.5 to 7.1.0

Release notes

Sourced from org.jobrunr:jobrunr's releases.

v7.1.0

🎉 JobRunr v7.1.0 🎉

Right after the release from v7.0.0, we continue with v7.1.0 where JobRunr now supports Virtual Threads in GraalVM native mode.

New features

Bugfixes

Other

Full Changelog: jobrunr/jobrunr@v7.0.0...v7.1.0

v7.0.0

🎉 Time for JobRunr v7.0.0 🎉

It's Celebration Time Once Again at JobRunr!

We are excited to announce the release of JobRunr v7.0.0 and JobRunr Pro v7.0.0. This major release is now available via Maven Central and directly for our Pro subscribers through the customer portal. Building on our promise to deliver robust job scheduling solutions, v7.0.0 brings a suite of powerful new features, substantial performance enhancements, and critical dashboard improvements. Let’s delve into what makes this release a game-changer for developers and enterprises alike for both JobRunr Pro and JobRunr OSS!

🙏 We'd also like to thank all of the developers and companies who have beta tested JobRunr v7 beta's and release candidates.

What is new?

Pro Version:

New Features

... (truncated)

Commits

Updates com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1

Commits
  • 50ab40a [maven-release-plugin] prepare release jackson-bom-2.17.1
  • 38201de Prepare for 2.17.1 release
  • 4d2e95a Back to snapshot deps
  • 3f7a9ee [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2

Release notes

Sourced from org.apache.maven.plugins:maven-install-plugin's releases.

3.1.2

Release Notes - Maven Install Plugin - Version 3.1.2


What's Changed

New Contributors

Full Changelog: apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2

Commits
  • e1494c1 [maven-release-plugin] prepare release maven-install-plugin-3.1.2
  • 6712ae8 Remove workaround, handle it centrally
  • 1fa847f Bump workflow
  • bdc93d5 Quickfix: move to zulu
  • 7b9bf51 [MINSTALL-193] Parent 42, min Maven 3.6.3 (#64)
  • e914367 [MINSTALL-195] Include artifactId in InstallMojo#processProject messages
  • 3ebb448 [MINSTALL-197] Update to parent 41, cleanup (#61)
  • 30d2b53 [MINSTALL-192] - Code cleanups
  • 429ad5b [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (#58)
  • f6377c4 configure notifications
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2

Release notes

Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases.

3.1.2

Release Notes - Maven Deploy Plugin - Version 3.1.2


What's Changed

New Contributors

Full Changelog: apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2

Commits
  • 4f016bc [maven-release-plugin] prepare release maven-deploy-plugin-3.1.2
  • 0ed18be Remove workaround, handle it centrally
  • b9c1c8b [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages
  • 74d331b [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (#54)
  • ac9c49d Bump org.mockito:mockito-core from 2.28.2 to 4.11.0
  • de7cefb Bump apache/maven-gh-actions-shared from 3 to 4
  • edf85d7 Add Dependabot
  • 390e610 [MDEPLOY-313] Update to parent 41, cleanup (#47)
  • 29f3c81 DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc
  • 9039fc6 Type: fill --> file
  • Additional commits viewable in compare view

Updates com.oracle.database.jdbc:ojdbc8 from 23.3.0.23.09 to 23.4.0.24.05

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
jakarta.el:jakarta.el-api [>= 5.a, < 6]

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 maven-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.4.4.Final` | `6.5.0.Final` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `8.3.0` | `8.4.0` |
| [jakarta.annotation:jakarta.annotation-api](https://github.com/jakartaee/common-annotations-api) | `2.1.1` | `3.0.0` |
| [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) | `4.0.0` | `6.0.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.14` |
| [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.14` |
| [com.github.kagkarlsson:db-scheduler](https://github.com/kagkarlsson/db-scheduler) | `13.0.0` | `14.0.0` |
| [org.jobrunr:jobrunr](https://github.com/jobrunr/jobrunr) | `6.3.5` | `7.1.0` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.17.0` | `2.17.1` |
| [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.1` | `3.1.2` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.1` | `3.1.2` |
| com.oracle.database.jdbc:ojdbc8 | `23.3.0.23.09` | `23.4.0.24.05` |



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

Updates `com.mysql:mysql-connector-j` from 8.3.0 to 8.4.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.3.0...8.4.0)

Updates `jakarta.annotation:jakarta.annotation-api` from 2.1.1 to 3.0.0
- [Commits](jakartaee/common-annotations-api@2.1.1...3.0.0)

Updates `jakarta.el:jakarta.el-api` from 4.0.0 to 6.0.0
- [Release notes](https://github.com/eclipse-ee4j/el-ri/releases)
- [Commits](https://github.com/eclipse-ee4j/el-ri/commits)

Updates `net.bytebuddy:byte-buddy` from 1.14.13 to 1.14.14
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.14)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.14
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.14)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.14
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.14)

Updates `com.github.kagkarlsson:db-scheduler` from 13.0.0 to 14.0.0
- [Release notes](https://github.com/kagkarlsson/db-scheduler/releases)
- [Changelog](https://github.com/kagkarlsson/db-scheduler/blob/master/jreleaser.yml)
- [Commits](kagkarlsson/db-scheduler@v13.0.0...v14.0.0)

Updates `org.jobrunr:jobrunr` from 6.3.5 to 7.1.0
- [Release notes](https://github.com/jobrunr/jobrunr/releases)
- [Commits](jobrunr/jobrunr@v6.3.5...v7.1.0)

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.17.1)

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

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

Updates `com.oracle.database.jdbc:ojdbc8` from 23.3.0.23.09 to 23.4.0.24.05

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: jakarta.annotation:jakarta.annotation-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: jakarta.el:jakarta.el-api
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.github.kagkarlsson:db-scheduler
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.jobrunr:jobrunr
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.oracle.database.jdbc:ojdbc8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Type: Dependency Upgrade Use to signal an issue that adjusts the project’s dependencies. Typically used by dependabot only. labels May 5, 2024
@dependabot dependabot bot requested review from a team, gklijs, CodeDrivenMitch and smcvb and removed request for a team May 5, 2024 03:27
@dependabot dependabot bot added this to the Release 4.10.0 milestone May 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 12, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-f07a29d9bd branch May 12, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Type: Dependency Upgrade Use to signal an issue that adjusts the project’s dependencies. Typically used by dependabot only.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants