Skip to content

Commit 31bd6cb

Browse files
Bump the all-dependencies group with 4 updates (#11)
1 parent 006be91 commit 31bd6cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<maven.compiler.source>11</maven.compiler.source>
1313
<maven.compiler.target>11</maven.compiler.target>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<slf4j.version>1.7.36</slf4j.version>
15+
<slf4j.version>2.0.17</slf4j.version>
1616
</properties>
1717

1818
<build>
1919
<plugins>
2020
<plugin>
2121
<groupId>org.apache.maven.plugins</groupId>
2222
<artifactId>maven-compiler-plugin</artifactId>
23-
<version>3.13.0</version>
23+
<version>3.15.0</version>
2424
<configuration>
2525
<source>${maven.compiler.source}</source>
2626
<target>${maven.compiler.target}</target>
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>org.apache.maven.plugins</groupId>
3232
<artifactId>maven-source-plugin</artifactId>
33-
<version>3.3.1</version>
33+
<version>3.4.0</version>
3434
<executions>
3535
<execution>
3636
<id>attach-sources</id>
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.apache.maven.plugins</groupId>
4747
<artifactId>maven-javadoc-plugin</artifactId>
48-
<version>3.6.3</version>
48+
<version>3.12.0</version>
4949
<executions>
5050
<execution>
5151
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)