Skip to content

Commit

Permalink
Update dependency versions, make junit.version configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Feb 24, 2024
1 parent 9879397 commit 027a7b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<eclipse.formatter.js.config>${coding.style.eclipse.dir}/eclipse-formatter-config-js.xml</eclipse.formatter.js.config>
<eclipse.checkstyle.config>${coding.style.eclipse.dir}/checkstyle-configuration.xml</eclipse.checkstyle.config>
<kohlschutter.surefire.patch.args></kohlschutter.surefire.patch.args>
<checkstyle.version>10.12.7</checkstyle.version>
<checkstyle.version>10.13.0</checkstyle.version>
<checkstyle.disabled>false</checkstyle.disabled>
<checkstyle.strict>false</checkstyle.strict>
<spotbugs.exclude.file>${coding.style.eclipse.dir}/spotbugs-exclude.xml</spotbugs.exclude.file>
Expand All @@ -100,9 +100,10 @@
<xlint.compiler.arg>-Xlint:all,-classfile,-try,-module,-requires-automatic</xlint.compiler.arg>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<eclipsejdt.annotations.version>2.2.800</eclipsejdt.annotations.version>
<errorprone.version>2.24.0</errorprone.version>
<errorprone.version>2.25.0</errorprone.version>
<errorprone.annotations.version>${errorprone.version}</errorprone.annotations.version>
<errorprone.args></errorprone.args>
<junit.version>5.10.2</junit.version>
</properties>
<profiles>
<profile>
Expand Down Expand Up @@ -1738,7 +1739,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.1</version>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 027a7b4

Please sign in to comment.