Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the alldependencies group with 23 updates in the / directory:

Package From To
com.palantir.git-version 3.1.0 4.2.0
gradle-wrapper 8.3 9.3.0
mil.army.usace.hec:lookup 2.0 3.0.0
mil.army.usace.hec:service-annotations 2.0.1 4.0.0
com.fasterxml.jackson.core:jackson-databind 2.17.2 2.21.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 2.21.0
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.17.2 2.21.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.2 2.21.0
io.swagger.core.v3:swagger-annotations 2.2.22 2.2.42
jakarta.validation:jakarta.validation-api 3.1.0 3.1.1
io.swagger.codegen.v3:swagger-codegen-cli 3.0.61 3.0.76
com.auth0:java-jwt 4.4.0 4.5.0
com.squareup.okhttp3:okhttp 4.12.0 5.3.2
com.squareup.okhttp3:mockwebserver 4.12.0 5.3.2
com.squareup.okhttp3:okhttp-urlconnection 4.12.0 5.3.2
com.squareup.okhttp3:logging-interceptor 4.12.0 5.3.2
com.squareup.okhttp3:okhttp-bom 4.12.0 5.3.2
io.swagger.parser.v3:swagger-parser-v3 2.1.25 2.1.37
org.junit.jupiter:junit-jupiter-api 5.10.3 6.0.2
org.junit.jupiter:junit-jupiter-engine 5.10.3 6.0.2
org.junit.jupiter:junit-jupiter-params 5.10.3 6.0.2
org.mockito:mockito-core 5.12.0 5.21.0
org.mockito:mockito-junit-jupiter 5.12.0 5.21.0

Updates com.palantir.git-version from 3.1.0 to 4.2.0

Updates gradle-wrapper from 8.3 to 9.3.0

Updates mil.army.usace.hec:lookup from 2.0 to 3.0.0

Release notes

Sourced from mil.army.usace.hec:lookup's releases.

3.0.0

What's Changed

  • Moved source to github
  • Combined our split repos of annotations and lookup
  • Added some basic tests
  • setup deployment to maven central
  • Rename package from rma. to hec.

NOTE: if you are doing new work, were fairly certain there were no changes made to the logic of the Netbeans service annotations and lookup library. We are release our copy of the source and artifacts as they are used within out software to comply with licensing requirements.

That said, we did add the META-INF file for gradle to support gradle's incremental annotation processing support.

New Contributors

Full Changelog: https://github.com/HydrologicEngineeringCenter/hec-service-annotations/commits/3.0.0

Commits

Updates mil.army.usace.hec:service-annotations from 2.0.1 to 4.0.0

Release notes

Sourced from mil.army.usace.hec:service-annotations's releases.

4.0.0

This release removes the implementation of Lookup. All users of the Lookup library in this repository are advised to move to the upstream Netbeans Lookup library. The API is the same (just update imports), however there are fewer compatibility issues with modern versions of Java.

To replace Lookup, a compatibility library has been added which provides a minimal version of the API that used to be present in the 'rma.util' package space. This should not be used for compilation, and instead should be used as a temporary bridge via dependency substitution until all upstream components can switch to Netbeans lookup. This minimal API delegates to the Netbeans Lookup implementation, so both jars must be present on the classpath.

3.0.0

What's Changed

  • Moved source to github
  • Combined our split repos of annotations and lookup
  • Added some basic tests
  • setup deployment to maven central
  • Rename package from rma. to hec.

NOTE: if you are doing new work, were fairly certain there were no changes made to the logic of the Netbeans service annotations and lookup library. We are release our copy of the source and artifacts as they are used within out software to comply with licensing requirements.

That said, we did add the META-INF file for gradle to support gradle's incremental annotation processing support.

New Contributors

Full Changelog: https://github.com/HydrologicEngineeringCenter/hec-service-annotations/commits/3.0.0

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.21.0

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.21.0

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.17.2 to 2.21.0

Commits
  • 66c8c0d [maven-release-plugin] prepare release jackson-dataformat-xml-2.21.0
  • 76d5526 Prep for 2.21.0 release
  • 89d8704 Merge branch '2.20' into 2.x
  • e02a2f5 Post-release dep version bump
  • 27923c5 [maven-release-plugin] prepare for next development iteration
  • 338bbdc [maven-release-plugin] prepare release jackson-dataformat-xml-2.20.1
  • 53a2b39 Prep for 2.20.1 release
  • d293443 Merge branch '2.19' into 2.20
  • 5a91bcd Post-release dep version bump
  • 750c806 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.2 to 2.21.0

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.21.0

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.17.2 to 2.21.0

Commits
  • 66c8c0d [maven-release-plugin] prepare release jackson-dataformat-xml-2.21.0
  • 76d5526 Prep for 2.21.0 release
  • 89d8704 Merge branch '2.20' into 2.x
  • e02a2f5 Post-release dep version bump
  • 27923c5 [maven-release-plugin] prepare for next development iteration
  • 338bbdc [maven-release-plugin] prepare release jackson-dataformat-xml-2.20.1
  • 53a2b39 Prep for 2.20.1 release
  • d293443 Merge branch '2.19' into 2.20
  • 5a91bcd Post-release dep version bump
  • 750c806 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.2 to 2.21.0

Commits

Updates io.swagger.core.v3:swagger-annotations from 2.2.22 to 2.2.42

Updates jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1

Release notes

Sourced from jakarta.validation:jakarta.validation-api's releases.

