Skip to content

Commit 0985858

Browse files
committed
Move spotless.version property to BOM
It is used in the `java8-tests` profile of the BOM.
1 parent b499ff1 commit 0985858

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

log4j-parent/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
<jeromq.version>0.6.0</jeromq.version>
109109
<jmdns.version>3.6.0</jmdns.version>
110110
<jmh.version>1.37</jmh.version>
111-
<jspecify.version>1.0.0</jspecify.version>
112111
<junit.version>4.13.2</junit.version>
113112
<junit-jupiter.version>5.11.4</junit-jupiter.version>
114113
<junit-pioneer.version>1.9.1</junit-pioneer.version>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@
357357
<!-- =====================================================
358358
Direct dependency version properties (in alphabetical order)
359359
===================================================== -->
360+
<jspecify.version>1.0.0</jspecify.version>
360361
<log4j-docgen.version>0.9.0</log4j-docgen.version>
361362
<node.version>21.7.1</node.version>
362363
<npm.version>10.5.0</npm.version>
@@ -993,6 +994,7 @@
993994
<groupId>org.jspecify</groupId>
994995
<artifactId>jspecify</artifactId>
995996
<version>${jspecify.version}</version>
997+
<scope>test</scope>
996998
</dependency>
997999
</dependencies>
9981000

0 commit comments

Comments
 (0)