This is an automated email from the ASF dual-hosted git repository.

joergrade pushed a commit to branch ISIS-3171
in repository https://gitbox.apache.org/repos/asf/isis.git

commit e862928a6333dfa5bfcbffb473be404a722ebcb7
Merge: e8823f990f eedb93197d
Author: Jörg Rade <joerg.r...@kuehne-nagel.com>
AuthorDate: Tue Aug 23 16:56:59 2022 +0200

    ISIS-3043 Version upgrade: kvision=5.14, subtype nullable

 .../adoc/modules/spring-oauth2/pages/about.adoc    | 50 ++++++++++------------
 incubator/clients/kroviz/build.gradle.kts          |  8 +++-
 incubator/clients/kroviz/gradle.properties         |  2 +-
 .../kroviz/core/aggregator/ActionDispatcher.kt     |  2 +-
 .../kroviz/core/aggregator/AggregatorWithLayout.kt |  2 +-
 .../kroviz/core/aggregator/BaseAggregator.kt       |  2 +-
 .../kroviz/core/aggregator/CollectionAggregator.kt |  2 +-
 .../core/aggregator/DomainTypesAggregator.kt       |  2 +-
 .../kroviz/core/aggregator/DownloadDispatcher.kt   |  2 +-
 .../kroviz/core/aggregator/ErrorDispatcher.kt      |  3 +-
 .../kroviz/core/aggregator/NavigationDispatcher.kt |  2 +-
 .../kroviz/core/aggregator/ObjectAggregator.kt     |  2 +-
 .../kroviz/core/aggregator/RestfulDispatcher.kt    |  2 +-
 .../client/kroviz/core/aggregator/SvgDispatcher.kt |  3 +-
 .../kroviz/core/aggregator/SystemAggregator.kt     |  2 +-
 .../kroviz/core/aggregator/UndefinedDispatcher.kt  |  2 +-
 .../isis/client/kroviz/core/event/LogEntry.kt      |  2 +-
 .../isis/client/kroviz/core/event/ResourceProxy.kt | 13 +++---
 .../kroviz/core/event/ResourceSpecification.kt     |  6 +--
 .../client/kroviz/core/event/RoXmlHttpRequest.kt   |  6 +--
 .../apache/isis/client/kroviz/ui/panel/GeoMap.kt   |  7 +--
 .../apache/isis/client/kroviz/ui/panel/SvgMap.kt   | 45 +++++++++++++------
 .../kroviz/core/aggregator/DispatchInterceptor.kt  |  2 +-
 23 files changed, 95 insertions(+), 74 deletions(-)

diff --cc incubator/clients/kroviz/gradle.properties
index 254632ec36,b67921e7dd..281d2bed4d
--- a/incubator/clients/kroviz/gradle.properties
+++ b/incubator/clients/kroviz/gradle.properties
@@@ -18,10 -18,10 +18,10 @@@
  #
  javaVersion=1.8
  #Plugins
 -systemProp.kotlinVersion=1.6.10
 -serializationVersion=1.3.0
 +systemProp.kotlinVersion=1.7.0
 +serializationVersion=1.3.3
  #Dependencies
- systemProp.kvisionVersion=5.12.0
+ systemProp.kvisionVersion=5.14.0
  coroutinesVersion=1.5.2
  
  kotlin.mpp.stability.nowarn=true

Reply via email to