Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the maven group across 8 directories with 13 updates #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 2, 2024

Bumps the maven group with 13 updates in the / directory:

Package From To
org.apache.hadoop:hadoop-common 2.10.2 3.2.4
org.apache.avro:avro 1.8.2 1.11.3
org.apache.commons:commons-compress 1.24.0 1.26.0
org.apache.zookeeper:zookeeper 3.7.1 3.8.4
org.yaml:snakeyaml 1.33 2.0
com.puppycrawl.tools:checkstyle 8.14 8.29
io.airlift:aircompressor 0.21 0.27
org.apache.derby:derby 10.10.2.0 10.17.1.0
org.apache.calcite:calcite-core 1.16.0 1.32.0
org.apache.kafka:kafka-clients 2.2.2 2.6.3
com.nimbusds:nimbus-jose-jwt 4.41.1 9.37.2
com.squareup.okio:okio 1.17.2 1.17.6
com.github.tomakehurst:wiremock-jre8 2.32.0 2.35.1

Bumps the maven group with 3 updates in the /flink-connectors/flink-connector-hive directory: org.apache.hadoop:hadoop-common, org.apache.avro:avro and org.apache.derby:derby.
Bumps the maven group with 2 updates in the /flink-connectors/flink-sql-connector-hive-3.1.3 directory: org.apache.avro:avro and org.apache.calcite:calcite-core.
Bumps the maven group with 2 updates in the /flink-end-to-end-tests/flink-end-to-end-tests-sql directory: com.nimbusds:nimbus-jose-jwt and com.squareup.okio:okio.
Bumps the maven group with 1 update in the /flink-end-to-end-tests/flink-sql-client-test directory: org.apache.kafka:kafka-clients.
Bumps the maven group with 1 update in the /flink-metrics/flink-metrics-influxdb directory: com.github.tomakehurst:wiremock-jre8.
Bumps the maven group with 6 updates in the /flink-runtime directory:

Package From To
org.apache.hadoop:hadoop-common 2.10.2 3.2.4
org.apache.commons:commons-compress 1.24.0 1.26.0
org.apache.zookeeper:zookeeper 3.7.1 3.8.4
org.yaml:snakeyaml 1.33 2.0
com.puppycrawl.tools:checkstyle 8.14 8.29
io.airlift:aircompressor 0.21 0.27

Bumps the maven group with 5 updates in the /flink-yarn directory:

Package From To
org.apache.hadoop:hadoop-common 2.10.2 3.2.4
org.apache.commons:commons-compress 1.24.0 1.26.0
org.apache.zookeeper:zookeeper 3.7.1 3.8.4
org.yaml:snakeyaml 1.33 2.0
com.puppycrawl.tools:checkstyle 8.14 8.29

Updates org.apache.hadoop:hadoop-common from 2.10.2 to 3.2.4

Updates org.apache.avro:avro from 1.8.2 to 1.11.3

Updates org.apache.commons:commons-compress from 1.24.0 to 1.26.0

Updates org.apache.zookeeper:zookeeper from 3.7.1 to 3.8.4

Updates org.yaml:snakeyaml from 1.33 to 2.0

Commits
  • c98ffba issue 561: add negative test case
  • e2ca740 Use Maven wrapper on github
  • 49d91a1 Fix target for github
  • 19e331d Disable toolchain for github
  • 42c7812 Cobertura plugin does not work
  • 03c82b5 Rename GlobalTagRejectionTest to be run by Maven
  • 6e8cd89 Remove cobertura
  • d9b0f48 Improve Javadoc
  • 519791a Run install and site goals under docker
  • 82f33d2 Merge branch 'master' into add-module-info
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 8.14 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

checkstyle-8.19

https://checkstyle.org/releasenotes.html#Release_8.19

checkstyle-8.18

https://checkstyle.org/releasenotes.html#Release_8.18

checkstyle-8.17

https://checkstyle.org/releasenotes.html#Release_8.17

checkstyle-8.16

https://checkstyle.org/releasenotes.html#Release_8.16

checkstyle-8.15

https://checkstyle.org/releasenotes.html#Release_8.15

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...
  • c46a16d Issue #7468: disable 'external-parameter-entities' feature by default
  • dfed794 minor: add missing test case to SuperCloneCheckTest
  • 24e7bdf dependency: bump antlr4.version from 4.7.2 to 4.8-1
  • Additional commits viewable in compare view

Updates io.airlift:aircompressor from 0.21 to 0.27

