Skip to content

Commit e5781fc

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-prisms](https://github.com/avaje/avaje-prisms). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `io.avaje:avaje-prisms` from 1.33 to 1.34 - [Release notes](https://github.com/avaje/avaje-prisms/releases) - [Commits](avaje/avaje-prisms@1.33...1.34) --- 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-prisms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37dab34 commit e5781fc

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.0</version>
32+
<version>2.18.1</version>
3333
<optional>true</optional>
3434
</dependency>
3535

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2222
<swagger.version>2.2.25</swagger.version>
2323
<jackson.version>2.14.2</jackson.version>
24-
<avaje.prisms.version>1.33</avaje.prisms.version>
24+
<avaje.prisms.version>1.34</avaje.prisms.version>
2525
<module-info.shade>${project.build.directory}${file.separator}module-info.shade</module-info.shade>
2626
</properties>
2727

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.0</jackson.version>
17+
<jackson.version>2.18.1</jackson.version>
1818
<jex.version>2.5</jex.version>
1919
<avaje-inject.version>10.4</avaje-inject.version>
2020
<nima.version>4.1.3</nima.version>

0 commit comments

Comments
 (0)