Skip to content

Commit fc4f82e

Browse files
authoredMar 7, 2023
Upgrading nexus staging plugin version (#371)
* upgrading nexus staging plugin version * updating jackson databind version
1 parent 07e20a6 commit fc4f82e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
 

‎Java/benchmark/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-core</artifactId>
53-
<version>2.14.0-rc1</version>
53+
<version>2.14.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>
5757
<artifactId>jackson-databind</artifactId>
58-
<version>2.14.0-rc1</version>
58+
<version>2.14.2</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>io.protostuff</groupId>

‎Java/examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-core</artifactId>
35-
<version>2.14.0-rc1</version>
35+
<version>2.14.2</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.fasterxml.jackson.core</groupId>
3939
<artifactId>jackson-databind</artifactId>
40-
<version>2.14.0-rc1</version>
40+
<version>2.14.2</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.protostuff</groupId>

‎Java/parkservices/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-databind</artifactId>
55-
<version>2.14.0-rc1</version>
55+
<version>2.14.2</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

‎Java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.sonatype.plugins</groupId>
186186
<artifactId>nexus-staging-maven-plugin</artifactId>
187-
<version>1.6.7</version>
187+
<version>1.6.13</version>
188188
<extensions>true</extensions>
189189
<configuration>
190190
<serverId>ossrh</serverId>

‎Java/serialization/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>com.fasterxml.jackson.core</groupId>
3030
<artifactId>jackson-core</artifactId>
31-
<version>2.14.0-rc1</version>
31+
<version>2.14.2</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.fasterxml.jackson.core</groupId>
3535
<artifactId>jackson-databind</artifactId>
36-
<version>2.14.0-rc1</version>
36+
<version>2.14.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.