Skip to content

Commit

Permalink
Merge pull request #2 from atraplet/dependabot/maven/maven-404af6c88e
Browse files Browse the repository at this point in the history
Bump the maven group with 3 updates
  • Loading branch information
atraplet authored Jul 6, 2024
2 parents 9f4cd76 + 9f30f5b commit 5f1b89e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<java.version>22</java.version>
<lombok.version>1.18.32</lombok.version>
<lombok.version>1.18.34</lombok.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<configuration>
<argLine>@{argLine} --enable-native-access=com.ustermetrics.scip4j</argLine>
</configuration>
Expand Down

0 comments on commit 5f1b89e

Please sign in to comment.