Skip to content

Commit 6252a41

Browse files
ci: Improve CI
1 parent de7c535 commit 6252a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
101101
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
102102
<junit.version>5.12.2</junit.version>
103-
<jcip-annotations.version>1.0</jcip-annotations.version>
103+
<jcip-annotations.version>1.0-1</jcip-annotations.version>
104104
<javafx.version>21.0.7</javafx.version>
105105
<javafx.swt.version>21.0.4</javafx.swt.version>
106106
<controlsfx.version>11.2.2</controlsfx.version>
@@ -301,7 +301,7 @@
301301
<scope>test</scope>
302302
</dependency>
303303
<dependency>
304-
<groupId>net.jcip</groupId>
304+
<groupId>com.github.stephenc.jcip</groupId>
305305
<artifactId>jcip-annotations</artifactId>
306306
<version>${jcip-annotations.version}</version>
307307
<scope>test</scope>

0 commit comments

Comments
 (0)