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 all-dependencies group across 1 directory with 13 updates #504

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2024

Bumps the all-dependencies group with 11 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.3.1 3.3.2
com.google.cloud:google-cloud-bom 0.223.0 0.224.0
io.mockk:mockk-jvm 1.13.11 1.13.12
org.jsoup:jsoup 1.17.2 1.18.1
org.testcontainers:localstack 1.19.8 1.20.1
org.testcontainers:junit-jupiter 1.19.8 1.20.1
at.datenwort.openhtmltopdf:openhtmltopdf-core pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 1.1.4
at.datenwort.openhtmltopdf:openhtmltopdf-pdfbox pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 1.1.4
at.datenwort.openhtmltopdf:openhtmltopdf-svg-support pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 1.1.4
org.apache.maven.plugins:maven-surefire-plugin 3.3.0 3.3.1
org.cyclonedx:cyclonedx-maven-plugin 2.8.0 2.8.1

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.1 to 3.3.2

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.3.2

🐞 Bug Fixes

  • No configuration property for defaultTimeout setting that was introduced in Spring Integration 6.2 #41521
  • NPE during auto-configuration in OnClassCondition.resolveOutcomesThreaded because firstHalf is null #41504
  • Spring Authorization Server now defaults multipleIssuersAllowed to false and it cannot be easily re-enabled #41355
  • ServiceConnection does not work with @DataLdapTest #41325
  • PropertiesMigrationListener wrongly reports property as deprecated #41252
  • @NestedConfigurationProperty doesn't work on records #41251
  • TestcontainersLifecycleBeanPostProcessor does not work correctly with scoped beans #41238
  • Error message can be misleading if spring.config.import fails to resolve #41236
  • build-image failures after docker desktop update with 'Illegal char at index 5: npipe:////' #41234
  • When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader #41225
  • DirtiesContext used with Webflux, a random port and multiple contexts causes multiple contexts to misbehave #41221
  • NoSuchMethodException on org.apache.activemq.ActiveMQConnectionFactory.<init> when using spring-boot-starter-activemq in a native image #41214

📔 Documentation

  • Fix documentation links in the README #41531
  • Document the types to which each spring.mvc.format and spring.webflux.format property applies #41518
  • Document that logging.file.name and logging.file.path cannot be used together #41516
  • Refine CDS how-to guide #41464
  • Fix typos in javadoc of BootstrapContext #41448
  • CDS link in "Efficient Deployments" documentation is broken #41321
  • Update Kotlin DSL examples that configure the environment of bootBuildImage to be additive #41270
  • Document tracing support for RestClient #41192
  • Documentation wrongly states that zipkin-sender-urlconnection is needed #41181

🔨 Dependency Upgrades

  • Upgrade to AspectJ 1.9.22.1 #41474
  • Upgrade to Byte Buddy 1.14.18 #41371
  • Upgrade to Dependency Management Plugin 1.1.6 #41372
  • Upgrade to GraphQL Java 22.1 #41219
  • Upgrade to Groovy 4.0.22 #41373
  • Upgrade to HttpCore5 5.2.5 #41374
  • Upgrade to Jackson Bom 2.17.2 #41375
  • Upgrade to Jetty 12.0.11 #41376
  • Upgrade to JsonAssert 1.5.3 #41377
  • Upgrade to JUnit Jupiter 5.10.3 #41378
  • Upgrade to Kafka 3.7.1 #41379
  • Upgrade to Lombok 1.18.34 #41380
  • Upgrade to Micrometer 1.13.2 #41298
  • Upgrade to Micrometer Tracing 1.3.2 #41299
  • Upgrade to MSSQL JDBC 12.6.3.jre11 #41381
  • Upgrade to Neo4j Java Driver 5.22.0 #41382
  • Upgrade to R2DBC MariaDB 1.2.1 #41383
  • Upgrade to Reactor Bom 2023.0.8 #41384
  • Upgrade to Spring Data Bom 2024.0.2 #41300
  • Upgrade to Spring Framework 6.1.11 #41301

... (truncated)

Commits
  • 2d0861d Release v3.3.2
  • 397f3f4 Merge branch '3.2.x' into 3.3.x
  • f5df7e7 Fix documentation links in the README
  • 6f745c7 Merge pull request #41531 from anbusampath
  • 3d29359 Update README to fix links to the docs
  • b7ff40e Merge pull request #41355 from opcooc
  • 1a6760e Polish "Add configuration property to allow multiple issuers"
  • b0b97fb Add configuration property to allow multiple issuers
  • f7780b4 Polish
  • 51646fb Upgrade to Spring Pulsar 1.1.2
  • Additional commits viewable in compare view

