Skip to content

Commit 404fca7

Browse files
committed
Update dependencies (incl. SnakeYAML)
1 parent 43e0dd1 commit 404fca7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<project.jdkVersion>1.8</project.jdkVersion>
4242

43-
<version.junit>5.13.1</version.junit>
43+
<version.junit>5.13.4</version.junit>
4444
<version.mockito>4.11.0</version.mockito>
4545
</properties>
4646

@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-javadoc-plugin</artifactId>
98-
<version>3.11.2</version>
98+
<version>3.12.0</version>
9999
<executions>
100100
<execution>
101101
<id>attach-javadocs</id>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-gpg-plugin</artifactId>
112-
<version>3.2.7</version>
112+
<version>3.2.8</version>
113113
<executions>
114114
<execution>
115115
<id>sign-artifacts</id>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-compiler-plugin</artifactId>
149-
<version>3.14.0</version>
149+
<version>3.14.1</version>
150150
<configuration>
151151
<source>${project.jdkVersion}</source>
152152
<target>${project.jdkVersion}</target>
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-surefire-plugin</artifactId>
160-
<version>3.5.3</version>
160+
<version>3.5.4</version>
161161
<configuration>
162162
<!-- Force the right file encoding during unit testing -->
163163
<argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine>
@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>org.yaml</groupId>
188188
<artifactId>snakeyaml</artifactId>
189-
<version>2.4</version>
189+
<version>2.5</version>
190190
</dependency>
191191

192192
<!-- TypeInfo and other utils -->

0 commit comments

Comments
 (0)