Skip to content

Bump the maven-dependencies group across 1 directory with 23 updates#135

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-dependencies-459645b12c
Closed

Bump the maven-dependencies group across 1 directory with 23 updates#135
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-dependencies-459645b12c

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 17, 2025

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

Package From To
org.apache.logging.log4j:log4j-slf4j2-impl 2.25.0 2.25.1
org.apache.logging.log4j:log4j-core 2.25.0 2.25.1
org.hibernate.orm:hibernate-core 6.6.18.Final 6.6.26.Final
com.mysql:mysql-connector-j 9.3.0 9.4.0
net.bytebuddy:byte-buddy 1.17.6 1.17.7
net.bytebuddy:byte-buddy-agent 1.17.6 1.17.7
commons-io:commons-io 2.19.0 2.20.0
io.projectreactor:reactor-core 3.7.7 3.7.9
io.projectreactor:reactor-test 3.7.7 3.7.9
org.jobrunr:jobrunr 7.5.2 8.0.2
org.dom4j:dom4j 2.1.4 2.2.0
com.fasterxml.jackson:jackson-bom 2.19.1 2.19.2
org.junit:junit-bom 5.13.1 5.13.4
org.testcontainers:testcontainers-bom 1.21.2 1.21.3
org.hibernate.validator:hibernate-validator 8.0.2.Final 8.0.3.Final
org.apache.maven.plugins:maven-enforcer-plugin 3.5.0 3.6.1
org.apache.maven.plugins:maven-javadoc-plugin 3.11.2 3.11.3
org.apache.maven.plugins:maven-gpg-plugin 3.2.7 3.2.8
io.axoniq:axonserver-connector-java 2024.2.3 2025.2.0-EAP
com.oracle.database.jdbc:ojdbc8 23.8.0.25.04 23.9.0.25.07
org.axonframework.extensions.mongo:axon-mongo 4.11.1 4.12.0
io.micrometer:micrometer-core 1.15.1 1.15.3
io.opentelemetry:opentelemetry-api 1.51.0 1.53.0

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.0 to 2.25.1

Updates org.apache.logging.log4j:log4j-core from 2.25.0 to 2.25.1

Updates org.apache.logging.log4j:log4j-core from 2.25.0 to 2.25.1

Updates org.hibernate.orm:hibernate-core from 6.6.18.Final to 6.6.26.Final

Release notes

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

Hibernate ORM 6.6.26.Final released

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

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

What's new

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

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.6.25.Final released

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

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

What's new

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

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.6.26.Final (August 17, 2025)

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

** Bug * [HHH-18968] - MySQLDialect wrongly uses Timestamp as type for localtime function * [HHH-18621] - Hibernate 6 disregards hibernate.jdbc.batch_versioned_data

Changes in 6.6.25.Final (August 10, 2025)

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

** Bug * [HHH-19453] - sequence support not working on db2 As400 7.3 * [HHH-17522] - Support correlation of CTEs

Changes in 6.6.24.Final (August 03, 2025)

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

** Bug * [HHH-19675] - JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types * [HHH-19657] - OffsetDateTime in an array is handled incorrectly with setting hibernate.type.java_time_use_direct_jdbc=true * [HHH-19655] - Connection leak with PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD * [HHH-19651] - DB2 for i detection not working reliably * [HHH-19585] - Object relationship mapping issues | java.lang.NullPointerException: Cannot invoke "java.lang.Comparable.compareTo(Object)" because "one" is null * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous * [HHH-19031] - Loading an Entity a second time when it contains an embedded object causes IllegalArgumentException * [HHH-18981] - IndexOutOfBoundsException when using arrayToString with arrayAgg * [HHH-18956] - Native query brace replacement breaks dollar quoted literals in 6.6+ * [HHH-18780] - Performance regression on Postgres with polymorphic query due to incorrect casts of null columns

Changes in 6.6.23.Final (July 27, 2025)

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