3.1.1

What's Changed

New Contributors

Full Changelog: jakartaee/validation@3.1.0...3.1.1

Commits

Updates io.swagger.codegen.v3:swagger-codegen-cli from 3.0.61 to 3.0.76

Updates com.auth0:java-jwt from 4.4.0 to 4.5.0

Release notes

Sourced from com.auth0:java-jwt's releases.

4.5.0

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)
Changelog

Sourced from com.auth0:java-jwt's changelog.

4.5.0 (2025-01-29)

Full Changelog

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)

4.5.0 (2025-01-28)

Full Changelog

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)

4.5.0 (2025-01-22)

Full Changelog

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)
Commits

Updates com.squareup.okhttp3:okhttp from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:okhttp's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:mockwebserver from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:mockwebserver's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:okhttp-urlconnection from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:okhttp-urlconnection's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:logging-interceptor from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:logging-interceptor's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:okhttp-bom from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:okhttp-bom's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:mockwebserver from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:mockwebserver's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:okhttp-urlconnection from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:okhttp-urlconnection's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:logging-interceptor from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:logging-interceptor's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Updates com.squareup.okhttp3:okhttp-bom from 4.12.0 to 5.3.2

Changelog

Sourced from com.squareup.okhttp3:okhttp-bom's changelog.

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.3

2025-11-18

... (truncated)

Commits

Bumps the alldependencies group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.palantir.git-version | `3.1.0` | `4.2.0` |
| gradle-wrapper | `8.3` | `9.3.0` |
| [mil.army.usace.hec:lookup](https://github.com/HydrologicEngineeringCenter/hec-service-annotations) | `2.0` | `3.0.0` |
| [mil.army.usace.hec:service-annotations](https://github.com/HydrologicEngineeringCenter/hec-service-annotations) | `2.0.1` | `4.0.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.2` | `2.21.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.21.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.17.2` | `2.21.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.17.2` | `2.21.0` |
| io.swagger.core.v3:swagger-annotations | `2.2.22` | `2.2.42` |
| [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.1.0` | `3.1.1` |
| io.swagger.codegen.v3:swagger-codegen-cli | `3.0.61` | `3.0.76` |
| [com.auth0:java-jwt](https://github.com/auth0/java-jwt) | `4.4.0` | `4.5.0` |
| [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.12.0` | `5.3.2` |
| [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) | `4.12.0` | `5.3.2` |
| [com.squareup.okhttp3:okhttp-urlconnection](https://github.com/square/okhttp) | `4.12.0` | `5.3.2` |
| [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) | `4.12.0` | `5.3.2` |
| [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) | `4.12.0` | `5.3.2` |
| io.swagger.parser.v3:swagger-parser-v3 | `2.1.25` | `2.1.37` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.10.3` | `6.0.2` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.10.3` | `6.0.2` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.10.3` | `6.0.2` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.12.0` | `5.21.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.12.0` | `5.21.0` |



Updates `com.palantir.git-version` from 3.1.0 to 4.2.0

Updates `gradle-wrapper` from 8.3 to 9.3.0

Updates `mil.army.usace.hec:lookup` from 2.0 to 3.0.0
- [Release notes](https://github.com/HydrologicEngineeringCenter/hec-service-annotations/releases)
- [Commits](https://github.com/HydrologicEngineeringCenter/hec-service-annotations/commits/3.0.0)

Updates `mil.army.usace.hec:service-annotations` from 2.0.1 to 4.0.0
- [Release notes](https://github.com/HydrologicEngineeringCenter/hec-service-annotations/releases)
- [Commits](https://github.com/HydrologicEngineeringCenter/hec-service-annotations/commits/4.0.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.21.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.21.0

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.17.2 to 2.21.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.21.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.17.2 to 2.21.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.21.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.21.0

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.17.2 to 2.21.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.21.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.17.2 to 2.21.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.21.0)

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.22 to 2.2.42

Updates `jakarta.validation:jakarta.validation-api` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](jakartaee/validation@3.1.0...3.1.1)

Updates `io.swagger.codegen.v3:swagger-codegen-cli` from 3.0.61 to 3.0.76

Updates `com.auth0:java-jwt` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/auth0/java-jwt/releases)
- [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md)
- [Commits](auth0/java-jwt@4.4.0...4.5.0)

Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:mockwebserver` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:okhttp-urlconnection` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:logging-interceptor` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:okhttp-bom` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:mockwebserver` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:okhttp-urlconnection` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:logging-interceptor` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `com.squareup.okhttp3:okhttp-bom` from 4.12.0 to 5.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.12.0...parent-5.3.2)

Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.25 to 2.1.37

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r6.0.2)

Updates `org.mockito:mockito-core` from 5.12.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.21.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.21.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.21.0)

---
updated-dependencies:
- dependency-name: com.palantir.git-version
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: mil.army.usace.hec:lookup
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: mil.army.usace.hec:service-annotations
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: jakarta.validation:jakarta.validation-api
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: io.swagger.codegen.v3:swagger-codegen-cli
  dependency-version: 3.0.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: com.auth0:java-jwt
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:okhttp-urlconnection
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:logging-interceptor
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:okhttp-bom
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:okhttp-urlconnection
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:logging-interceptor
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: com.squareup.okhttp3:okhttp-bom
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: io.swagger.parser.v3:swagger-parser-v3
  dependency-version: 2.1.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alldependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 26, 2026
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