Skip to content

Commit 20248b5

Browse files
Bump the all-dependencies group with 5 updates (#14)
1 parent fcc73ea commit 20248b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
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
<dependency>
6161
<groupId>org.jusecase</groupId>
6262
<artifactId>builders</artifactId>
63-
<version>0.3.1</version>
63+
<version>1.0.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-compiler-plugin</artifactId>
73-
<version>3.12.1</version>
73+
<version>3.15.0</version>
7474
<configuration>
7575
<source>${maven.compiler.source}</source>
7676
<target>${maven.compiler.target}</target>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-source-plugin</artifactId>
83-
<version>3.3.1</version>
83+
<version>3.4.0</version>
8484
<executions>
8585
<execution>
8686
<id>attach-sources</id>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-javadoc-plugin</artifactId>
98-
<version>3.6.3</version>
98+
<version>3.12.0</version>
9999
<executions>
100100
<execution>
101101
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)