Skip to content

Commit b601909

Browse files
Bump jackson.version from 2.19.2 to 2.20 (#529)
* Bump pekko.version from 1.1.5 to 1.2.1 (#550) * Bump pekko.version from 1.1.5 to 1.2.1 Bumps `pekko.version` from 1.1.5 to 1.2.1. Updates `org.apache.pekko:pekko-slf4j_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-actor_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-stream_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-cluster_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-remote_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-cluster-sharding_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-distributed-data_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-persistence-query_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-testkit_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-slf4j_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-actor_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-stream_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-cluster_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-remote_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-cluster-sharding_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-distributed-data_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-persistence-query_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-testkit_2.13 dependency-version: 1.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * remove unused class --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Arp <[email protected]> * use jackson bom * fix deprecated method use * fix another deprecated method call --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Arp <[email protected]>
1 parent fdbbed8 commit b601909

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

pom.xml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<hikari.version>7.0.2</hikari.version>
122122
<fastutil.version>8.5.16</fastutil.version>
123123
<h2.version>2.4.240</h2.version>
124-
<jackson.version>2.19.2</jackson.version>
124+
<jackson.version>2.20.0</jackson.version>
125125
<javassist.version>3.30.2-GA</javassist.version>
126126
<javassist.maven.core.version>0.2.9</javassist.maven.core.version>
127127
<javax.persistence.version>1.0.2</javax.persistence.version>
@@ -652,39 +652,32 @@
652652
<dependency>
653653
<groupId>com.fasterxml.jackson.core</groupId>
654654
<artifactId>jackson-annotations</artifactId>
655-
<version>${jackson.version}</version>
656655
</dependency>
657656
<dependency>
658657
<groupId>com.fasterxml.jackson.core</groupId>
659658
<artifactId>jackson-core</artifactId>
660-
<version>${jackson.version}</version>
661659
</dependency>
662660
<dependency>
663661
<groupId>com.fasterxml.jackson.core</groupId>
664662
<artifactId>jackson-databind</artifactId>
665-
<version>${jackson.version}</version>
666663
</dependency>
667664
<dependency>
668665
<groupId>com.fasterxml.jackson.datatype</groupId>
669666
<artifactId>jackson-datatype-guava</artifactId>
670-
<version>${jackson.version}</version>
671667
<scope>runtime</scope>
672668
</dependency>
673669
<dependency>
674670
<groupId>com.fasterxml.jackson.module</groupId>
675671
<artifactId>jackson-module-guice7</artifactId>
676-
<version>${jackson.version}</version>
677672
</dependency>
678673
<dependency>
679674
<groupId>com.fasterxml.jackson.datatype</groupId>
680675
<artifactId>jackson-datatype-jsr310</artifactId>
681-
<version>${jackson.version}</version>
682676
<scope>runtime</scope>
683677
</dependency>
684678
<dependency>
685679
<groupId>com.fasterxml.jackson.datatype</groupId>
686680
<artifactId>jackson-datatype-jdk8</artifactId>
687-
<version>${jackson.version}</version>
688681
<scope>runtime</scope>
689682
</dependency>
690683
<!-- Pekko -->
@@ -974,6 +967,17 @@
974967
<scope>test</scope>
975968
</dependency>
976969
</dependencies>
970+
<dependencyManagement>
971+
<dependencies>
972+
<dependency>
973+
<groupId>com.fasterxml.jackson</groupId>
974+
<artifactId>jackson-bom</artifactId>
975+
<version>${jackson.version}</version>
976+
<scope>import</scope>
977+
<type>pom</type>
978+
</dependency>
979+
</dependencies>
980+
</dependencyManagement>
977981
<profiles>
978982
<profile>
979983
<id>rpm</id>

src/test/java/com/arpnetworking/clusteraggregator/integration/HealthCheckIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class HealthCheckIT {
3535
public void test() throws IOException {
3636
final JsonNode expectedResponse = OBJECT_MAPPER.readTree("{\"status\":\"HEALTHY\"}");
3737
final JsonNode actualResponse = OBJECT_MAPPER.readTree(
38-
new URL(getEndpoint() + "/ping"));
38+
new URL(getEndpoint() + "/ping").openStream());
3939
Assert.assertEquals(expectedResponse, actualResponse);
4040
}
4141

src/test/java/com/arpnetworking/tsdcore/sinks/KairosDbSinkTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ public void testPost() throws InterruptedException, IOException {
102102

103103
// Compare the bodies
104104
final JsonNode actual = OBJECT_MAPPER.readTree(_wireMock.find(requestPattern).get(0).getBody());
105-
final JsonNode expected = OBJECT_MAPPER.readTree(getClass().getResource(getClass().getSimpleName() + ".testPost.expected.json"));
105+
final JsonNode expected = OBJECT_MAPPER.readTree(getClass().getResource(getClass().getSimpleName() + ".testPost.expected.json")
106+
.openStream());
106107
Assert.assertEquals(expected, actual);
107108
}
108109

0 commit comments

Comments
 (0)