Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
736c729394
Bump the minor-java-dependencies group across 1 directory with 7 updates
Some checks failed
Service CI / Build and test (push) Has been cancelled
Bumps the minor-java-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| software.amazon.awssdk:bom | `2.36.3` | `2.41.19` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `2.0.1` | `2.0.3` |
| [com.azure:azure-cosmos](https://github.com/Azure/azure-sdk-for-java) | `4.75.0` | `4.77.0` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.19.0` | `1.21.0` |
| [org.signal:libsignal-server](https://github.com/signalapp/libsignal) | `0.85.1` | `0.86.5` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.2` | `3.6.3` |
| [org.codehaus.mojo:templating-maven-plugin](https://github.com/mojohaus/templating-maven-plugin) | `3.0.0` | `3.1.0` |



Updates `software.amazon.awssdk:bom` from 2.36.3 to 2.41.19

Updates `org.testcontainers:testcontainers-bom` from 2.0.1 to 2.0.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.1...2.0.3)

Updates `com.azure:azure-cosmos` from 4.75.0 to 4.77.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-cosmos_4.75.0...com.azure+azure-cosmos_4.77.0)

Updates `commons-codec:commons-codec` from 1.19.0 to 1.21.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.19.0...rel/commons-codec-1.21.0)

Updates `org.signal:libsignal-server` from 0.85.1 to 0.86.5
- [Release notes](https://github.com/signalapp/libsignal/releases)
- [Changelog](https://github.com/signalapp/libsignal/blob/main/RELEASE.md)
- [Commits](https://github.com/signalapp/libsignal/compare/v0.85.1...v0.86.5)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.6.2...3.6.3)

Updates `org.codehaus.mojo:templating-maven-plugin` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/mojohaus/templating-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/templating-maven-plugin/compare/3.0.0...templating-maven-plugin-3.1.0)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.41.19
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.azure:azure-cosmos
  dependency-version: 4.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: org.signal:libsignal-server
  dependency-version: 0.86.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.codehaus.mojo:templating-maven-plugin
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-01 07:49:29 +00:00

14
pom.xml
View File

@ -22,12 +22,12 @@
<micronaut.runtime>netty</micronaut.runtime>
<exec.mainClass>org.signal.cdsi.Application</exec.mainClass>
<aws.sdk.version>2.36.3</aws.sdk.version>
<commons.codec.version>1.19.0</commons.codec.version>
<aws.sdk.version>2.41.19</aws.sdk.version>
<commons.codec.version>1.21.0</commons.codec.version>
<guava.version>33.5.0-jre</guava.version>
<httpcomponents.httpcore.version>4.4.16</httpcomponents.httpcore.version>
<hdrhistogram.version>2.2.2</hdrhistogram.version>
<testcontainers.version>2.0.1</testcontainers.version>
<testcontainers.version>2.0.3</testcontainers.version>
<make.docker.prefix>docker_</make.docker.prefix>
@ -70,7 +70,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.75.0</version>
<version>4.77.0</version>
<exclusions>
<!-- com.azure:azure-cosmos directly and transitively depends on different versions of the hdrhistogram package.
Excluding the package here and making it a direct dependency to resolve that internal conflict. -->
@ -160,7 +160,7 @@
<dependency>
<groupId>org.signal</groupId>
<artifactId>libsignal-server</artifactId>
<version>0.85.1</version>
<version>0.86.5</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
@ -317,13 +317,13 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>templating-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>
<plugin>