Skip to content

Commit 82a49c3

Browse files
Update Jackson deps to latest version
1 parent 4311468 commit 82a49c3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

azd/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.core</groupId>
3838
<artifactId>jackson-annotations</artifactId>
39-
<version>2.15.1</version>
39+
<version>2.17.2</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-core</artifactId>
44-
<version>2.15.1</version>
44+
<version>2.17.2</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-databind</artifactId>
49-
<version>2.15.1</version>
49+
<version>2.17.2</version>
5050
</dependency>
5151
</dependencies>
5252

@@ -84,20 +84,20 @@
8484
<artifactId>maven-jar-plugin</artifactId>
8585
<version>3.0.2</version>
8686
</plugin>
87-
<plugin>
88-
<groupId>org.apache.maven.plugins</groupId>
89-
<artifactId>maven-gpg-plugin</artifactId>
90-
<version>1.5</version>
91-
<executions>
92-
<execution>
93-
<id>sign-artifacts</id>
94-
<phase>verify</phase>
95-
<goals>
96-
<goal>sign</goal>
97-
</goals>
98-
</execution>
99-
</executions>
100-
</plugin>
87+
<!-- <plugin>-->
88+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
89+
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
90+
<!-- <version>1.5</version>-->
91+
<!-- <executions>-->
92+
<!-- <execution>-->
93+
<!-- <id>sign-artifacts</id>-->
94+
<!-- <phase>verify</phase>-->
95+
<!-- <goals>-->
96+
<!-- <goal>sign</goal>-->
97+
<!-- </goals>-->
98+
<!-- </execution>-->
99+
<!-- </executions>-->
100+
<!-- </plugin>-->
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)