Skip to content

Commit 7a3db92

Browse files
committed
java: pom.xml bump some versions
1 parent 62cef29 commit 7a3db92

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

schema_salad/java/pom.xml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<description><![CDATA[${project_description}]]></description>
99
<version>${version}</version>
1010
<properties>
11-
<commonslang.version>3.7</commonslang.version>
11+
<commonslang.version>3.12.0</commonslang.version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1414
<maven.compiler.source>8</maven.compiler.source>
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-compiler-plugin</artifactId>
34-
<version>3.8.0</version>
34+
<version>3.8.1</version>
3535
<configuration>
3636
<release>11</release>
3737
<showDeprecation>true</showDeprecation>
@@ -53,18 +53,19 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-surefire-plugin</artifactId>
56-
<version>2.21.0</version>
56+
<version>2.22.2</version>
5757
</plugin>
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-javadoc-plugin</artifactId>
61-
<version>3.1.1</version>
61+
<version>3.3.1</version>
6262
<configuration>
6363
</configuration>
6464
</plugin>
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-jar-plugin</artifactId>
68+
<version>3.2.0</version>
6869
<configuration>
6970
<archive>
7071
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
@@ -111,12 +112,22 @@
111112
<dependency>
112113
<groupId>junit</groupId>
113114
<artifactId>junit</artifactId>
114-
<version>4.13.1</version>
115+
<version>4.13.2</version>
115116
</dependency>
116117
<dependency>
117118
<groupId>org.snakeyaml</groupId>
118119
<artifactId>snakeyaml-engine</artifactId>
119-
<version>2.2.1</version>
120+
<version>2.3</version>
121+
</dependency>
122+
<dependency>
123+
<groupId>com.fasterxml.jackson.core</groupId>
124+
<artifactId>jackson-databind</artifactId>
125+
<version>2.12.6</version>
126+
</dependency>
127+
<dependency>
128+
<groupId>com.fasterxml.jackson.dataformat</groupId>
129+
<artifactId>jackson-dataformat-yaml</artifactId>
130+
<version>2.10.4</version>
120131
</dependency>
121132
</dependencies>
122133
<profiles>

0 commit comments

Comments
 (0)