jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 199 forks source link

build(deps): bump the dependencies group across 1 directory with 19 updates #3503

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

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

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.767 1.12.769
io.jstach:jstachio 1.3.5 1.3.6
io.jstach:jstachio-apt 1.3.5 1.3.6
org.slf4j:slf4j-api 2.0.13 2.0.16
org.slf4j:log4j-over-slf4j 2.0.13 2.0.16
org.slf4j:jcl-over-slf4j 2.0.13 2.0.16
org.slf4j:jul-to-slf4j 2.0.13 2.0.16
org.slf4j:slf4j-simple 2.0.13 2.0.16
ch.qos.logback:logback-classic 1.5.6 1.5.7
com.graphql-java:graphql-java 22.1 22.2
org.hibernate.orm:hibernate-core 6.5.2.Final 6.6.0.Final
org.junit.jupiter:junit-jupiter-api 5.10.3 5.11.0
org.junit.jupiter:junit-jupiter-engine 5.10.3 5.11.0
org.junit.jupiter:junit-jupiter-params 5.10.3 5.11.0
org.codehaus.mojo:exec-maven-plugin 3.3.0 3.4.1
org.apache.maven.plugins:maven-gpg-plugin 3.2.4 3.2.5
io.reactivex.rxjava3:rxjava 3.1.8 3.1.9
org.apache.commons:commons-lang3 3.15.0 3.16.0
io.projectreactor:reactor-core 3.6.8 3.6.9

Updates com.amazonaws:aws-java-sdk-bom from 1.12.767 to 1.12.769

Changelog

Sourced from com.amazonaws:aws-java-sdk-bom's changelog.

1.12.769 2024-08-15

Amazon Simple Storage Service

  • Features

    • Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

1.12.768 2024-08-14

AWS SDK for Java

  • Features

    • Update Java baseline version to Java 8 and bump Jackson library to 2.17.2
Commits
  • 3b7fb33 AWS SDK for Java 1.12.769
  • cde0d2a Update GitHub version number to 1.12.769-SNAPSHOT
  • 3b96b0d AWS SDK for Java 1.12.768
  • 9acdd7a Update GitHub version number to 1.12.768-SNAPSHOT
  • See full diff in compare view


Updates io.jstach:jstachio from 1.3.5 to 1.3.6

Updates io.jstach:jstachio-apt from 1.3.5 to 1.3.6

Updates io.jstach:jstachio-apt from 1.3.5 to 1.3.6

Updates org.slf4j:slf4j-api from 2.0.13 to 2.0.16

Updates org.slf4j:log4j-over-slf4j from 2.0.13 to 2.0.16

Updates org.slf4j:jcl-over-slf4j from 2.0.13 to 2.0.16

Updates org.slf4j:jul-to-slf4j from 2.0.13 to 2.0.16

Updates org.slf4j:slf4j-simple from 2.0.13 to 2.0.16

Updates org.slf4j:log4j-over-slf4j from 2.0.13 to 2.0.16

Updates org.slf4j:jcl-over-slf4j from 2.0.13 to 2.0.16

Updates org.slf4j:jul-to-slf4j from 2.0.13 to 2.0.16

Updates ch.qos.logback:logback-classic from 1.5.6 to 1.5.7

Commits
  • 5e9f47f prepare release 1.5.7
  • 3f57247 only one shutdown hooks allowed, locks during LoggerContext.stop operation, f...
  • 1b7fe94 add STRICT shortcut for ISO8601 date pattern, fixes LOGBACK-262
  • 94b67db Made AsyncAppenderBase.isQueueBelowDiscardingThreshold public to facilitate...
  • 85bed93 fix race condition reported in LOGBACK-1362
  • c8c46e3 move levelChangePropagator related tests to logback-classic-blackbox
  • f7d5cf8 extract constants for property keys
  • c1f21e9 add test in relation to variable subsitions for levels, report substitions, L...
  • 7c29474 add support for finding the console's charset, LOGBACK-1642
  • 44fbe63 MaskedKeyValuePairConverter test issues/828, NPE in AppeanderAttachableImpl ...
  • Additional commits viewable in compare view


Updates com.graphql-java:graphql-java from 22.1 to 22.2

Release notes

Sourced from com.graphql-java:graphql-java's releases.

22.2

This is a bugfix release. There are no breaking changes in this release.

Thanks to everyone in the community for reporting issues and contributing bugfixes for this release! And happy birthday to GraphQL Java, who recently turned 9!

Key changes:

What's Changed

... (truncated)

Commits
  • 9cc3538 Merge pull request #3676 from graphql-java/schema-diffing-improve
  • ec8bafb fix sorting
  • 2ae1479 Merge pull request #3656 from graphql-java/built-in-directive-definitions
  • 5d10c1a Merge pull request #3675 from graphql-java/update-gradle-wrapper
  • 7eb9382 upgrade gradle wrapper
  • 20f51e3 Merge pull request #3673 from graphql-java/3662-fix-dataloader-dispatching-in...
  • bd67c78 3662 - fixes dataloader dispatching during subscriptions
  • 579c174 Merge pull request #3672 from graphql-java/upgrade-gradle-8.9
  • 389a9b4 upgrade gradle to 8.9
  • 4539e42 Merge pull request #3671 from gummybug/msr-static
  • Additional commits viewable in compare view


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