Commits
  • e139a31 [maven-release-plugin] prepare release 0.27
  • 9b92952 Upgrade to latest GitHub actions
  • 7262a6c Upgrade test dependency versions
  • fdc00b8 Reorganize pom
  • 4f384af Replace test usages of javax.inject annotations with Guice
  • 19d9436 Fix ASL2 license header text
  • cf66151 Fix bounds checks
  • d01ecb7 Add missing bounds checks
  • 2cea90a Verify length is positive
  • 15e68df Fix out of bounds read due to negative length
  • Additional commits viewable in compare view

Updates org.apache.derby:derby from 10.10.2.0 to 10.17.1.0

Updates org.apache.calcite:calcite-core from 1.16.0 to 1.32.0

Commits
  • 413eded [CALCITE-5275] Release Calcite 1.32.0
  • 57aafa3 Cosmetic changes to release notes
  • 2624925 [CALCITE-5262] Add many spatial functions, including support for WKB (well-kn...
  • 479afa6 [CALCITE-5278] Upgrade Janino from 3.1.6 to 3.1.8
  • 1167b12 [CALCITE-5270] JDBC adapter should not generate 'FILTER (WHERE)' in Firebolt ...
  • 89c940c [CALCITE-5241] Implement CHAR function for MySQL and Spark, also JDBC '{fn CH...
  • d20fd09 [CALCITE-5274] Improve DocumentBuilderFactory in DiffRepository test class by...
  • 6302e6f [CALCITE-5277] Make EnumerableRelImplementor stashedParameters order determin...
  • baeecc8 [CALCITE-5251] Support SQL hint for Snapshot
  • ba80b91 [CALCITE-5263] Improve XmlFunctions by using an XML DocumentBuilder
  • Additional commits viewable in compare view

Updates org.apache.kafka:kafka-clients from 2.2.2 to 2.6.3

Updates com.nimbusds:nimbus-jose-jwt from 4.41.1 to 9.37.2

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

version 1.0 (2012-03-01)

  • First version based on the OpenInfoCard JWT, JWS and JWE code base.

version 1.1 (2012-03-06)

  • Introduces type-safe enumeration of the JSON Web Algorithms (JWA).
  • Refactors the JWT class.

version 1.2 (2012-03-08)

  • Moves JWS and JWE code into separate classes.

version 1.3 (2012-03-09)

  • Switches to Apache Commons Codec for Base64URL encoding and decoding
  • Consolidates the crypto utilities within the package.
  • Introduces a JWT content serialiser class.

version 1.4 (2012-03-09)

  • Refactoring of JWT class and JUnit tests.

version 1.5 (2012-03-18)

  • Switches to JSON Smart for JSON serialisation and parsing.
  • Introduces claims set class with JSON objects, string, Base64URL and byte array views.

version 1.6 (2012-03-20)

  • Creates class for representing, serialising and parsing JSON Web Keys (JWK).
  • Introduces separate class for representing JWT headers.

version 1.7 (2012-04-01)

  • Introduces separate classes for plain, JWS and JWE headers.
  • Introduces separate classes for plain, signed and encrypted JWTs.
  • Removes the JWTContent class.
  • Removes password-based (PE820) encryption support.

version 1.8 (2012-04-03)

  • Adds support for the ZIP JWE header parameter.
  • Removes unsupported algorithms from the JWA enumeration.

version 1.9 (2012-04-03)

  • Renames JWEHeader.{get|set}EncryptionAlgorithm() to JWEHeader.{get|set}EncryptionMethod().

version 1.9.1 (2012-04-03)

  • Upgrades JSON Smart JAR to 1.1.1.

version 1.10 (2012-04-14)

  • Introduces serialize() method to base abstract JWT class.

version 1.11 (2012-05-13)

  • JWT.serialize() throws checked JWTException instead of

... (truncated)

Commits
  • d91be4c [maven-release-plugin] prepare release 9.33
  • 9a277ea [maven-release-plugin] prepare for next development iteration
  • c695b11 Fixes the MACSigner.sign method for SecretKey instances that don't expose the...
  • 45f15d1 Updates the MACVerifier to support SecretKey instances don't expose the key m...
  • e965e96 [maven-release-plugin] prepare release 9.34
  • 8d67f6c [maven-release-plugin] prepare for next development iteration
  • f64e094 Makes the abstract class BaseJWEProvider public (iss #521)
  • ad6fed3 [maven-release-plugin] prepare release 9.35
  • 81c7f24 [maven-release-plugin] prepare for next development iteration
  • 24aaaf0 Bumps jacoco-maven-plugin to 0.8.10
  • Additional commits viewable in compare view

Updates com.squareup.okio:okio from 1.17.2 to 1.17.6

Changelog

Sourced from com.squareup.okio:okio's changelog.

Version 1.17.6

2023-10-01

  • Fix: Don't crash decoding GZIP files when the optional extra data (XLEN) is 32 KiB or larger.

Version 3.5.0

2023-08-02

  • New: Support the WebAssembly (WASM) platform. Okio's support for WASM is experimental, but improving, just like Kotlin's own support for WASM.
  • New: Adapt WebAssembly System Interface (WASI) API's as an Okio FileSystem using WasiFileSystem. This is in the new okio-wasifilesystem module. It requires the [preview1] WASI API. We’ll make backwards-incompatible upgrades to new WASI API versions as they become available.
  • Fix: Return relative paths in the NIO adapter FileSystem when required. FileSystem.list() had always returned absolute paths, even when the target directory was supplied as a relative path.
  • Fix: Don't crash when reading into an empty array using FileHandle on Kotlin/Native.
  • Upgrade: [Kotlin 1.9.0][kotlin_1_9_0].

Version 3.4.0

2023-07-07

  • New: Adapt a Java NIO FileSystem (java.nio.file.FileSystem) as an Okio FileSystem using fileSystem.asOkioFileSystem().
  • New: Adapt Android’s AssetManager as an Okio FileSystem using AssetFileSystem. This is in the new okio-assetfilesystem module. Android applications should prefer this over FileSystem.RESOURCES as it’s faster to load.
  • Fix: Don't crash decoding GZIP files when the optional extra data (XLEN) is 32 KiB or larger.
  • Fix: Resolve symlinks in FakeFileSystem.canonicalize().
  • Fix: Report the correct createdAtMillis in NodeJsFileSystem file metadata. We were incorrectly using ctimeMs, where c means changed, not created.
  • Fix: UnsafeCursor is now Closeable.

Version 3.3.0

2023-01-07

  • Fix: Don't leak resources when use {} is used with a non-local return. We introduced this performance and stability bug by not considering that non-local returns execute neither the return nor catch control flows.
  • Fix: Use a sealed interface for BufferedSink and BufferedSource. These were never intended for end-users to implement, and we're happy that Kotlin now allows us to express that in our API.
  • New: Change internal locks from synchronized to ReentrantLock and Condition. We expect this

... (truncated)

Commits
  • 7599853 [maven-release-plugin] prepare release okio-parent-1.17.6
  • b4fa875 Fix a bug where xlen larger than 0x7fff was rejected (#1334)
  • e68262c Add missing @​Override to Watchdog.run() method
  • 5e92577 Merge pull request #694 from edenrox/patch-2
  • 73bfe94 Switch travis to use openjdk8
  • 2dd7db8 [maven-release-plugin] prepare for next development iteration
  • 147e8e3 [maven-release-plugin] prepare release okio-parent-1.17.5
  • 5c28000 Merge pull request #687 from square/jwilson.1211.empty_tail_segment_1x
  • 94dba1e Remove empty tail segment (1.x branch)
  • a4aa971 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.github.tomakehurst:wiremock-jre8 from 2.32.0 to 2.35.1

Release notes

Sourced from com.github.tomakehurst:wiremock-jre8's releases.

2.35.1 - Security Release

🔒 This is a security release that addresses the following issues

NOTE: WireMock Studio, a proprietary distribution discontinued in 2022, is also affected by those issues and also affected by CVE-2023-39967 - Overall CVSS Score 8.6 - “Controlled and full-read SSRF through URL parameter when testing a request, webhooks and proxy mode”. The fixes will not be provided. The vendor recommends migrating to WireMock Cloud which is available as SaaS and private beta for on-premises deployments

Credits: @​W0rty, @​numacanedo, @​Mahoney, @​tomakehurst, @​oleg-nenashev

2.35.0

Enhancements

  • Add a negative contains matcher - thanks Damian Orzepowski
  • Expose a Java API method for removing stubs by ID - thanks Patryk Fraczek
  • Document the import API in the OpenAPI doc - thanks to user i-whammy
  • Added the ability to restrict the addresses WireMock can proxy/record to, as a security measure.

Fixes

  • Strip Maven directories from the standalone JAR as some were appearing that weren't related to dependencies actually present, confusing scanning tools - thanks to user krageon
  • Dropped back to slf4j 1.7.36 and relocate it in the standalone JAR (ensuring 2.x users won't experience conflicts).

2.34.0

This will be the final 2.x.x release and also the last to support Java 8.

Fixes

  • Fixed #1689 - incorrect HTTP version header - thanks to user Poojitha
  • Fixed #1882 - bug preventing matching of date/time query params/headers with custom format - thanks Klaas Dellschaft
  • #1930 - Fixed a partial path traversal vulnerability in the file source code - thanks Jonathan Leitschuh
  • Fixed #1783 - proxyUrlPrefixToRemove ignored when using a response definition transformer - thanks to user Ross-H-Projects
  • Fixed #1872 - create a request entity for POST, PUT etc. proxied requests when a content-length header is present, regardless of whether the size is 0.
  • Fixed #1946 - maths helper now supports epoch dates as inputs.

Enhancements

  • Added a public, non-static getScenarios() method allowing access to all scenarios.

All dependencies brought up to date including Jetty to 9.4.48.v20220622.

2.33.2

WireMock 2.33.1 was accidentally released using Java 11 rather than 8, resulting in class incompatibilities in places.

This release is functionally identical but built using Java 8.

2.33.1

Fixes

... (truncated)

Commits
  • 8706343 Bumped patch version
  • 20adc25 Stop NetworkAddressRules doing DNS lookups
  • aa29d9c Make NetworkAddressRulesAdheringDnsResolver testable
  • 90a37e1 Applied DNS resolver enforcement to webhooks extension
  • d9fd0b4 Moved enforcement of network address rules to Apache client DNS resolver to a...
  • eac439f Prevent webhook calling forbidden endpoints
  • 9ba86d6 Rename poorly named method
  • ef5b722 spotless apply
  • 5412ed1 Fixed some formatting in NetworkAddressRulesTest
  • 295ad5c Added some extra NetworkAddressRules test cases
  • Additional commits viewable in compare view

Updates org.apache.hadoop:hadoop-common from 2.10.2 to 3.2.4

Updates org.apache.avro:avro from 1.8.2 to 1.11.3

Updates org.apache.derby:derby from 10.10.2.0 to 10.17.1.0

Updates org.apache.avro:avro from 1.8.2 to 1.11.3

Updates org.apache.calcite:calcite-core from 1.16.0 to 1.32.0

Commits
  • 413eded [CALCITE-5275] Release Calcite 1.32.0
  • 57aafa3 Cosmetic changes to release notes
  • 2624925 [CALCITE-5262] Add many spatial functions, including support for WKB (well-kn...
  • 479afa6 [CALCITE-5278] Upgrade Janino from 3.1.6 to 3.1.8
  • 1167b12 [CALCITE-5270] JDBC adapter should not generate 'FILTER (WHERE)' in Firebolt ...
  • 89c940c [CALCITE-5241] Implement CHAR function for MySQL and Spark, also JDBC '{fn CH...
  • d20fd09 [CALCITE-5274] Improve DocumentBuilderFactory in DiffRepository test class by...
  • 6302e6f [CALCITE-5277] Make EnumerableRelImplementor stashedParameters order determin...
  • baeecc8 [CALCITE-5251] Support SQL hint for Snapshot
  • ba80b91 [CALCITE-5263] Improve XmlFunctions by using an XML DocumentBuilder
  • Additional commits viewable in compare view

Updates com.nimbusds:nimbus-jose-jwt from 4.41.1 to 9.37.2

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

version 1.0 (2012-03-01)

  • First version based on the OpenInfoCard JWT, JWS and JWE code base.

version 1.1 (2012-03-06)

  • Introduces type-safe enumeration of the JSON Web Algorithms (JWA).
  • Refactors the JWT class.

version 1.2 (2012-03-08)

  • Moves JWS and JWE code into separate classes.

version 1.3 (2012-03-09)

  • Switches to Apache Commons Codec for Base64URL encoding and decoding
  • Consolidates the crypto utilities within the package.
  • Introduces a JWT content serialiser class.

version 1.4 (2012-03-09)

  • Refactoring of JWT class and JUnit tests.

version 1.5 (2012-03-18)

  • Switches to JSON Smart for JSON serialisation and parsing.
  • Introduces claims set class with JSON objects, string, Base64URL and byte array views.

version 1.6 (2012-03-20)

  • Creates class for representing, serialising and parsing JSON Web Keys (JWK).
  • Introduces separate class for representing JWT headers.

version 1.7 (2012-04-01)

  • Introduces separate classes for plain, JWS and JWE headers.
  • Introduces separate classes for plain, signed and encrypted JWTs.
  • Removes the JWTContent class.
  • Removes password-based (PE820) encryption support.

version 1.8 (2012-04-03)

  • Adds support for the ZIP JWE header parameter.
  • Removes unsupported algorithms from the JWA enumeration.

version 1.9 (2012-04-03)

  • Renames JWEHeader.{get|set}EncryptionAlgorithm() to JWEHeader.{get|set}EncryptionMethod().

version 1.9.1 (2012-04-03)

  • Upgrades JSON Smart JAR to 1.1.1.

version 1.10 (2012-04-14)

  • Introduces serialize() method to base abstract JWT class.

version 1.11 (2012-05-13)

  • JWT.serialize() throws checked JWTException instead of

... (truncated)

Commits
  • d91be4c [maven-release-plugin] prepare release 9.33
  • 9a277ea [maven-release-plugin] prepare for next development iteration
  • c695b11 Fixes the MACSigner.sign method for SecretKey instances that don't expose the...
  • 45f15d1 Updates the MACVerifier to support SecretKey instances don't expose the key m...
  • e965e96 [maven-release-plugin] prepare release 9.34
  • 8d67f6c [maven-release-plugin] prepare for next development iteration
  • f64e094 Makes the abstract class BaseJWEProvider public (iss #521)
  • ad6fed3 [maven-release-plugin] prepare release 9.35
  • 81c7f24 [maven-release-plugin] prepare for next development iteration
  • 24aaaf0 Bumps jacoco-maven-plugin to 0.8.10
  • Additional commits viewable in compare view

Updates com.squareup.okio:okio from 1.17.2 to 1.17.6

Changelog

Sourced from com.squareup.okio:okio's changelog.

Version 1.17.6

2023-10-01

  • Fix: Don't crash decoding GZIP files when the optional extra data (XLEN) is 32 KiB or larger.

Version 3.5.0

2023-08-02

  • New: Support the WebAssembly (WASM) platform. Okio's support for WASM is experimental, but improving, just like Kotlin's own support for WASM.
  • New: Adapt WebAssembly System Interface (WASI) API's as an Okio FileSystem using WasiFileSystem. This is in the new okio-wasifilesystem module. It requires the [preview1] WASI API. We’ll make backwards-incompatible upgrades to new WASI API versions as they become available.
  • Fix: Return relative paths in the NIO adapter FileSystem when required. FileSystem.list() had always returned absolute paths, even when the target directory was supplied as a relative path.
  • Fix: Don't crash when reading into an empty array using FileHandle on Kotlin/Native.
  • Upgrade: [Kotlin 1.9.0][kotlin_1_9_0].

Version 3.4.0

2023-07-07

  • New: Adapt a Java NIO FileSystem (java.nio.file.FileSystem) as an Okio FileSystem using fileSystem.asOkioFileSystem().
  • New: Adapt Android’s AssetManager as an Okio FileSystem using AssetFileSystem. This is in the new okio-assetfilesystem module. Android applications should prefer this over FileSystem.RESOURCES as it’s faster to load.
  • Fix: Don't crash decoding GZIP files when the optional extra data (XLEN) is 32 KiB or larger.
  • Fix: Resolve symlinks in FakeFileSystem.canonicalize().
  • Fix: Report the correct createdAtMillis in NodeJsFileSystem file metadata. We were incorrectly using ctimeMs, where c means changed, not created.
  • Fix: UnsafeCursor is now Closeable.

Version 3.3.0

2023-01-07

  • Fix: Don't leak resources when use {} is used with a non-local return. We introduced this performance and stability bug by not considering that non-local returns execute neither the return nor catch control flows.
  • Fix: Use a sealed interface for BufferedSink and BufferedSource. These were never intended for end-users to implement, and we're happy that Kotlin now allows us to express that in our API.
  • New: Change internal locks from synchronized to ReentrantLock and Condition. We expect this

... (truncated)

Commits
  • 7599853 [maven-release-plugin] prepare release okio-parent-1.17.6
  • b4fa875 Fix a bug where xlen larger than 0x7fff was rejected (#1334)
  • e68262c Add missing @​Override to Watchdog.run() method
  • 5e92577 Merge pull request #694 from edenrox/patch-2
  • 73bfe94 Switch travis to use openjdk8
  • 2dd7db8 [maven-release-plugin] prepare for next development iteration
  • 147e8e3 [maven-release-plugin] prepare release okio-parent-1.17.5
  • 5c28000 Merge pull request #687 from square/jwilson.1211.empty_tail_segment_1x
  • 94dba1e Remove empty tail segment (1.x branch)
  • a4aa971 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.kafka:kafka-clients from 2.2.2 to 2.6.3

Updates com.github.tomakehurst:wiremock-jre8 from 2.32.0 to 2.35.1

Release notes

Sourced from com.github.tomakehurst:wiremock-jre8's releases.

2.35.1 - Security Release

🔒 This is a security release that addresses the following issues

NOTE: WireMock Studio, a proprietary distribution discontinued in 2022, is also affected by those issues and also affected by CVE-2023-39967 - Overall CVSS Score 8.6 - “Controlled and full-read SSRF through URL parameter when testing a request, webhooks and proxy mode”. The fixes will not be provided. The vendor recommends migrating to WireMock Cloud which is available as SaaS and private beta for on-premises deployments

Credits: @​W0rty, @​numacanedo, @​Mahoney, @​tomakehurst, @​oleg-nenashev

2.35.0

Enhancements

  • Add a negative contains matcher - thanks Damian Orzepowski
  • Expose a Java API method for removing stubs by ID - thanks Patryk Fraczek
  • Document the import API in the OpenAPI doc - thanks to user i-whammy
  • Added the ability to restrict the addresses WireMock can proxy/record to, as a security measure.

Fixes

  • Strip Maven directories from the standalone JAR as some were appearing that weren't related to dependencies actually present, confusing scanning tools - thanks to user krageon
  • Dropped back to slf4j 1.7.36 and relocate it in the standalone JAR (ensuring 2.x users won't experience conflicts).

2.34.0

This will be the final 2.x.x release and also the last to support Java 8.

Fixes

  • Fixed #1689 - incorrect HTTP version header - thanks to user Poojitha
  • Fixed #1882 - bug preventing matching of date/time query params/headers with custom format - thanks Klaas Dellschaft
  • #1930 - Fixed a partial path traversal vulnerability in the file source code - thanks Jonathan Leitschuh
  • Fixed #1783 - proxyUrlPrefixToRemove ignored when using a response definition transformer - thanks to user Ross-H-Projects
  • Fixed #1872 - create a request entity for POST, PUT etc. proxied requests when a content-length header is present, regardless of whether the size is 0.
  • Fixed #1946 - maths helper now supports epoch dates as inputs.

Enhancements

  • Added a public, non-static getScenarios() method allowing access to all scenarios.

All dependencies brought up to date including Jetty to 9.4.48.v20220622.

2.33.2

WireMock 2.33.1 was accidentally released using Java 11 rather than 8, resulting in class incompatibilities in places.

This release is functionally identical but built using Java 8.

2.33.1

Fixes

... (truncated)

Commits
  • 8706343 Bumped patch version
  • 20adc25 Stop NetworkAddressRules doing DNS lookups
  • aa29d9c Make NetworkAddressRulesAdheringDnsResolver testable
  • 90a37e1 Applied DNS resolver enforcement to webhooks extension
  • d9fd0b4 Moved enforcement of network address rules to Apache client DNS resolver to a...
  • eac439f Prevent webhook calling forbidden endpoints
  • 9ba86d6 Rename poorly named method
  • ef5b722 spotless apply
  • 5412ed1 Fixed some formatting in NetworkAddressRulesTest
  • 295ad5c Added some extra NetworkAddressRules test cases
  • Additional commits viewable in compare view

Updates org.apache.hadoop:hadoop-common from 2.10.2 to 3.2.4

Updates org.apache.commons:commons-compress from 1.24.0 to 1.26.0

Updates org.apache.zookeeper:zookeeper from 3.7.1 to 3.8.4

Updates org.yaml:snakeyaml from 1.33 to 2.0

Commits
  • c98ffba issue 561: add negative test case
  • e2ca740 Use Maven wrapper on github
  • 49d91a1 Fix target for github
  • 19e331d Disable toolchain for github
  • 42c7812 Cobertura plugin does not work
  • 03c82b5 Rename GlobalTagRejectionTest to be run by Maven
  • 6e8cd89 Remove cobertura
  • d9b0f48 Improve Javadoc
  • 519791a Run install and site goals under docker
  • 82f33d2 Merge branch 'master' into add-module-info
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 8.14 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

checkstyle-8.19

https://checkstyle.org/releasenotes.html#Release_8.19

checkstyle-8.18

https://checkstyle.org/releasenotes.html#Release_8.18

checkstyle-8.17

https://checkstyle.org/releasenotes.html#Release_8.17

checkstyle-8.16

https://checkstyle.org/releasenotes.html#Release_8.16

checkstyle-8.15

https://checkstyle.org/releasenotes.html#Release_8.15

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...
  • c46a16d Issue #7468: disable 'external-parameter-entities' feature by default
  • dfed794 minor: add missing test case to SuperCloneCheckTest
  • 24e7bdf dependency: bump antlr4.version from 4.7.2 to 4.8-1
  • Additional commits viewable in compare view

Updates io.airlift:aircompressor from 0.21 to 0.27

Commits
  • e139a31 [maven-release-plugin] prepare release 0.27
  • 9b92952 Upgrade to latest GitHub actions
  • 7262a6c Upgrade test dependency versions
  • fdc00b8 Reorganize pom
  • 4f384af Replace test usages of javax.inject annotations with Guice
  • 19d9436 Fix ASL2 license header text
  • cf66151 Fix bounds checks
  • d01ecb7 Add missing bounds checks
  • 2cea90a Verify length is positive
  • 15e68df Fix out of bounds read due to negative length
  • Additional commits viewable in compare view

Updates org.apache.hadoop:hadoop-common from 2.10.2 to 3.2.4

Updates org.apache.commons:commons-compress from 1.24.0 to 1.26.0

Updates org.apache.zookeeper:zookeeper from 3.7.1 to 3.8.4

Updates org.yaml:snakeyaml from 1.33 to 2.0

Commits
  • c98ffba issue 561: add negative test case
  • e2ca740 Use Maven wrapper on github
  • 49d91a1 Fix target for github
  • 19e331d Disable toolchain for github
  • 42c7812 Cobertura plugin does not work
  • 03c82b5 Rename GlobalTagRejectionTest to be run by Maven
  • 6e8cd89 Remove cobertura
  • d9b0f48 Improve Javadoc
  • 519791a Run install and site goals under docker
  • 82f33d2 Merge branch 'master' into add-module-info
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 8.14 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

checkstyle-8.19

https://checkstyle.org/releasenotes.html#Release_8.19

checkstyle-8.18

https://checkstyle.org/releasenotes.html#Release_8.18

checkstyle-8.17

https://checkstyle.org/releasenotes.html#Release_8.17

checkstyle-8.16

https://checkstyle.org/releasenotes.html#Release_8.16

checkstyle-8.15

https://checkstyle.org/releasenotes.html#Release_8.15

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...

Bumps the maven group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.hadoop:hadoop-common | `2.10.2` | `3.2.4` |
| org.apache.avro:avro | `1.8.2` | `1.11.3` |
| org.apache.commons:commons-compress | `1.24.0` | `1.26.0` |
| org.apache.zookeeper:zookeeper | `3.7.1` | `3.8.4` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.33` | `2.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.14` | `8.29` |
| [io.airlift:aircompressor](https://github.com/airlift/aircompressor) | `0.21` | `0.27` |
| org.apache.derby:derby | `10.10.2.0` | `10.17.1.0` |
| [org.apache.calcite:calcite-core](https://github.com/apache/calcite) | `1.16.0` | `1.32.0` |
| org.apache.kafka:kafka-clients | `2.2.2` | `2.6.3` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `4.41.1` | `9.37.2` |
| [com.squareup.okio:okio](https://github.com/square/okio) | `1.17.2` | `1.17.6` |
| [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) | `2.32.0` | `2.35.1` |

Bumps the maven group with 3 updates in the /flink-connectors/flink-connector-hive directory: org.apache.hadoop:hadoop-common, org.apache.avro:avro and org.apache.derby:derby.
Bumps the maven group with 2 updates in the /flink-connectors/flink-sql-connector-hive-3.1.3 directory: org.apache.avro:avro and [org.apache.calcite:calcite-core](https://github.com/apache/calcite).
Bumps the maven group with 2 updates in the /flink-end-to-end-tests/flink-end-to-end-tests-sql directory: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) and [com.squareup.okio:okio](https://github.com/square/okio).
Bumps the maven group with 1 update in the /flink-end-to-end-tests/flink-sql-client-test directory: org.apache.kafka:kafka-clients.
Bumps the maven group with 1 update in the /flink-metrics/flink-metrics-influxdb directory: [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock).
Bumps the maven group with 6 updates in the /flink-runtime directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.hadoop:hadoop-common | `2.10.2` | `3.2.4` |
| org.apache.commons:commons-compress | `1.24.0` | `1.26.0` |
| org.apache.zookeeper:zookeeper | `3.7.1` | `3.8.4` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.33` | `2.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.14` | `8.29` |
| [io.airlift:aircompressor](https://github.com/airlift/aircompressor) | `0.21` | `0.27` |

Bumps the maven group with 5 updates in the /flink-yarn directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.hadoop:hadoop-common | `2.10.2` | `3.2.4` |
| org.apache.commons:commons-compress | `1.24.0` | `1.26.0` |
| org.apache.zookeeper:zookeeper | `3.7.1` | `3.8.4` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.33` | `2.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.14` | `8.29` |



Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4

Updates `org.apache.avro:avro` from 1.8.2 to 1.11.3

Updates `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0

Updates `org.apache.zookeeper:zookeeper` from 3.7.1 to 3.8.4

Updates `org.yaml:snakeyaml` from 1.33 to 2.0
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33)

Updates `com.puppycrawl.tools:checkstyle` from 8.14 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.14...checkstyle-8.29)

Updates `io.airlift:aircompressor` from 0.21 to 0.27
- [Commits](airlift/aircompressor@0.21...0.27)

Updates `org.apache.derby:derby` from 10.10.2.0 to 10.17.1.0

Updates `org.apache.calcite:calcite-core` from 1.16.0 to 1.32.0
- [Commits](apache/calcite@calcite-1.16.0...calcite-1.32.0)

Updates `org.apache.kafka:kafka-clients` from 2.2.2 to 2.6.3

Updates `com.nimbusds:nimbus-jose-jwt` from 4.41.1 to 9.37.2
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2..4.41.1)

Updates `com.squareup.okio:okio` from 1.17.2 to 1.17.6
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@okio-parent-1.17.2...okio-parent-1.17.6)

Updates `com.github.tomakehurst:wiremock-jre8` from 2.32.0 to 2.35.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.32.0...2.35.1)

Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4

Updates `org.apache.avro:avro` from 1.8.2 to 1.11.3

Updates `org.apache.derby:derby` from 10.10.2.0 to 10.17.1.0

Updates `org.apache.avro:avro` from 1.8.2 to 1.11.3

Updates `org.apache.calcite:calcite-core` from 1.16.0 to 1.32.0
- [Commits](apache/calcite@calcite-1.16.0...calcite-1.32.0)

Updates `com.nimbusds:nimbus-jose-jwt` from 4.41.1 to 9.37.2
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2..4.41.1)

Updates `com.squareup.okio:okio` from 1.17.2 to 1.17.6
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@okio-parent-1.17.2...okio-parent-1.17.6)

Updates `org.apache.kafka:kafka-clients` from 2.2.2 to 2.6.3

Updates `com.github.tomakehurst:wiremock-jre8` from 2.32.0 to 2.35.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.32.0...2.35.1)

Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4

Updates `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0

Updates `org.apache.zookeeper:zookeeper` from 3.7.1 to 3.8.4

Updates `org.yaml:snakeyaml` from 1.33 to 2.0
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33)

Updates `com.puppycrawl.tools:checkstyle` from 8.14 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.14...checkstyle-8.29)

Updates `io.airlift:aircompressor` from 0.21 to 0.27
- [Commits](airlift/aircompressor@0.21...0.27)

Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4

Updates `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0

Updates `org.apache.zookeeper:zookeeper` from 3.7.1 to 3.8.4

Updates `org.yaml:snakeyaml` from 1.33 to 2.0
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33)

Updates `com.puppycrawl.tools:checkstyle` from 8.14 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.14...checkstyle-8.29)

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.avro:avro
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.zookeeper:zookeeper
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.airlift:aircompressor
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.derby:derby
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.calcite:calcite-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.squareup.okio:okio
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.avro:avro
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.derby:derby
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.avro:avro
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.calcite:calcite-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.squareup.okio:okio
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.zookeeper:zookeeper
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.airlift:aircompressor
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.zookeeper:zookeeper
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 2, 2024
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.

0 participants