Skip to content

Commit 599f55b

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [io.avaje:avaje-sigma](https://github.com/avaje/avaje-sigma). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `io.avaje:avaje-sigma` from 0.2 to 0.3 - [Commits](https://github.com/avaje/avaje-sigma/commits/0.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.avaje:avaje-sigma dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57dc796 commit 599f55b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.fasterxml.jackson.core</groupId>
3131
<artifactId>jackson-databind</artifactId>
32-
<version>2.18.1</version>
32+
<version>2.18.2</version>
3333
<optional>true</optional>
3434
</dependency>
3535

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.deploy.skip>true</maven.deploy.skip>
1515
<junit.version>5.11.3</junit.version>
1616
<assertj.version>3.26.3</assertj.version>
17-
<jackson.version>2.18.1</jackson.version>
17+
<jackson.version>2.18.2</jackson.version>
1818
<jex.version>3.0-RC7</jex.version>
1919
<avaje-inject.version>11.0</avaje-inject.version>
2020
<nima.version>4.1.4</nima.version>

tests/test-sigma/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-sigma</artifactId>
31-
<version>0.2</version>
31+
<version>0.3</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)