Skip to content

Commit 3635357

Browse files
author
Hanseter
committed
bump to new kotlin compiler
1 parent b615786 commit 3635357

1 file changed

Lines changed: 14 additions & 42 deletions

File tree

pom.xml

Lines changed: 14 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.hanseter</groupId>
88
<artifactId>json-properties-fx</artifactId>
9-
<version>1.0.15</version>
9+
<version>2.0.0</version>
1010

1111
<packaging>bundle</packaging>
1212
<name>JSON Properties Editor Fx</name>
1313

1414
<properties>
15-
<maven.compiler.source>17</maven.compiler.source>
16-
<maven.compiler.target>17</maven.compiler.target>
17-
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
15+
<maven.compiler.source>21</maven.compiler.source>
16+
<maven.compiler.target>21</maven.compiler.target>
17+
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<kotlin.version>1.8.20</kotlin.version>
20-
<javafx.version>17.0.2</javafx.version>
19+
<kotlin.version>2.0.10</kotlin.version>
20+
<javafx.version>21.0.2</javafx.version>
2121
<slf4j.version>1.7.32</slf4j.version>
2222
</properties>
2323

@@ -154,13 +154,13 @@
154154
<dependency>
155155
<groupId>org.testfx</groupId>
156156
<artifactId>testfx-core</artifactId>
157-
<version>4.0.16-alpha</version>
157+
<version>4.0.18</version>
158158
<scope>test</scope>
159159
</dependency>
160160
<dependency>
161161
<groupId>org.testfx</groupId>
162162
<artifactId>testfx-junit5</artifactId>
163-
<version>4.0.16-alpha</version>
163+
<version>4.0.18</version>
164164
<scope>test</scope>
165165
</dependency>
166166
<dependency>
@@ -169,40 +169,12 @@
169169
<version>${slf4j.version}</version>
170170
<scope>test</scope>
171171
</dependency>
172+
<dependency>
173+
<groupId>org.testfx</groupId>
174+
<artifactId>openjfx-monocle</artifactId>
175+
<version>21.0.2</version>
176+
<scope>test</scope>
177+
</dependency>
172178
</dependencies>
173179

174-
<profiles>
175-
<profile>
176-
<id>linux-x86_64-monocle</id>
177-
<activation>
178-
<os>
179-
<name>linux</name>
180-
<arch>amd64</arch>
181-
</os>
182-
<property>
183-
<name>javafx.monocle</name>
184-
<value>true</value>
185-
</property>
186-
</activation>
187-
<properties>
188-
<javafx.platform>linux-monocle</javafx.platform>
189-
</properties>
190-
</profile>
191-
<profile>
192-
<id>windows-x86_64-monocle</id>
193-
<activation>
194-
<os>
195-
<family>windows</family>
196-
<arch>amd64</arch>
197-
</os>
198-
<property>
199-
<name>javafx.monocle</name>
200-
<value>true</value>
201-
</property>
202-
</activation>
203-
<properties>
204-
<javafx.platform>win-monocle</javafx.platform>
205-
</properties>
206-
</profile>
207-
</profiles>
208180
</project>

0 commit comments

Comments
 (0)