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 33 updates #3048

Merged
merged 7 commits into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
org.hibernate.orm:hibernate-core 6.4.4.Final 6.5.2.Final
com.mysql:mysql-connector-j 8.3.0 9.0.0
jakarta.validation:jakarta.validation-api 3.0.2 3.1.0
net.bytebuddy:byte-buddy 1.14.13 1.14.18
net.bytebuddy:byte-buddy-agent 1.14.13 1.14.18
io.projectreactor:reactor-core 3.6.5 3.6.8
io.projectreactor:reactor-test 3.6.5 3.6.8
com.google.code.gson:gson 2.10.1 2.11.0
com.fasterxml.jackson:jackson-bom 2.17.0 2.17.2
org.springframework:spring-framework-bom 5.3.34 5.3.37
org.springframework.security:spring-security-bom 5.8.12 5.8.13
org.junit:junit-bom 5.10.2 5.10.3
org.apache.maven.plugins:maven-clean-plugin 3.3.2 3.4.0
org.apache.maven.plugins:maven-enforcer-plugin 3.4.1 3.5.0
org.apache.maven.plugins:maven-install-plugin 3.1.1 3.1.2
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.3.1
org.apache.maven.plugins:maven-failsafe-plugin 3.2.5 3.3.1
org.apache.maven.plugins:maven-jar-plugin 3.4.1 3.4.2
org.apache.maven.plugins:maven-deploy-plugin 3.1.1 3.1.2
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.1
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.8.0
com.oracle.database.jdbc:ojdbc8 23.3.0.23.09 23.4.0.24.05
io.dropwizard.metrics:metrics-core 4.2.25 4.2.26
io.micrometer:micrometer-core 1.12.5 1.13.2
io.opentelemetry:opentelemetry-api 1.37.0 1.40.0
org.springframework.boot:spring-boot-starter-parent 3.2.5 3.3.2
org.springframework.boot:spring-boot-testcontainers 3.2.5 3.3.2
com.mchange:c3p0 0.10.0-pre7 0.10.1

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

Release notes

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

Hibernate ORM 6.4.9.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.9.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.9.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.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:

... (truncated)

Changelog

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

Changes in 6.5.2.Final (May 20, 2024)

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

** Bug * [HHH-18112] - Some dialects use the wrong default version

** Improvement * [HHH-18026] - Prevent dialects not supporting arbitrary values retrieval in getGeneratedKeys() from logging a SQL exception

Changes in 6.5.1.Final (May 13, 2024)

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

