Skip to content

Commit ae449ad

Browse files
Bump the all-dependencies group with 5 updates (#13)
1 parent e46ac97 commit ae449ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.assertj</groupId>
5656
<artifactId>assertj-core</artifactId>
57-
<version>3.25.3</version>
57+
<version>3.27.7</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-source-plugin</artifactId>
67-
<version>3.3.1</version>
67+
<version>3.4.0</version>
6868
<executions>
6969
<execution>
7070
<id>attach-sources</id>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-javadoc-plugin</artifactId>
82-
<version>3.6.3</version>
82+
<version>3.12.0</version>
8383
<executions>
8484
<execution>
8585
<id>attach-javadocs</id>
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.jacoco</groupId>
101101
<artifactId>jacoco-maven-plugin</artifactId>
102-
<version>0.8.12</version>
102+
<version>0.8.14</version>
103103
<executions>
104104
<execution>
105105
<id>prepare-agent</id>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-compiler-plugin</artifactId>
115-
<version>3.13.0</version>
115+
<version>3.15.0</version>
116116
<configuration>
117117
<source>${maven.compiler.source}</source>
118118
<target>${maven.compiler.target}</target>

0 commit comments

Comments
 (0)