** Bug * [HHH-19575] - empty Struct should be fetched intact or not null * [HHH-19524] - @​OneToOne relationship unnecessary joins in nativeQuery * [HHH-19261] - OracleDialect getQueryHintString incorrectly joins supplied hints * [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob Column with Hibernate 6 on H2

** Task

... (truncated)

Commits
  • 0d3a79a Pre-steps for release : 6.6.26.Final
  • d98b858 HHH-18621 Fix compile error
  • e225ef2 HHH-18621 Restore hibernate.jdbc.batch_versioned_data function.
  • d4b084a [HHH-18968][JBEAP-30684] Fix localtime return type for MySQL
  • 2a399cf [HHH-18900][JBEAP-30676] Hibernate tests fail with MariaDB 11.6+
  • a41ac68 Post-steps for release : 6.6.25.Final
  • e6586e0 Pre-steps for release : 6.6.25.Final
  • d79c739 HHH-17522 Test and fix correlation of CTE and derived roots and joins
  • fb8c4aa Skip some vector tests on Oracle due to a bug in version 23.9
  • 70dd958 HHH-19453 Fix sequence information extraction on DB2 for i
  • Additional commits viewable in compare view

Updates com.mysql:mysql-connector-j from 9.3.0 to 9.4.0

Changelog

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

Changelog

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

Version 9.4.0

  • Fix for Bug#116120 (Bug#37079448), Inappropriate charset selected for connection when jdk.charsets not included.

  • Fix for Bug#98620 (Bug#31503893), Using DatabaseMetaData.getColumns() gives collation mix error.

  • Fix for Bug#118389 (Bug#38044940), OCI ephemeral keys not working after change in OCI CLI.

  • Fix for Bug#22473405, GETOBJECT(STRING , CLASS) METHOD RETURNS ERROR FOR POOLED CONNECTION.

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

  • Fix for Bug#118201 (Bug#37971552), A potential bug in Mysql Connector/J.

  • Fix for Bug#44791 (Bug#11753361), Setting/getting holdability on connection does not work properly.

  • Fix for Bug#21294134, DBMD.GETPROCEDURECOLUMNS() IS UNABLE TO DEAL WITH PROCEDURE COLUMNS WITH SPACES.

  • Fix for Bug#77658 (Bug#21946136), Incorrect java.sql.Statement.cancel() behavior.

  • Fix for Bug#118100 (Bug#37900711), You have an error in your SQL syntax exception thrown after mysql-connector-j 9.2.0 -> 9.3.0 upgrade.

  • Fix for Bug#118079 (Bug#37888527), An output message error.

  • Fix for Bug#117579 (Bug#37639722), Contribution: Return UUID from ResultSet#getObject(). Thanks to Iwao Abe for his contribution.

  • Fix for Bug#20279578, REGISTEROUTPARAMETER() FAILS WHEN PROCEDURE NAME CONTAINS SOME SPECIAL CHARACTER.

  • Fix for Bug#109339 (Bug#34898663), Failed to insert bignums due to overflow. Thanks to Yohei Ueki for his contribution.

  • Fix for Bug#77766 (Bug#21503942), CallableStatement.getObject have inconsistent behavior.

  • WL#16917, Remove IterateBlock class.

  • Fix for Bug#117873 (Bug#37785888), Time instances created from negative milliseconds are encoded without fractional seconds.

  • Fix for Bug#115845 (Bug#36954268), Contribution: Set correct OTel Span name for transaction commits. Thanks to Willem Fibbe for his contribution.

  • Fix for Bug#75615 (Bug#21181249), Incorrect implementation of Connection.setNetworkTimeout().

  • Fix for Bug#75441 (Bug#20344798), com.mysql.jdbc.CallableStatement.extractProcedureName fragile.

  • Fix for Bug#19948601, UNEXPECTED BEHAVIOUR NOTICED WITH FEW OF THE MYSQL C/JAVA CONNECTION PARAMETERS.

... (truncated)

Commits
  • d680767 Fix for Bug#116120 (Bug#37079448), Inappropriate charset selected for connect...
  • eb84d9a Fix for Bug#98620 (Bug#31503893), Using DatabaseMetaData.getColumns() gives c...
  • 7743064 Update for GPL license book.
  • 19d2366 Fix for Bug#118389 (Bug#38044940), OCI ephemeral keys not working after chang...
  • 1cf0719 Fix for Bug#22473405, GETOBJECT(STRING , CLASS<T>) METHOD RETURNS ERROR FOR P...
  • 185648f WL#17009, Upgrade 3rd party libraries and tools.
  • aed62b7 Fix for Bug#118201 (Bug#37971552), A potential bug in Mysql Connector/J.
  • d4bcee9 Fix for Bug#44791 (Bug#11753361), Setting/getting holdability on connection d...
  • f87653d Fix for Bug#21294134, DBMD.GETPROCEDURECOLUMNS() IS UNABLE TO DEAL WITH PROCE...
  • 7e9b0ac Fix for Bug#77658 (Bug#21946136), Incorrect java.sql.Statement.cancel() behav...
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.17.6 to 1.17.7

Changelog

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

Byte Buddy release notes

Commits
  • dc4d0de [maven-release-plugin] prepare release byte-buddy-1.17.7
  • 5e3bf06 [release] Release new version
  • 5ad9575 Small improvement of size handling.
  • e0e449b [release] Release new version
  • 75cdf69 Adjust caching.
  • 3d7e5b3 Minor refactoring.
  • 0aa4d9a ParameterList - Cache the size and avoid iterator pattern (#1848)
  • 9feca46 Specifying configuration jvm environment (#1847)
  • 7230e2e Adjust formatting and naming.
  • dbd2be8 Use JVMS 4.2.2 "Unqualified name" definition to validate identifier (#1829)
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.17.6 to 1.17.7

Changelog

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

Byte Buddy release notes

Commits
  • dc4d0de [maven-release-plugin] prepare release byte-buddy-1.17.7
  • 5e3bf06 [release] Release new version
  • 5ad9575 Small improvement of size handling.
  • e0e449b [release] Release new version
  • 75cdf69 Adjust caching.
  • 3d7e5b3 Minor refactoring.
  • 0aa4d9a ParameterList - Cache the size and avoid iterator pattern (#1848)
  • 9feca46 Specifying configuration jvm environment (#1847)
  • 7230e2e Adjust formatting and naming.
  • dbd2be8 Use JVMS 4.2.2 "Unqualified name" definition to validate identifier (#1829)
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.17.6 to 1.17.7

Changelog

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

Byte Buddy release notes

Commits
  • dc4d0de [maven-release-plugin] prepare release byte-buddy-1.17.7
  • 5e3bf06 [release] Release new version
  • 5ad9575 Small improvement of size handling.
  • e0e449b [release] Release new version
  • 75cdf69 Adjust caching.
  • 3d7e5b3 Minor refactoring.
  • 0aa4d9a ParameterList - Cache the size and avoid iterator pattern (#1848)
  • 9feca46 Specifying configuration jvm environment (#1847)
  • 7230e2e Adjust formatting and naming.
  • dbd2be8 Use JVMS 4.2.2 "Unqualified name" definition to validate identifier (#1829)
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.19.0 to 2.20.0

Changelog

Sourced from commons-io:commons-io's changelog.

Apache Commons IO 2.20.0 Release Notes

The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.20.0.

Introduction

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Version 2.19.1: Java 8 or later is required.

New features

o IO-875: Add org.apache.commons.io.file.CountingPathVisitor.accept(Path, BasicFileAttributes) #743. Thanks to Pierre Baumard, Gary Gregory. o Add org.apache.commons.io.Charsets.isAlias(Charset, String). Thanks to Gary Gregory. o Add org.apache.commons.io.Charsets.isUTF8(Charset). Thanks to Gary Gregory. o Add org.apache.commons.io.Charsets.toCharsetDefault(String, Charset). Thanks to Gary Gregory. o IO-279: Add Tailer ignoreTouch option #757. Thanks to Joerg Budischewski, Gary Gregory.

Fixed Bugs

o [javadoc] Rename parameter of ProxyOutputStream.write(int) #740. Thanks to Jesse Glick. o IO-875: CopyDirectoryVisitor ignores fileFilter #743. Thanks to Pierre Baumard, Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.AbstractRandomAccessFileOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.ByeArrayOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.InputStreamOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.getWriter(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.AbstractRandomAccessFileOrigin.getWriter(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.OutputStreamOrigin.getWriter(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o FileUtils.readLines(File, Charset) now maps a null Charset to the default Charset #744. Thanks to Ryan Kurtz, Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashCr" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.WindowsLineEndingInputStream, org.apache.commons.io.input.WindowsLineEndingInputStream] At WindowsLineEndingInputStream.java:[line 77]Another occurrence at WindowsLineEndingInputStream.java:[line 81] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashCr" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.WindowsLineEndingInputStream] At WindowsLineEndingInputStream.java:[line 112] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashLf" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.WindowsLineEndingInputStream] At WindowsLineEndingInputStream.java:[line 113] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashLf" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 75] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atEos" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 120] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashCr" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 124] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashLf" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 125] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "closed" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.ProxyInputStream] At ProxyInputStream.java:[line 233] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "propagateClose" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.BoundedInputStream] At BoundedInputStream.java:[line 555] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o QueueInputStream reads all but the first byte without waiting. #748. Thanks to maxxedev, Piotr P. Karwasz, Gary Gregory. o Javadoc fixes and improvements. Thanks to Gary Gregory. o Avoid NPE in org.apache.commons.io.filefilter.WildcardFilter.accept(File). Thanks to Gary Gregory. o IO-874: FileUtils.forceDelete can delete a broken symlink again #756. Thanks to Andy Russell, Joerg Budischewski. o Fix infinite loop in AbstractByteArrayOutputStream. #758. Thanks to Alex Benusovich.

... (truncated)

Commits

Updates io.projectreactor:reactor-core from 3.7.7 to 3.7.9

Release notes

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

v3.7.9

Reactor Core 3.7.9 is part of the 2024.0.9 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Micrometer v1.14.10 by @​violetagg in 4965f64483acdbd3cf0ba00764b35afbf9ff460c
  • Depend on Micrometer Tracing v1.4.9 by @​violetagg in 4965f64483acdbd3cf0ba00764b35afbf9ff460c

Full Changelog: reactor/reactor-core@v3.7.8...v3.7.9

v3.7.8

Reactor Core 3.7.8 is part of the 2024.0.8 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.7.7...v3.7.8

Commits
  • 4965f64 [release] Prepare and release 3.7.9
  • 61666ed Bump ruby/setup-ruby from 1.245.0 to 1.254.0 in /.github/workflows (#4063)
  • dd84289 Bump gradle/actions from 4.4.1 to 4.4.2 in /.github/workflows (#4068)
  • 33daf96 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#4067)
  • e2d4e33 Bump org.junit:junit-bom from 5.13.2 to 5.13.4 (#4057)
  • 49d033a [release] Next development version 3.7.9-SNAPSHOT
  • 5630334 [release] Prepare and release 3.7.8
  • 23d4de5 [test] Fix SinksTest.OptimisticEmitFailureHandlerTest#shouldRetryOptimistical...
  • cd881ce Fix RetryBackoffSpec multiplier handling of fractional values (#4048)
  • d358fb1 [build] Include GitHub Actions in CodeQL checks (#4047)
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-test from 3.7.7 to 3.7.9

Release notes

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

v3.7.9

Reactor Core 3.7.9 is part of the 2024.0.9 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Micrometer v1.14.10 by @​violetagg in 4965f64483acdbd3cf0ba00764b35afbf9ff460c
  • Depend on Micrometer Tracing v1.4.9 by @​violetagg in 4965f64483acdbd3cf0ba00764b35afbf9ff460c

Full Changelog: reactor/reactor-core@v3.7.8...v3.7.9

v3.7.8

Reactor Core 3.7.8 is part of the 2024.0.8 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.7.7...v3.7.8

Commits
  • 4965f64 [release] Prepare and release 3.7.9
  • 61666ed Bump ruby/setup-ruby from 1.245.0 to 1.254.0 in /.github/workflows (#4063)
  • dd84289 Bump gradle/actions from 4.4.1 to 4.4.2 in /.github/workflows (#4068)
  • 33daf96 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#4067)
  • e2d4e33 Bump org.junit:junit-bom from 5.13.2 to 5.13.4 (#4057)
  • 49d033a [release] Next development version 3.7.9-SNAPSHOT
  • 5630334 [release] Prepare and release 3.7.8
  • 23d4de5 [test] Fix SinksTest.OptimisticEmitFailureHandlerTest#shouldRetryOptimistical...
  • cd881ce Fix RetryBackoffSpec multiplier handling of fractional values (#4048)
  • d358fb1 [build] Include GitHub Actions in CodeQL checks (#4047)
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-test from 3.7.7 to 3.7.9

Release notes

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

v3.7.9

Reactor Core 3.7.9 is part of the 2024.0.9 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Micrometer v1.14.10 by @​violetagg in 4965f64483acdbd3cf0ba00764b35afbf9ff460c
  • Depend on Micrometer Tracing v1.4.9 by @​violetagg in 4965f64483acdbd3cf0ba00764b35afbf9ff460c

Full Changelog: reactor/reactor-core@v3.7.8...v3.7.9

v3.7.8

Reactor Core 3.7.8 is part of the 2024.0.8 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.7.7...v3.7.8

Commits
  • 4965f64 [release] Prepare and release 3.7.9
  • 61666ed Bump ruby/setup-ruby from 1.245.0 to 1.254.0 in /.github/workflows (#4063)
  • dd84289 Bump gradle/actions from 4.4.1 to 4.4.2 in /.github/workflows (#4068)
  • 33daf96 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#4067)
  • e2d4e33 Bump org.junit:junit-bom from 5.13.2 to 5.13.4 (#4057)
  • 49d033a [release] Next development version 3.7.9-SNAPSHOT
  • 5630334 [release] Prepare and release 3.7.8
  • 23d4de5 [test] Fix SinksTest.OptimisticEmitFailureHandlerTest#shouldRetryOptimistical...
  • cd881ce Fix RetryBackoffSpec multiplier handling of fractional values (#4048)
  • d358fb1 [build] Include GitHub Actions in CodeQL checks (#4047)
  • Additional commits viewable in compare view

Updates org.jobrunr:jobrunr from 7.5.2 to 8.0.2

Release notes

Sourced from org.jobrunr:jobrunr's releases.

v8.0.2

JobRunr and JobRunr Pro v8.0.2

With this release JobRunr and JobRunr Pro will perform fewer database calls for scheduling carbon aware. The release also includes several improvements, e.g., enhanced logging for easier debugging, and bug fixes. See below for the full changelog.

JobRunr v8.0.2

Improvements

Misc

Full Changelog: jobrunr/jobrunr@v8.0.1...v8.0.2

JobRunr Pro v8.0.2

Improvements

Bugfixes

Misc

... (truncated)

Commits
  • 34e8699 Make groovy-json compile only (#1367)
  • 43dbc53 Move poll interval in minutes for carbon aware to its own config (#1365)
  • bac95b7 Improve gradle scripts / remove deprecated stuff (#1364)
  • 8b61f14 Improve gradle in CI so we can have concurrent builds (#1363)
  • e736394 Configurable Carbon Aware Job Processing Poll Interval (#1352)
  • 5184424 E2E test for carbon intensity chart (#1350)
  • 8c41727 Improve info/error logging related to critical JobRunr lifecycle (#1353)
  • 2235677 Bump form-data from 4.0.3 to 4.0.4 in /core/src/main/resources/org/jobrunr/da...
  • 4fc80a4 Integrate Jest in the build (#1351)
  • e8c5f68 Fix RecurringJob.toScheduledJobs (#1349)
  • Additional commits viewable in compare view

Updates org.dom4j:dom4j from 2.1.4 to 2.2.0

Release notes

Sourced from org.dom4j:dom4j's releases.

version 2.2.0

What's Changed

Dom4j version 2.2.0 requires Java 11 or higher. The reason is the migration from JavaEE to JakartaEE, which requires Java 11. Dom4j 2.1.x remains compatible with Java 8.

New Contributors

Full Changelog: dom4j/dom4j@version/2.1.5...version/2.2.0

version 2.1.5

What's Changed

New Contributors

Full Changelog: dom4j/dom4j@version-2.1.4...version-2.1.5

Commits
  • ff2f78c Migrate JavaEE to Jakarta EE
  • 3ec497f Use Gradle features/capabilities to model optional dependencies. (#116)
  • cea77c5 Implementation and tests for ordering of element attributes (#69)
  • b9841d5 Allow empty comments - fix for #78.
  • bf54398 Fixed #120 by adding AutoClosable
  • a71abc8 fix thread blocked problems when multi threads concurrently parse xml…
  • 5af179f Remove news from project README.md.
  • 4f5e6a0 Upgrade Gradle and test library dependencies.
  • f653df1 Remove misleading no-op lines
  • 4d735ba Remove unnecessary constant conditional
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson:jackson-bom from 2.19.1 to 2.19.2

Commits
  • d36caaf [maven-release-plugin] prepare release jackson-bom-2.19.2
  • 53b24d1 Prep for 2.19.2 release
  • 833ee01 Merge pull request #107 from FasterXML/tatu/2.19/backport-106-from-2.20
  • c146c75 Backport #106 from 2.20 to 2.19(.2)
  • e7c8ef3 Update jackson-parent dep
  • ec00ff9 Merge branch '2.18' into 2.19
  • 4e23492 Update jackson-parent version
  • 6417767 Back to snapshot dep
  • 4f37a5c [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.junit:junit-bom from 5.13.1 to 5.13.4

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4

See...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.25.0` | `2.25.1` |
| org.apache.logging.log4j:log4j-core | `2.25.0` | `2.25.1` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.18.Final` | `6.6.26.Final` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.3.0` | `9.4.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.6` | `1.17.7` |
| [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.17.6` | `1.17.7` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.19.0` | `2.20.0` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.7` | `3.7.9` |
| [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.7.7` | `3.7.9` |
| [org.jobrunr:jobrunr](https://github.com/jobrunr/jobrunr) | `7.5.2` | `8.0.2` |
| [org.dom4j:dom4j](https://github.com/dom4j/dom4j) | `2.1.4` | `2.2.0` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.19.1` | `2.19.2` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.1` | `5.13.4` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.2` | `1.21.3` |
| [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `8.0.2.Final` | `8.0.3.Final` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.5.0` | `3.6.1` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.2` | `3.11.3` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.7` | `3.2.8` |
| [io.axoniq:axonserver-connector-java](https://github.com/AxonIQ/axonserver-connector-java) | `2024.2.3` | `2025.2.0-EAP` |
| com.oracle.database.jdbc:ojdbc8 | `23.8.0.25.04` | `23.9.0.25.07` |
| [org.axonframework.extensions.mongo:axon-mongo](https://github.com/AxonFramework/extension-mongo) | `4.11.1` | `4.12.0` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.15.1` | `1.15.3` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.51.0` | `1.53.0` |



Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.0 to 2.25.1

Updates `org.apache.logging.log4j:log4j-core` from 2.25.0 to 2.25.1

Updates `org.apache.logging.log4j:log4j-core` from 2.25.0 to 2.25.1

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

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

Updates `net.bytebuddy:byte-buddy` from 1.17.6 to 1.17.7
- [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.17.6...byte-buddy-1.17.7)

Updates `net.bytebuddy:byte-buddy-agent` from 1.17.6 to 1.17.7
- [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.17.6...byte-buddy-1.17.7)

Updates `net.bytebuddy:byte-buddy-agent` from 1.17.6 to 1.17.7
- [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.17.6...byte-buddy-1.17.7)

Updates `commons-io:commons-io` from 2.19.0 to 2.20.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.19.0...rel/commons-io-2.20.0)

Updates `io.projectreactor:reactor-core` from 3.7.7 to 3.7.9
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.7...v3.7.9)

Updates `io.projectreactor:reactor-test` from 3.7.7 to 3.7.9
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.7...v3.7.9)

Updates `io.projectreactor:reactor-test` from 3.7.7 to 3.7.9
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.7...v3.7.9)

Updates `org.jobrunr:jobrunr` from 7.5.2 to 8.0.2
- [Release notes](https://github.com/jobrunr/jobrunr/releases)
- [Commits](jobrunr/jobrunr@v7.5.2...v8.0.2)

Updates `org.dom4j:dom4j` from 2.1.4 to 2.2.0
- [Release notes](https://github.com/dom4j/dom4j/releases)
- [Commits](dom4j/dom4j@version-2.1.4...version/2.2.0)

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

Updates `org.junit:junit-bom` from 5.13.1 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r5.13.4)

Updates `org.testcontainers:testcontainers-bom` from 1.21.2 to 1.21.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.21.2...1.21.3)

Updates `org.hibernate.validator:hibernate-validator` from 8.0.2.Final to 8.0.3.Final
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.3.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.2.Final...8.0.3.Final)

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

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

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

Updates `io.axoniq:axonserver-connector-java` from 2024.2.3 to 2025.2.0-EAP
- [Release notes](https://github.com/AxonIQ/axonserver-connector-java/releases)
- [Commits](AxonIQ/axonserver-connector-java@2024.2.3...2025.2.0-EAP)

Updates `com.oracle.database.jdbc:ojdbc8` from 23.8.0.25.04 to 23.9.0.25.07

Updates `org.axonframework.extensions.mongo:axon-mongo` from 4.11.1 to 4.12.0
- [Release notes](https://github.com/AxonFramework/extension-mongo/releases)
- [Commits](AxonFramework/extension-mongo@axon-mongo-4.11.1...axon-mongo-4.12.0)

Updates `io.micrometer:micrometer-core` from 1.15.1 to 1.15.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.1...v1.15.3)

Updates `io.opentelemetry:opentelemetry-api` from 1.51.0 to 1.53.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.51.0...v1.53.0)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 6.6.26.Final
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-version: 1.17.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-version: 1.17.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-test
  dependency-version: 3.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-test
  dependency-version: 3.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jobrunr:jobrunr
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.dom4j:dom4j
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-version: 1.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-version: 8.0.3.Final
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.axoniq:axonserver-connector-java
  dependency-version: 2025.2.0-EAP
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.oracle.database.jdbc:ojdbc8
  dependency-version: 23.9.0.25.07
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.axonframework.extensions.mongo:axon-mongo
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 17, 2025

Milestone

The specified milestone could not be found on this repository. If you view a milestone, the final part of the page URL, after milestone, is the identifier. For example: https://github.com/<org>/<repo>/milestone/3.

Labels

The following labels could not be found: Priority 1: Must, Type: Dependency Upgrade. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 24, 2025

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

@dependabot dependabot Bot closed this Aug 24, 2025
@dependabot dependabot Bot deleted the dependabot/maven/maven-dependencies-459645b12c branch August 24, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants