Update kotlin version

This commit is contained in:
nheron 2025-04-18 19:22:41 +02:00
commit c70afb8e53
2 changed files with 6 additions and 6 deletions

View file

@ -6,9 +6,9 @@ import java.io.Serializable
interface HistoryListener : Serializable {
@Throws(DroolsChtijbugException::class)
open fun fireEvent(newHistoryEvent: HistoryEvent?)
fun fireEvent(newHistoryEvent: HistoryEvent?)
open fun withDetails(): Boolean
fun withDetails(): Boolean
open fun setDetails(details: Boolean?)
fun setDetails(details: Boolean?)
}

View file

@ -41,7 +41,7 @@
<postgres.version>42.2.8</postgres.version>
<postgresql.version>42.2.8</postgresql.version>
<activemq.version>5.15.10</activemq.version>
<kotlin.version>1.9.25</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
</properties>