Updates com.google.cloud:google-cloud-bom from 0.223.0 to 0.224.0

Commits

Updates io.mockk:mockk-jvm from 1.13.11 to 1.13.12

Release notes

Sourced from io.mockk:mockk-jvm's releases.

1.13.12

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.12

Commits
  • cca4f1a Version bump
  • 5dc7491 Update bytebuddy dependency
  • 6b8c5eb Upgrade gradle
  • 4080a66 Upgrade the setup-gradle action
  • 69a861c Add Java 21
  • 8c45598 Merge pull request #1276 from xzhang-brex/multi-threading-support
  • cb0e2de Added doc for clearAllMocks(currentThreadOnly = true)
  • be36659 Added unit tests for currentThreadOnly.
  • 0d749b8 Updated the api definition files.
  • cead8a0 Removed unneccesary files.
  • Additional commits viewable in compare view

Updates org.jsoup:jsoup from 1.17.2 to 1.18.1

Release notes

Sourced from org.jsoup:jsoup's releases.

jsoup-1.18.1

https://jsoup.org/news/release-1.18.1

Improvements

  • Stream Parser: A StreamParser provides a progressive parse of its input. As each Element is completed, it is emitted via a Stream or Iterator interface. Elements returned will be complete with all their children, and an (empty) next sibling, if applicable. Elements (or their children) may be removed from the DOM during the parse, for e.g. to conserve memory, providing a mechanism to parse an input document that would otherwise be too large to fit into memory, yet still providing a DOM interface to the document and its elements. Additionally, the parser provides a selectFirst(String query) / selectNext(String query), which will run the parser until a hit is found, at which point the parse is suspended. It can be resumed via another select() call, or via the stream() or iterator() methods. 2096
  • Download Progress: added a Response Progress event interface, which reports progress and URLs are downloaded (and parsed). Supported on both a session and a single connection level. 2164, 656
  • Added Path accepting parse methods: Jsoup.parse(Path), Jsoup.parse(path, charsetName, baseUri, parser), etc. 2055
  • Updated the button tag configuration to include a space between multiple button elements in the Element.text() method. 2105
  • Added support for the ns|* all elements in namespace Selector. 1811
  • When normalising attribute names during serialization, invalid characters are now replaced with _, vs being stripped. This should make the process clearer, and generally prevent an invalid attribute name being coerced unexpectedly. 2143

Changes

  • Removed previously deprecated internal classes and methods. 2094
  • Build change: the built jar's OSGi manifest no longer imports itself. 2158

