|
86 | 86 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
87 | 87 | <jdk.language.version>21</jdk.language.version>
|
88 | 88 | <kotlin.language.target>21</kotlin.language.target>
|
89 |
| - <kotlin.version>1.9.23</kotlin.version> |
| 89 | + <kotlin.version>2.0.0</kotlin.version> |
90 | 90 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
|
91 | 91 |
|
92 | 92 | <maven.compiler.source>${jdk.language.version}</maven.compiler.source>
|
|
99 | 99 | <commons-lang3.version>3.14.0</commons-lang3.version>
|
100 | 100 | <controlsfx.version>11.2.1</controlsfx.version>
|
101 | 101 | <flatlaf.version>3.4</flatlaf.version>
|
102 |
| - <guava.version>33.2.0-jre</guava.version> |
| 102 | + <guava.version>33.2.1-jre</guava.version> |
103 | 103 | <install4j-maven-plugin.version>1.1.2</install4j-maven-plugin.version>
|
104 | 104 | <jackson.version>2.17.0</jackson.version>
|
105 | 105 | <jaffree.version>2023.09.10</jaffree.version>
|
|
123 | 123 | <mockito.version>5.11.0</mockito.version>
|
124 | 124 | <okhttp.version>5.0.0-alpha.14</okhttp.version>
|
125 | 125 | <picocli.version>4.7.6</picocli.version>
|
126 |
| - <sqlite-jdbc.version>3.45.3.0</sqlite-jdbc.version> |
| 126 | + <sqlite-jdbc.version>3.46.0.0</sqlite-jdbc.version> |
127 | 127 | <xz.version>1.9</xz.version>
|
128 | 128 |
|
129 | 129 | <mainclass>mediathek.Main</mainclass>
|
|
146 | 146 | <!--suppress UnresolvedMavenProperty -->
|
147 | 147 | <install4j.licenseKey>${env.LICENSE_KEY_10}</install4j.licenseKey>
|
148 | 148 | <install4j.version>10.0.7</install4j.version>
|
149 |
| - <lucene.version>9.10.0</lucene.version> |
| 149 | + <lucene.version>9.11.0</lucene.version> |
150 | 150 | </properties>
|
151 | 151 |
|
152 | 152 | <dependencies>
|
|
0 commit comments