Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/com.fasterxml.jackson.core-…
Browse files Browse the repository at this point in the history
…jackson-databind-2.17.0
  • Loading branch information
fatroom committed Jun 12, 2024
2 parents b6a42ed + 038cb7d commit a1e5e52
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<extension>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.0.1</version>
<version>1.2.0</version>
</extension>

</extensions>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -296,7 +296,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion riptide-compression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.105.Final</version>
<version>4.1.111.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion riptide-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.105.Final</version>
<version>4.1.111.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion riptide-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<description>Client side response routing</description>

<properties>
<opentelemetry.version>1.34.1</opentelemetry.version>
<opentelemetry.version>1.39.0</opentelemetry.version>
<opentelemetry-semconv.version>1.23.1-alpha</opentelemetry-semconv.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions riptide-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

<properties>
<fauxpas.version>0.9.0</fauxpas.version>
<jackson.version>2.15.3</jackson.version>
<jackson.version>2.17.1</jackson.version>
<jackson-databind.version>2.17.0</jackson-databind.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<logbook.version>3.7.2</logbook.version>
<micrometer.version>1.12.2</micrometer.version>
<micrometer.version>1.13.1</micrometer.version>
<mockito.version>5.3.1</mockito.version>
<problem.version>0.27.1</problem.version>
<slf4j.version>2.0.7</slf4j.version>
Expand Down

0 comments on commit a1e5e52

Please sign in to comment.