Skip to content

Commit af4a2fd

Browse files
committed
updated dependencies
1 parent 70957c7 commit af4a2fd

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

pom.xml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.14.2</version>
45+
<version>2.15.2</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.14.2</version>
50+
<version>2.15.2</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>2.14.2</version>
55+
<version>2.15.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.dataformat</groupId>
5959
<artifactId>jackson-dataformat-yaml</artifactId>
60-
<version>2.14.2</version>
60+
<version>2.15.2</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>ch.qos.logback</groupId>
@@ -112,23 +112,13 @@
112112
<dependency>
113113
<groupId>org.json</groupId>
114114
<artifactId>json</artifactId>
115-
<version>20220924</version>
115+
<version>20230227</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>junit</groupId>
119119
<artifactId>junit</artifactId>
120120
<version>4.13.1</version>
121121
</dependency>
122-
<dependency>
123-
<groupId>org.codehaus.jackson</groupId>
124-
<artifactId>jackson-core-asl</artifactId>
125-
<version>1.9.2</version>
126-
</dependency>
127-
<dependency>
128-
<groupId>org.codehaus.jackson</groupId>
129-
<artifactId>jackson-mapper-asl</artifactId>
130-
<version>1.9.2</version>
131-
</dependency>
132122
<dependency>
133123
<groupId>commons-io</groupId>
134124
<artifactId>commons-io</artifactId>
@@ -137,7 +127,7 @@
137127
<dependency>
138128
<groupId>com.opencsv</groupId>
139129
<artifactId>opencsv</artifactId>
140-
<version>5.7.1</version>
130+
<version>5.8</version>
141131
</dependency>
142132
<dependency>
143133
<groupId>info.picocli</groupId>
@@ -169,6 +159,12 @@
169159
<groupId>com.github.javafaker</groupId>
170160
<artifactId>javafaker</artifactId>
171161
<version>1.0.2</version>
162+
<exclusions>
163+
<exclusion>
164+
<groupId>org.yaml</groupId>
165+
<artifactId>snakeyaml</artifactId>
166+
</exclusion>
167+
</exclusions>
172168
</dependency>
173169
</dependencies>
174170

@@ -270,7 +266,7 @@
270266
<plugin>
271267
<groupId>org.jreleaser</groupId>
272268
<artifactId>jreleaser-maven-plugin</artifactId>
273-
<version>1.0.0</version>
269+
<version>1.3.1</version>
274270
<executions>
275271
<execution>
276272
<id>package</id>

0 commit comments

Comments
 (0)