** Bug * [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to warning about "0.0.0 version" * [HHH-18046] - DB2 numeric parameter arithmetic issue * [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown * [HHH-18018] - Derby implementation for 'right' function wrongly passes parameter to 'length' * [HHH-18011] - Parallel entity enhancement causes a classloader cache stampede * [HHH-17837] - Join + GroupBy: Wrong column used for many-to-many association * [HHH-17834] - lock(e, OPTIMISTIC_FORCE_INCREMENT) with TABLE_PER_SUBCLASS * [HHH-17827] - “Not a managed type” error when using entity interface extending from java.util.Map * [HHH-17421] - On SQL Server, combining DISTINCT with PESSIMISTIC_WRITE causes needless follow-on locking

** Improvement * [HHH-18094] - Bytebuddy enhancer: make better use of constants and memory * [HHH-18091] - Upgrade to ByteBuddy 1.14.15 * [HHH-17305] - Keep order of selected tables in polymorphic query

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

... (truncated)

Commits
  • 41495bf Pre-steps for release : 6.5.2.Final
  • 19c42b3 HHH-18026 Fix SQL Exception for dialects not supporting arbitrary keys
  • c23d75c HHH-18026 Add test for issue
  • dfbb72a HHH-18112 Fix and test default version handling for non-Oracle dialects
  • a7cbd1a Post-steps for release : 6.5.1.Final
  • c81fafa Pre-steps for release : 6.5.1.Final
  • 641a7dd Provide a way to override global env properties in a test ConnectionProviderB...
  • 7321ca4 HHH-18105 added missing semicolon in CSS file
  • eb5a1ec HHH-18080 Fix default version handling in dialects when not using JDBC metadata
  • 32d4f15 HHH-18080 Fix default version handling in dialects when not using JDBC metadata
  • Additional commits viewable in compare view

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

Changelog

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

Changelog

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

Version 9.0.0

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

  • Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.

  • Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session. Thanks to Daniel Kec for his contribution.

  • Fix for Bug#114989 (Bug#36612566), Setting null value in setClientInfo throws an NPE.

  • WL#16376, Set 'caching_sha2_password' as default fallback authentication plugin.

  • WL#16342, Update MySQL error codes mapping.

  • WL#16353, Refresh the list of acceptable TLS ciphers.

  • Fix for Bug#114687 (Bug#36529541), Tests fail after mysql_native_password has been made optional in server.

  • WL#16319, Remove deprecated insensitive terminology based methods.

  • WL#16324, Update static MySQL keywords list.

  • Fix for Bug#110512 (Bug#35223851), Contribution: Replace synchronized with ReentrantLock. Thanks to Bart De Neuter and Janick Reynders for their contributions.

  • Fix for Bug#108830 (Bug#34721173), LIMIT clause, setMaxRows and cursor combined returns wrong number or rows.

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.

... (truncated)

Commits
  • e0e8e34 Update fix for Bug#114687 (Bug#36529541), Tests fail after mysql_native_passw...
  • dd8a023 Update for GPL license book.
  • d3102b1 WL#16391, Upgrade 3rd party libraries and tools.
  • ce34ec8 Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.
  • a9ec867 Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session.
  • 223dfaf Fix for Bug#114989 (Bug#36612566), Setting null value in setClientInfo throws...
  • 39206fb WL#16376, Set 'caching_sha2_password' as default fallback authentication plugin.
  • 78451c4 WL#16342, Update MySQL error codes mapping.
  • bac0ea3 Merge remote-tracking branch 'origin/documentation/8.x' into 'version/9.x'.
  • 9533a6b WL#16353, Refresh the list of acceptable TLS ciphers.
  • Additional commits viewable in compare view

Updates jakarta.validation:jakarta.validation-api from 3.0.2 to 3.1.0

Release notes

Sourced from jakarta.validation:jakarta.validation-api's releases.

3.1.0-M1

The 3.1.0-M1 milestone release for EE 11

What's Changed

New Contributors

Full Changelog: jakartaee/validation@3.0.2...3.1.0-M1

Commits
  • cac4dff Tag and branch for 3.1.0 release (#211)
  • 9520b42 Prepare for the 3.1.0-M2 release (#210)
  • 30da76e Update builds to cover JDK 17 and JDK 21 (#201)
  • 29ea0de Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0-M1 to 3.1.1 (#199)
  • 8fd0969 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.12.1 (#198)
  • 4ed088a Bump org.apache.felix:maven-bundle-plugin from 3.5.0 to 5.1.9 (#197)
  • a8be989 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 (#196)
  • c1ad252 Bump actions/setup-java from 3.13.0 to 4.0.0 (#195)
  • 56000aa Adding Dependabot and NOTICE.md updates (#192)
  • c3a6baa Prepare for the 3.1.0-M1 release
  • Additional commits viewable in compare view

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

Release notes

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

byte-buddy-1.14.18

  • Avoid verification error if constructor advice meats dropped implicit this frame and throw exception during instrumentation instead.
  • Add support to resolve ByteBuddyAgent from non-obfuscated name if obfuscation is used.
  • Make sure CircularityLock implementations never load classes during locking.
  • Offer use of istat if stat command is not available for emulated attachment.
  • Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

Byte Buddy 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

Byte Buddy 1.14.16

  • Update ASM and introduce support for Java 23.

Byte Buddy 1.14.15

  • Allow attaching from root on J9.

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.

8. August 2024: version 1.14.18

  • Avoid verification error if constructor advice meats dropped implicit this frame and throw exception during instrumentation instead.
  • Add support to resolve ByteBuddyAgent from non-obfuscated name if obfuscation is used.
  • Make sure CircularityLock implementations never load classes during locking.
  • Offer use of istat if stat command is not available for emulated attachment.
  • Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

29. May 2024: version 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

22. May 2024: version 1.14.16

  • Update ASM and introduce support for Java 23.

8. May 2024: version 1.14.15

  • Allow attaching from root on J9.

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
  • 4599da9 [maven-release-plugin] prepare release byte-buddy-1.14.18
  • 897545a [release] Release new version
  • 973491e Remove trailing space.
  • b14d6c9 Fix using stat on Linux.
  • 4098735 Attempt reading after success exit.
  • 5d42918 Attempt build without closing streams from processes.
  • 5ad487e Avoid non-closed streams.
  • ceabf1d Standardize documentation.
  • da3cee9 Avoid locking entire class loader.
  • e597414 AIX: add istat parser as stat is absent (#1668)
  • Additional commits viewable in compare view

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

Release notes

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

byte-buddy-1.14.18

  • Avoid verification error if constructor advice meats dropped implicit this frame and throw exception during instrumentation instead.
  • Add support to resolve ByteBuddyAgent from non-obfuscated name if obfuscation is used.
  • Make sure CircularityLock implementations never load classes during locking.
  • Offer use of istat if stat command is not available for emulated attachment.
  • Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

Byte Buddy 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

Byte Buddy 1.14.16

  • Update ASM and introduce support for Java 23.

Byte Buddy 1.14.15

  • Allow attaching from root on J9.

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.

8. August 2024: version 1.14.18

  • Avoid verification error if constructor advice meats dropped implicit this frame and throw exception during instrumentation instead.
  • Add support to resolve ByteBuddyAgent from non-obfuscated name if obfuscation is used.
  • Make sure CircularityLock implementations never load classes during locking.
  • Offer use of istat if stat command is not available for emulated attachment.
  • Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

29. May 2024: version 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

22. May 2024: version 1.14.16

  • Update ASM and introduce support for Java 23.

8. May 2024: version 1.14.15

  • Allow attaching from root on J9.

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
  • 4599da9 [maven-release-plugin] prepare release byte-buddy-1.14.18
  • 897545a [release] Release new version
  • 973491e Remove trailing space.
  • b14d6c9 Fix using stat on Linux.
  • 4098735 Attempt reading after success exit.
  • 5d42918 Attempt build without closing streams from processes.
  • 5ad487e Avoid non-closed streams.
  • ceabf1d Standardize documentation.
  • da3cee9 Avoid locking entire class loader.
  • e597414 AIX: add istat parser as stat is absent (#1668)
  • Additional commits viewable in compare view

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

Release notes

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

byte-buddy-1.14.18

  • Avoid verification error if constructor advice meats dropped implicit this frame and throw exception during instrumentation instead.
  • Add support to resolve ByteBuddyAgent from non-obfuscated name if obfuscation is used.
  • Make sure CircularityLock implementations never load classes during locking.
  • Offer use of istat if stat command is not available for emulated attachment.
  • Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

Byte Buddy 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

Byte Buddy 1.14.16

  • Update ASM and introduce support for Java 23.

Byte Buddy 1.14.15

  • Allow attaching from root on J9.

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.

8. August 2024: version 1.14.18

  • Avoid verification error if constructor advice meats dropped implicit this frame and throw exception during instrumentation instead.
  • Add support to resolve ByteBuddyAgent from non-obfuscated name if obfuscation is used.
  • Make sure CircularityLock implementations never load classes during locking.
  • Offer use of istat if stat command is not available for emulated attachment.
  • Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

29. May 2024: version 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

22. May 2024: version 1.14.16

  • Update ASM and introduce support for Java 23.

8. May 2024: version 1.14.15

  • Allow attaching from root on J9.

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
  • 4599da9 [maven-release-plugin] prepare release byte-buddy-1.14.18
  • 897545a [release] Release new version
  • 973491e Remove trailing space.
  • b14d6c9 Fix using stat on Linux.
  • 4098735 Attempt reading after success exit.
  • 5d42918 Attempt build without closing streams from processes.
  • 5ad487e Avoid non-closed streams.
  • ceabf1d Standardize documentation.
  • da3cee9 Avoid locking entire class loader.
  • e597414 AIX: add istat parser as stat is absent (#1668)
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-core from 3.6.5 to 3.6.8

Release notes

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

v3.6.8

Reactor Core 3.6.8 is part of 2023.0.8 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.7...v3.6.8

v3.6.7

Reactor Core 3.6.7 is part of 2023.0.7 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7

v3.6.6

Reactor Core 3.6.6 is part of 2023.0.6 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6

Commits
  • 5caf58a [release] Prepare and release 3.6.8
  • 20e27ab Merge-ignore release 3.5.19 into 3.6.8
  • f1119e5 [release] Next development version 3.5.20-SNAPSHOT
  • c77e53f [release] Prepare and release 3.5.19
  • 732c74f Merge-ignore release 3.4.40 into 3.6.8
  • fb88d47 Merge-ignore release 3.4.40 into 3.5.19
  • 0eb426c [release] Next development version 3.4.41-SNAPSHOT
  • e28814e [release] Prepare and release 3.4.40
  • 5d262bc Bump Micrometer to version 1.12.8
  • f84efd6 Merge a367c57f2 into 3.6.8
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-test from 3.6.5 to 3.6.8

Release notes

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

v3.6.8

Reactor Core 3.6.8 is part of 2023.0.8 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.7...v3.6.8

v3.6.7

Reactor Core 3.6.7 is part of 2023.0.7 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7

v3.6.6

Reactor Core 3.6.6 is part of 2023.0.6 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6

Commits
  • 5caf58a [release] Prepare and release 3.6.8
  • 20e27ab Merge-ignore release 3.5.19 into 3.6.8
  • f1119e5 [release] Next development version 3.5.20-SNAPSHOT
  • c77e53f [release] Prepare and release 3.5.19
  • 732c74f Merge-ignore release 3.4.40 into 3.6.8
  • fb88d47 Merge-ignore release 3.4.40 into 3.5.19
  • 0eb426c [release] Next development version 3.4.41-SNAPSHOT
  • e28814e [release] Prepare and release 3.4.40
  • 5d262bc Bump Micrometer to version 1.12.8
  • f84efd6 Merge a367c57f2 into 3.6.8
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-test from 3.6.5 to 3.6.8

Release notes

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

v3.6.8

Reactor Core 3.6.8 is part of 2023.0.8 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.7...v3.6.8

v3.6.7

Reactor Core 3.6.7 is part of 2023.0.7 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7

v3.6.6

Reactor Core 3.6.6 is part of 2023.0.6 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6

Commits
  • 5caf58a [release] Prepare and release 3.6.8
  • 20e27ab Merge-ignore release 3.5.19 into 3.6.8
  • f1119e5 [release] Next development version 3.5.20-SNAPSHOT
  • c77e53f [release] Prepare and release 3.5.19
  • 732c74f Merge-ignore release 3.4.40 into 3.6.8
  • fb88d47 Merge-ignore release 3.4.40 into 3.5.19
  • 0eb426c [release] Next development version 3.4.41-SNAPSHOT
  • e28814e [release] Prepare and release 3.4.40
  • 5d262bc Bump Micrometer to version 1.12.8
  • f84efd6 Merge a367c57f2 into 3.6.8
  • Additional commits viewable in compare view

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.4.4.Final` | `6.5.2.Final` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `8.3.0` | `9.0.0` |
| [jakarta.annotation:jakarta.annotation-api](https://github.com/jakartaee/common-annotations-api) | `2.1.1` | `3.0.0` |
| [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.0.2` | `3.1.0` |
| [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) | `4.0.0` | `6.0.1` |
| [jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence) | `3.0.0` | `3.2.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.18` |
| [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.18` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.6.5` | `3.6.8` |
| [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.6.5` | `3.6.8` |
| [com.github.kagkarlsson:db-scheduler](https://github.com/kagkarlsson/db-scheduler) | `13.0.0` | `14.0.2` |
| [org.jobrunr:jobrunr](https://github.com/jobrunr/jobrunr) | `6.3.5` | `7.2.2` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.10.1` | `2.11.0` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.17.0` | `2.17.2` |
| [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) | `5.3.34` | `5.3.37` |
| [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) | `5.8.12` | `5.8.13` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.2` | `5.10.3` |
| [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.3.2` | `3.4.0` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.4.1` | `3.5.0` |
| [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-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.3.1` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.3.1` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.1` | `3.4.2` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.1` | `3.1.2` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.1` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.8.0` |
| com.oracle.database.jdbc:ojdbc8 | `23.3.0.23.09` | `23.4.0.24.05` |
| [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) | `4.2.25` | `4.2.26` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.12.5` | `1.13.2` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.37.0` | `1.40.0` |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.2` |
| [org.springframework.boot:spring-boot-testcontainers](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.2` |
| [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.10.0-pre7` | `0.10.1` |



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

Updates `com.mysql:mysql-connector-j` from 8.3.0 to 9.0.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.3.0...9.0.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.validation:jakarta.validation-api` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](jakartaee/validation@3.0.2...3.1.0)

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

Updates `jakarta.persistence:jakarta.persistence-api` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/jakartaee/persistence/releases)
- [Commits](https://github.com/jakartaee/persistence/commits)

Updates `net.bytebuddy:byte-buddy` from 1.14.13 to 1.14.18
- [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.18)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.18
- [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.18)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.18
- [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.18)

Updates `io.projectreactor:reactor-core` from 3.6.5 to 3.6.8
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.5...v3.6.8)

Updates `io.projectreactor:reactor-test` from 3.6.5 to 3.6.8
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.5...v3.6.8)

Updates `io.projectreactor:reactor-test` from 3.6.5 to 3.6.8
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.5...v3.6.8)

Updates `com.github.kagkarlsson:db-scheduler` from 13.0.0 to 14.0.2
- [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.2)

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

Updates `com.google.code.gson:gson` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

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

Updates `org.springframework:spring-framework-bom` from 5.3.34 to 5.3.37
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.34...v5.3.37)

Updates `org.springframework.security:spring-security-bom` from 5.8.12 to 5.8.13
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@5.8.12...5.8.13)

Updates `org.junit:junit-bom` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

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

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

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-surefire-plugin` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.1)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.1)

Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.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 `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to 3.1.1
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.1.1)

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

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

Updates `io.dropwizard.metrics:metrics-core` from 4.2.25 to 4.2.26
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.25...v4.2.26)

Updates `io.micrometer:micrometer-core` from 1.12.5 to 1.13.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.5...v1.13.2)

Updates `io.opentelemetry:opentelemetry-api` from 1.37.0 to 1.40.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.37.0...v1.40.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.2)

Updates `org.springframework.boot:spring-boot-testcontainers` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.2)

Updates `com.mchange:c3p0` from 0.10.0-pre7 to 0.10.1
- [Changelog](https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG)
- [Commits](swaldman/c3p0@v0.10.0-pre7...v0.10.1)

Updates `org.springframework.boot:spring-boot-testcontainers` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.2)

---
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-major
  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.validation:jakarta.validation-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: jakarta.persistence:jakarta.persistence-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-test
  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.google.code.gson:gson
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-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: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.micrometer:micrometer-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.mchange:c3p0
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-testcontainers
  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 Jul 21, 2024
@dependabot dependabot bot requested review from a team, gklijs, CodeDrivenMitch and smcvb and removed request for a team July 21, 2024 03:37
@dependabot dependabot bot added this to the Release 4.10.0 milestone Jul 21, 2024
Downgrade Jakarta Persistence for backwards compatibility
Downgrade db-scheduler for backwards compatibility
Downgrade JobRunr for backwards compatibility

#3048
@smcvb smcvb self-assigned this Jul 22, 2024
smcvb added 5 commits July 22, 2024 09:54
Downgrade Jakarta Annotations for backwards compatibility

#3048
Downgrade Jakarta Persistence for JDK11 test module

#3048
Downgrade Jakarta Expression Language for JDK11 test module

#3048
Increase assertion window to cover for failures on slow machines

#3048
Increase assertion window to cover for failures on slow machines

#3048
@smcvb smcvb merged commit 5f64b2e into master Jul 22, 2024
5 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-f0542b33f2 branch July 22, 2024 11:35
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

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.

1 participant