jooby icon indicating copy to clipboard operation
jooby copied to clipboard

build(deps): bump the dependencies group with 16 updates

Open dependabot[bot] opened this issue 4 days ago • 0 comments

Bumps the dependencies group with 16 updates:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.748 1.12.753
io.avaje:avaje-jsonb 1.11 1.12
io.avaje:avaje-jsonb-generator 1.11 1.12
io.ebean:ebean 15.3.1 15.4.0
io.ebean:ebean-querybean 15.3.1 15.4.0
io.ebean:querybean-generator 15.3.1 15.4.0
io.ebean:ebean-test 15.3.1 15.4.0
org.jdbi:jdbi3-core 3.45.1 3.45.2
com.google.truth:truth 1.4.2 1.4.3
org.junit.jupiter:junit-jupiter-api 5.10.2 5.10.3
org.junit.jupiter:junit-jupiter-engine 5.10.2 5.10.3
org.junit.jupiter:junit-jupiter-params 5.10.2 5.10.3
org.apache.kafka:kafka-clients 3.7.0 3.7.1
org.codehaus.groovy:groovy-all 3.0.21 3.0.22
org.codehaus.mojo:versions-maven-plugin 2.16.2 2.17.0
org.moditect:moditect-maven-plugin 1.2.1.Final 1.2.2.Final

Updates com.amazonaws:aws-java-sdk-bom from 1.12.748 to 1.12.753

Changelog

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

1.12.753 2024-06-28

AWS Certificate Manager Private Certificate Authority

  • Features

    • Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.

AWS CloudHSM V2

  • Features

    • Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.

AWS Glue

  • Features

    • Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.

AWS Performance Insights

  • Features

    • Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.

Amazon Connect Service

  • Features

    • This release supports showing PreferredAgentRouting step via DescribeContact API.

Amazon EMR

  • Features

    • This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.

Amazon Kinesis Analytics

  • Features

    • Support for Flink 1.19 in Managed Service for Apache Flink

Amazon OpenSearch Service

  • Features

    • This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.

Amazon WorkSpaces

  • Features

    • Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.

1.12.752 2024-06-27

Amazon Chime SDK Media Pipelines

  • Features

    • Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics

Amazon CloudFront

  • Features

    • Doc only update for CloudFront that fixes customer-reported issue

Amazon DataZone

  • Features

    • This release supports the data lineage feature of business data catalog in Amazon DataZone.

... (truncated)

Commits
  • 0133645 AWS SDK for Java 1.12.753
  • 03e2922 Update GitHub version number to 1.12.753-SNAPSHOT
  • b0c7545 AWS SDK for Java 1.12.752
  • dbe0954 Update GitHub version number to 1.12.752-SNAPSHOT
  • 2e1ff46 AWS SDK for Java 1.12.751
  • 62e1342 Update GitHub version number to 1.12.751-SNAPSHOT
  • 898d1d7 AWS SDK for Java 1.12.750
  • b8dc57c Update GitHub version number to 1.12.750-SNAPSHOT
  • 2dee2ba AWS SDK for Java 1.12.749
  • 5b96018 Update GitHub version number to 1.12.749-SNAPSHOT
  • See full diff in compare view

Updates io.avaje:avaje-jsonb from 1.11 to 1.12

Release notes

Sourced from io.avaje:avaje-jsonb's releases.

1.12

What's Changed

Dependencies

Full Changelog: https://github.com/avaje/avaje-jsonb/compare/1.11...1.12

Commits

Updates io.avaje:avaje-jsonb-generator from 1.11 to 1.12

Updates io.avaje:avaje-jsonb-generator from 1.11 to 1.12

Updates io.ebean:ebean from 15.3.1 to 15.4.0

Commits

Updates io.ebean:ebean-querybean from 15.3.1 to 15.4.0

Updates io.ebean:querybean-generator from 15.3.1 to 15.4.0

Updates io.ebean:ebean-test from 15.3.1 to 15.4.0

Updates io.ebean:ebean-querybean from 15.3.1 to 15.4.0

Updates io.ebean:querybean-generator from 15.3.1 to 15.4.0

Updates io.ebean:ebean-test from 15.3.1 to 15.4.0

Updates org.jdbi:jdbi3-core from 3.45.1 to 3.45.2

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.45.2

Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.45.2

Commits
  • 725fc22 [maven-release-plugin] prepare release v3.45.2
  • 9d17ce5 release docs 3.45.2
  • 549c234 release notes #2675
  • bdfea53 Switch to useHandle to fix resource leak in test
  • 54db767 Fix test assertion message
  • f0aee4e Address code analyser issues
  • 2513227 Raise exception if a positional query param is missing
  • 57a93ae Replace JdbiOptionals.stream() with Optional.stream()
  • 18958cb remove now redundant oracle pom stuff
  • e5d432a Small fixes for Sonar
  • Additional commits viewable in compare view

Updates com.google.truth:truth from 1.4.2 to 1.4.3

Release notes

Sourced from com.google.truth:truth's releases.

1.4.3

  • Added more nullness information to our APIs (in the form of JSpecify annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Please report any problems. (ee680cbaf)
  • Deprecated Subject.Factory methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replace assertAbout(foos()).that(foo) with assertThat(foo) (or about(foos()).that(foo) with that(foo)). (59e7a5065)
Commits
  • 758a836 Set version number for truth-parent to 1.4.3.
  • afda443 Annotate formattingDiffsUsing methods as supporting nullable element/value ...
  • ee680cb Use JSpecify annotations in the public release.
  • d39e722 Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 in the dep...
  • d58e133 Bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group
  • 6380af7 Remove @​J2ktIncompatible from TruthJUnit
  • 35848d4 Bump the dependencies group with 2 updates
  • 5274586 Minor grammar correction in comment
  • cef5d45 Bump com.google.protobuf:protobuf-java from 4.27.0 to 4.27.1 in the dependenc...
  • 95cbdff Group all dependabot updates together in the same commit to avoid merge confl...
  • Additional commits viewable in compare view

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

Release notes

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

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

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

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view

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

Release notes

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

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

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

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view

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

Release notes

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

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

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

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view

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

Release notes

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

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

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

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view

Updates org.apache.kafka:kafka-clients from 3.7.0 to 3.7.1

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

Commits

Updates org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0

Release notes

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

2.17.0

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • f9c2f92 [maven-release-plugin] prepare release 2.17.0
  • a34ec43 Build and test with Maven 4
  • cb677d2 Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0
  • 1a0e937 Get rid of usage of o.a.maven.repository.RepositorySystem
  • d2550ba Add goal for Dynamic Versioning from SCM tag (#1082)
  • cbcf394 Remove unmaintained changes.xml
  • b5dfcfb Optimize ITs parallel build
  • 06ba7d0 Execute fail-fast job without ITs
  • 08a64ff Use JUnit5 in versions-commons, versions-enforcer
  • 7b86752 Add range type in ignoreVersion
  • Additional commits viewable in compare view

Updates org.moditect:moditect-maven-plugin from 1.2.1.Final to 1.2.2.Final

Release notes

Sourced from org.moditect:moditect-maven-plugin's releases.

1.2.2.Final

Changelog

  • 04bb13a Releasing version 1.2.2.Final
  • af42936 Only use inner class heuristic with class names
  • e06db30 Next version 1.3.0-SNAPSHOT
  • e070303 Releasing version 1.2.1.Final

Contributors

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

  • Andres Almiray
  • Ethan McCue (@​bowbahdoe)
  • moditect-release-bot
Commits

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

Release notes

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

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

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

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar Jul 01 '24 01:07 dependabot[bot]