Bug Fixes

  • When tracking source positions, if the first node was a TextNode, its position was incorrectly set to -1. 2106
  • When connecting (or redirecting) to URLs with characters such as {, } in the path, a Malformed URL exception would be thrown (if in development), or the URL might otherwise not be escaped correctly (if in production). The URL encoding process has been improved to handle these characters correctly. 2142
  • When using W3CDom with a custom output Document, a Null Pointer Exception would be thrown. 2114
  • The :has() selector did not match correctly when using sibling combinators (like e.g.: h1:has(+h2)). 2137
  • The :empty selector incorrectly matched elements that started with a blank text node and were followed by non-empty nodes, due to an incorrect short-circuit. 2130
  • Element.cssSelector() would fail with "Did not find balanced marker" when building a selector for elements that had a ( or [ in their class names. And selectors with those characters escaped would not match as expected. 2146
  • Updated Entities.escape(string) to make the escaped text suitable for both text nodes and attributes (previously was only for text nodes). This does not impact the output of Element.html() which correctly applies a minimal escape depending on if the use will be for text data or in a quoted

... (truncated)

Changelog

Sourced from org.jsoup:jsoup's changelog.

1.18.1 (2024-Jul-10)

Improvements

  • Stream Parser: A StreamParser provides a progressive parse of its input. As each Element is completed, it is emitted via a Stream or Iterator interface. Elements returned will be complete with all their children, and an (empty) next sibling, if applicable. Elements (or their children) may be removed from the DOM during the parse, for e.g. to conserve memory, providing a mechanism to parse an input document that would otherwise be too large to fit into memory, yet still providing a DOM interface to the document and its elements. Additionally, the parser provides a selectFirst(String query) / selectNext(String query), which will run the parser until a hit is found, at which point the parse is suspended. It can be resumed via another select() call, or via the stream() or iterator() methods. 2096
  • Download Progress: added a Response Progress event interface, which reports progress and URLs are downloaded (and parsed). Supported on both a session and a single connection level. 2164, 656
  • Added Path accepting parse methods: Jsoup.parse(Path), Jsoup.parse(path, charsetName, baseUri, parser), etc. 2055
  • Updated the button tag configuration to include a space between multiple button elements in the Element.text() method. 2105
  • Added support for the ns|* all elements in namespace Selector. 1811
  • When normalising attribute names during serialization, invalid characters are now replaced with _, vs being stripped. This should make the process clearer, and generally prevent an invalid attribute name being coerced unexpectedly. 2143

Changes

  • Removed previously deprecated internal classes and methods. 2094
  • Build change: the built jar's OSGi manifest no longer imports itself. 2158

Bug Fixes

  • When tracking source positions, if the first node was a TextNode, its position was incorrectly set to -1. 2106
  • When connecting (or redirecting) to URLs with characters such as {, } in the path, a Malformed URL exception would be thrown (if in development), or the URL might otherwise not be escaped correctly (if in production). The URL encoding process has been improved to handle these characters correctly. 2142
  • When using W3CDom with a custom output Document, a Null Pointer Exception would be thrown. 2114
  • The :has() selector did not match correctly when using sibling combinators (like e.g.: h1:has(+h2)). 2137
  • The :empty selector incorrectly matched elements that started with a blank text node and were followed by non-empty nodes, due to an incorrect short-circuit. 2130
  • Element.cssSelector() would fail with "Did not find balanced marker" when building a selector for elements that had a ( or [ in their class names. And selectors with those characters escaped would not match as expected. 2146
  • Updated Entities.escape(string) to make the escaped text suitable for both text nodes and attributes (previously was only for text nodes). This does not impact the output of Element.html() which correctly applies a minimal escape depending on if the use will be for text data or in a quoted attribute. 1278

... (truncated)

Commits
  • 19e8539 [maven-release-plugin] prepare release jsoup-1.18.1
  • c8b6f2e Progress javadoc tweaks
  • 6cbe7e4 Replace attribute invalid characters with _, vs stripping
  • 68f6f9c Bump jetty.version from 9.4.54.v20240208 to 9.4.55.v20240627 (#2168)
  • 6423e65 Relaxed the multi-thread w/o newRequest test
  • 6c55f01 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 (#2167)
  • e1bfee9 Shh
  • b4b3fd1 Added test of partial fetch in Stream Parser
  • 9ba6dc7 Make Entities.escape(string) suitable for both text and attributes
  • a0537c7 Handle escaped characters in consumeSubQuery
  • 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: junit-team/junit5@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: junit-team/junit5@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.testcontainers:localstack from 1.19.8 to 1.20.1

Release notes

Sourced from org.testcontainers:localstack's releases.

1.20.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.20.0

What's Changed

... (truncated)

Commits
  • 1877849 Downgrade awaitility version to 4.2.0 (#9041)
  • 4952337 Update Apache Kafka images to 3.8.0
  • 33e9f64 Pass options to compose down command (#9040)
  • d26eaca Fix URI decode (#9026)
  • 0ce97bf Merge pull request #9024 from testcontainers/combined-pr-branch
  • 18206d6 Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpanda/org.f...
  • 75ca75c Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /examples
  • 1e5a080 Merge pull request #9023 from testcontainers/combined-pr-branch
  • dcc9ccf Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-test/com....
  • aa2380d Merge remote-tracking branch 'origin/dependabot/gradle/modules/kafka/org.apac...
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.19.8 to 1.20.1

Release notes

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

1.20.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.20.0

What's Changed

... (truncated)

Commits
  • 1877849 Downgrade awaitility version to 4.2.0 (#9041)
  • 4952337 Update Apache Kafka images to 3.8.0
  • 33e9f64 Pass options to compose down command (#9040)
  • d26eaca Fix URI decode (#9026)
  • 0ce97bf Merge pull request #9024 from testcontainers/combined-pr-branch
  • 18206d6 Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpanda/org.f...
  • 75ca75c Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /examples
  • 1e5a080 Merge pull request #9023 from testcontainers/combined-pr-branch
  • dcc9ccf Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-test/com....
  • aa2380d Merge remote-tracking branch 'origin/dependabot/gradle/modules/kafka/org.apac...
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.19.8 to 1.20.1

Release notes

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

1.20.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.20.0

What's Changed

... (truncated)

Commits
  • 1877849 Downgrade awaitility version to 4.2.0 (#9041)
  • 4952337 Update Apache Kafka images to 3.8.0
  • 33e9f64 Pass options to compose down command (#9040)
  • d26eaca Fix URI decode (#9026)
  • 0ce97bf Merge pull request #9024 from testcontainers/combined-pr-branch
  • 18206d6 Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpanda/org.f...
  • 75ca75c Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /examples
  • 1e5a080 Merge pull request #9023 from testcontainers/combined-pr-branch
  • dcc9ccf Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-test/com....
  • aa2380d Merge remote-tracking branch 'origin/dependabot/gradle/modules/kafka/org.apac...
  • Additional commits viewable in compare view

Updates at.datenwort.openhtmltopdf:openhtmltopdf-core from pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 to 1.1.4

Changelog

Sourced from at.datenwort.openhtmltopdf:openhtmltopdf-core's changelog.

CHANGELOG

head - 1.0.11-SNAPSHOT

  • See commit log.

1.0.10 (2021-September-13)

NOTE: After this release the old slow renderer will be deleted. Fast mode has been the default (since 1.0.5) so you only have to check your code if you are calling the useSlowMode method which will be removed.

  • #551 SECURITY Fix near-infinite loop for very deeply nested content with page-break-inside: avoid constraint. Thanks for persisting @​swillis12 and debugging @​syjer.
  • #729 SECURITY Upgrade xmlgraphics-commons (used in SVG rendering) to avoid CVE. Thanks @​electrofLy.
  • #711 Footnote support (beta). See footnote documentation on wiki. Thanks for requesting @​a-leithner and @​slumki.
  • #761 CSS property to disable bevels on borders to prevent ugly anti-aliasing effects, especially on table cells. See -fs-border-rendering property on wiki. Thanks for providing sample @​gandboy91.
  • #103 Output exception class name and message by default for log messages with an associated exception.
  • #711 (mixed) Better boxing for ::before and ::after content. Should now be able to define a border around pseudo content correctly.
  • #738 Support for additional elements in PDF/UA including art, part, sect, section, caption and blockquote. Thanks @​AndreasJacobsen.
  • #736 New example of using a dom mutator to implement unsupported content such as font tag attributes. Thanks for requesting @​mgabhishek06kodur.
  • #707 Fix regression where PDF/UA documents that weren't also PDF/A compliant were missing Dublin Core metadata. Thanks @​mgm-rwagner, @​syjer.
  • #732 Allow table element to be positioned. Thanks @​fcorneli.
  • #727 Allow the use of an initial page number for page and pages counters. Thanks for PR @​fanthos.

1.0.9 (2021-June-18)

SECURITY RELEASE: This release will be brought forward due to security releases of the PDFBOX and Batik dependencies.

  • #722 Upgrade PDFBOX (to 2.0.24) - avoids CVEs in earlier versions and PDFBoxGraphics2D. Thanks a lot @​rototor.
  • #678 Upgrade Batik Version to 1.14 (CVE-2020-11987) - Again it is strongly advised to avoid untrusted SVG and XML. Thanks @​rototor.
  • #716 Replace rogue println calls with log calls. Thanks @​syjer for PR, @​tfo for reporting.
  • #708 Allow shape-rendering SVG CSS property. Thanks @​syjer for PR, @​RAlfoeldi for reporting.
  • #703 Remove calls to deprecated method calls in JRE standard library. May change XML reader class. Implemented by @​danfickle.
  • #702 Set timeouts for default HTTP/HTTPS handlers. Thanks for reporting @​gengzi.
  • 162228 Put links to raster images in SVGs through the URL resolver.
  • #694 Fix incorrect B3 paper size. Thanks @​lfintalan for reporting with line number!
  • ab48fd Do not log a missing font more than once.

NOTE: PDFBOX CVEs relate to the loading of untrusted PDFs in PDFBOX and thus this project is not directly affected. However, it is not a good idea to have CVEs on your classpath.

1.0.8 (2021-March-22)

SECURITY RELEASE

  • #675 Update PDFBOX to 2.0.23 to avoid CVEs. Thanks for reporting @​Samuel3.

NOTE: These CVEs relate to the loading of untrusted PDFs in PDFBOX and thus this project is not directly affected. However, it is not a good idea to have CVEs on your classpath.

1.0.7 (2021-March-19)

Bumps the all-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.3.1` | `3.3.2` |
| [com.google.cloud:google-cloud-bom](https://github.com/googleapis/java-cloud-bom) | `0.223.0` | `0.224.0` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.17.2` | `1.18.1` |
| [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.1` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.1` |
| [at.datenwort.openhtmltopdf:openhtmltopdf-core](https://github.com/danfickle/openhtmltopdf) | `pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830` | `1.1.4` |
| [at.datenwort.openhtmltopdf:openhtmltopdf-pdfbox](https://github.com/danfickle/openhtmltopdf) | `pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830` | `1.1.4` |
| [at.datenwort.openhtmltopdf:openhtmltopdf-svg-support](https://github.com/danfickle/openhtmltopdf) | `pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830` | `1.1.4` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` |
| [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) | `2.8.0` | `2.8.1` |



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

Updates `com.google.cloud:google-cloud-bom` from 0.223.0 to 0.224.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](https://github.com/googleapis/java-cloud-bom/commits)

Updates `io.mockk:mockk-jvm` from 1.13.11 to 1.13.12
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.13.12)

Updates `org.jsoup:jsoup` from 1.17.2 to 1.18.1
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.17.2...jsoup-1.18.1)

Updates `org.junit.jupiter:junit-jupiter-api` 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.junit.jupiter:junit-jupiter-engine` 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.testcontainers:localstack` from 1.19.8 to 1.20.1
- [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.19.8...1.20.1)

Updates `org.testcontainers:junit-jupiter` from 1.19.8 to 1.20.1
- [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.19.8...1.20.1)

Updates `org.testcontainers:junit-jupiter` from 1.19.8 to 1.20.1
- [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.19.8...1.20.1)

Updates `at.datenwort.openhtmltopdf:openhtmltopdf-core` from pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 to 1.1.4
- [Changelog](https://github.com/danfickle/openhtmltopdf/blob/open-dev-v1/CHANGELOG.md)
- [Commits](https://github.com/danfickle/openhtmltopdf/commits)

Updates `at.datenwort.openhtmltopdf:openhtmltopdf-pdfbox` from pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 to 1.1.4
- [Changelog](https://github.com/danfickle/openhtmltopdf/blob/open-dev-v1/CHANGELOG.md)
- [Commits](https://github.com/danfickle/openhtmltopdf/commits)

Updates `at.datenwort.openhtmltopdf:openhtmltopdf-svg-support` from pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 to 1.1.4
- [Changelog](https://github.com/danfickle/openhtmltopdf/blob/open-dev-v1/CHANGELOG.md)
- [Commits](https://github.com/danfickle/openhtmltopdf/commits)

Updates `at.datenwort.openhtmltopdf:openhtmltopdf-pdfbox` from pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 to 1.1.4
- [Changelog](https://github.com/danfickle/openhtmltopdf/blob/open-dev-v1/CHANGELOG.md)
- [Commits](https://github.com/danfickle/openhtmltopdf/commits)

Updates `at.datenwort.openhtmltopdf:openhtmltopdf-svg-support` from pdfbox2-65c2c5010f84b2daa5821971c9c68cd330463830 to 1.1.4
- [Changelog](https://github.com/danfickle/openhtmltopdf/blob/open-dev-v1/CHANGELOG.md)
- [Commits](https://github.com/danfickle/openhtmltopdf/commits)

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

Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](CycloneDX/cyclonedx-maven-plugin@cyclonedx-maven-plugin-2.8.0...cyclonedx-maven-plugin-2.8.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.google.cloud:google-cloud-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:localstack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: at.datenwort.openhtmltopdf:openhtmltopdf-core
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: at.datenwort.openhtmltopdf:openhtmltopdf-pdfbox
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: at.datenwort.openhtmltopdf:openhtmltopdf-svg-support
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: at.datenwort.openhtmltopdf:openhtmltopdf-pdfbox
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: at.datenwort.openhtmltopdf:openhtmltopdf-svg-support
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 4, 2024 04:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 4, 2024
@charliemidtlyng charliemidtlyng merged commit 6df542b into main Aug 8, 2024
2 checks passed
@charliemidtlyng charliemidtlyng deleted the dependabot/maven/all-dependencies-3cfb039d78 branch August 8, 2024 06:32
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant