From c696222d731b0ee06eff894e371610257447a2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Mon, 13 May 2024 11:09:08 +0200 Subject: [PATCH] chore: License change date for 1.2.4, Akka 2.9.3 bump --- LICENSE | 4 ++-- native-image-tests/build.sbt | 2 +- project/Dependencies.scala | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 5c43ea79..106d341f 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Business Source License 1.1 Parameters Licensor: Lightbend, Inc. -Licensed Work: Akka Persistence R2DBC 1.2.3 +Licensed Work: Akka Persistence R2DBC 1.2.4 This license applies to all sub directories and files UNLESS another license file is present in a sub directory, then that other license applies to all files @@ -19,7 +19,7 @@ Additional Use Grant: Connecting to a Play Framework websocket and/or Play Framework request/response bodies for server and play-ws client. -Change Date: 2027-02-28 +Change Date: 2027-05-13 Change License: Apache License, Version 2.0 diff --git a/native-image-tests/build.sbt b/native-image-tests/build.sbt index 8c2c9c43..e0971c77 100644 --- a/native-image-tests/build.sbt +++ b/native-image-tests/build.sbt @@ -6,7 +6,7 @@ scalaVersion := "2.13.13" resolvers += "Akka library repository".at("https://repo.akka.io/maven") -lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.2") +lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.3") lazy val akkaR2dbcVersion = sys.props.getOrElse("akka.r2dbc.version", "1.2.3") fork := true diff --git a/project/Dependencies.scala b/project/Dependencies.scala index db8b98ad..916a32ad 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val Scala3 = "3.3.3" val Scala2Versions = Seq(Scala213) val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3 - val AkkaVersion = System.getProperty("override.akka.version", "2.9.2") + val AkkaVersion = System.getProperty("override.akka.version", "2.9.3") val AkkaVersionInDocs = AkkaVersion.take(3) val AkkaPersistenceJdbcVersion = "5.2.0" // only in migration tool tests val AkkaProjectionVersionInDocs = "current"