Release notes

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

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

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

Changelog

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

Changes in 6.6.0.Final (August 08, 2024)

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

** Bug * [HHH-18463] - Add AzureDialect * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition * [HHH-18403] - DB2iDialect should not support Update Returning * [HHH-18399] - Unable to persist self-referencing entity with @​OneToOne and @​JoinTable * [HHH-18391] - EntityGraphs are not considering Embedded attributes * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param * [HHH-17465] - Incorrect metamodel for shared version attribute in @​MappedSuperclass

Changes in 6.6.0.CR2 (August 6, 2024)

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

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null

... (truncated)

Commits
  • 85a1526 6.6.0 (manual)
  • 54c1c4a HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws Un...
  • 20acd52 HHH-17997 Add test for issue
  • 263ef56 HHH-17465 Incorrect metamodel for shared version attribute in @​MappedSuperclass
  • e54a6e1 HHH-18463 Add AzureDialect and determine SQL Server version based on compatib...
  • 5550c20 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table
  • 1ab7493 HHH-18399 Add test for issue
  • ecd22c0 HHH-18391 Check embeddable properties in fetch paths
  • e63c7f8 HHH-18391 Add test for issue
  • 4ca26f9 HHH-18309 Fix Oracle limit handler for native queries
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0

Release notes

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

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M2...r5.11.0-RC1

JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M1...r5.11.0-M2

JUnit 5.11.0-M1 = Platform 1.11.0-M1 + Jupiter 5.11.0-M1 + Vintage 5.11.0-M1

... (truncated)

Commits
  • 6b8e42b Release 5.11
  • 9430ece Allow potentially unlimited maxCharsPerColumn in Csv{File}Source (#3924)
  • 0b10f86 Polish release notes
  • 4dbd0f9 Let @TempDir fail fast with File annotated element and non-default file s...
  • 57f1ad4 Fix syntax
  • d78730a Prioritize tasks on critical path of task graph
  • b6719e2 Remove obsolete directory
  • d8ec757 Apply Spotless formatting to Gradle script plugins
  • dae525d Disable caching of some Spotless tasks due to negative avoidance savings
  • c63d118 Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0

Release notes

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

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M2...r5.11.0-RC1

JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M1...r5.11.0-M2

JUnit 5.11.0-M1 = Platform 1.11.0-M1 + Jupiter 5.11.0-M1 + Vintage 5.11.0-M1

... (truncated)

Commits
  • 6b8e42b Release 5.11
  • 9430ece Allow potentially unlimited maxCharsPerColumn in Csv{File}Source (#3924)
  • 0b10f86 Polish release notes
  • 4dbd0f9 Let @TempDir fail fast with File annotated element and non-default file s...
  • 57f1ad4 Fix syntax
  • d78730a Prioritize tasks on critical path of task graph
  • b6719e2 Remove obsolete directory
  • d8ec757 Apply Spotless formatting to Gradle script plugins
  • dae525d Disable caching of some Spotless tasks due to negative avoidance savings
  • c63d118 Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-params from 5.10.3 to 5.11.0

Release notes

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

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M2...r5.11.0-RC1

JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M1...r5.11.0-M2

JUnit 5.11.0-M1 = Platform 1.11.0-M1 + Jupiter 5.11.0-M1 + Vintage 5.11.0-M1

... (truncated)

Commits
  • 6b8e42b Release 5.11
  • 9430ece Allow potentially unlimited maxCharsPerColumn in Csv{File}Source (#3924)
  • 0b10f86 Polish release notes
  • 4dbd0f9 Let @TempDir fail fast with File annotated element and non-default file s...
  • 57f1ad4 Fix syntax
  • d78730a Prioritize tasks on critical path of task graph
  • b6719e2 Remove obsolete directory
  • d8ec757 Apply Spotless formatting to Gradle script plugins
  • dae525d Disable caching of some Spotless tasks due to negative avoidance savings
  • c63d118 Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0

Release notes

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

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M2...r5.11.0-RC1

JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M1...r5.11.0-M2

JUnit 5.11.0-M1 = Platform 1.11.0-M1 + Jupiter 5.11.0-M1 + Vintage 5.11.0-M1

... (truncated)

Commits
  • 6b8e42b Release 5.11
  • 9430ece Allow potentially unlimited maxCharsPerColumn in Csv{File}Source (#3924)
  • 0b10f86 Polish release notes
  • 4dbd0f9 Let @TempDir fail fast with File annotated element and non-default file s...
  • 57f1ad4 Fix syntax
  • d78730a Prioritize tasks on critical path of task graph
  • b6719e2 Remove obsolete directory
  • d8ec757 Apply Spotless formatting to Gradle script plugins
  • dae525d Disable caching of some Spotless tasks due to negative avoidance savings
  • c63d118 Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)
  • Additional commits viewable in compare view


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

Release notes

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

3.4.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

3.4.0

🚀 New features and improvements

  • Allow <includePluginDependencies> to be specified for the exec:exec goal (#432) @​sebthom

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

  • Remove Log4j 1.2.x from ITs (