Skip to content

Commit 4d440f6

Browse files
committed
Version bumps
1 parent 0f8be8a commit 4d440f6

File tree

11 files changed

+23
-53
lines changed

11 files changed

+23
-53
lines changed

couchbase-persistence/couchbase-persistence-java-mvn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.projectlombok</groupId>
7979
<artifactId>lombok</artifactId>
80-
<version>1.18.8</version>
80+
<version>1.18.18</version>
8181
</dependency>
8282

8383
<!--#couchbase-begin-->

grpc-example/grpc-example-java/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ val playGrpcRuntime = "com.lightbend.play" %% "play-grpc-runtime" % Bu
1414
val lagomGrpcTestkit = "com.lightbend.play" %% "lagom-javadsl-grpc-testkit" % BuildInfo.playGrpcVersion % Test
1515

1616

17-
val akkaHttpVersion = "10.2.1"
18-
val playVersion = "2.8.5"
17+
val akkaHttpVersion = "10.2.3"
18+
val playVersion = "2.8.7"
1919

2020
val akkaHttpOverrides = Seq(
2121
"akka-http2-support",

grpc-example/grpc-example-java/hello-impl/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,6 @@
6363
<artifactId>akka-http2-support_${scala.binary.version}</artifactId>
6464
</dependency>
6565

66-
<!-- <dependency>-->
67-
<!-- <groupId>com.typesafe.akka</groupId>-->
68-
<!-- <artifactId>akka-http-spray-json_${scala.binary.version}</artifactId>-->
69-
<!-- </dependency>-->
70-
<!-- <dependency>-->
71-
<!-- <groupId>com.typesafe.akka</groupId>-->
72-
<!-- <artifactId>akka-parsing_${scala.binary.version}</artifactId>-->
73-
<!-- </dependency>-->
74-
<!-- <dependency>-->
75-
<!-- <groupId>com.typesafe.akka</groupId>-->
76-
<!-- <artifactId>akka-http_${scala.binary.version}</artifactId>-->
77-
<!-- </dependency>-->
78-
<!-- <dependency>-->
79-
<!-- <groupId>com.typesafe.akka</groupId>-->
80-
<!-- <artifactId>akka-http-core_${scala.binary.version}</artifactId>-->
81-
<!-- </dependency>-->
82-
8366
</dependencies>
8467

8568
<build>

grpc-example/grpc-example-java/hello-proxy-impl/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,6 @@
5858
<artifactId>akka-http2-support_${scala.binary.version}</artifactId>
5959
</dependency>
6060

61-
62-
<!-- <dependency>-->
63-
<!-- <groupId>com.typesafe.akka</groupId>-->
64-
<!-- <artifactId>akka-parsing_${scala.binary.version}</artifactId>-->
65-
<!-- </dependency>-->
66-
<!-- <dependency>-->
67-
<!-- <groupId>com.typesafe.akka</groupId>-->
68-
<!-- <artifactId>akka-http_${scala.binary.version}</artifactId>-->
69-
<!-- </dependency>-->
70-
<!-- <dependency>-->
71-
<!-- <groupId>com.typesafe.akka</groupId>-->
72-
<!-- <artifactId>akka-http-core_${scala.binary.version}</artifactId>-->
73-
<!-- </dependency>-->
74-
75-
7661
</dependencies>
7762

7863
<build>

grpc-example/grpc-example-java/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.projectlombok</groupId>
8888
<artifactId>lombok</artifactId>
89-
<version>1.18.8</version>
89+
<version>1.18.18</version>
9090
</dependency>
9191

9292
</dependencies>
@@ -95,11 +95,11 @@
9595
<properties>
9696
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9797
<scala.binary.version>2.12</scala.binary.version>
98-
<akka.http.version>10.2.0</akka.http.version>
99-
<play.version>2.8.1+747-34362f47+20201123-1554</play.version>
100-
<akka.grpc.version>1.0.2</akka.grpc.version>
98+
<akka.http.version>10.2.3</akka.http.version>
99+
<play.version>2.8.7</play.version>
100+
<akka.grpc.version>1.0.3</akka.grpc.version>
101101
<play.grpc.version>0.9.1</play.grpc.version>
102-
<lagom.version>1.6.4</lagom.version>
102+
<lagom.version>1.6.5</lagom.version>
103103

104104
<hello-impl.http.port>11000</hello-impl.http.port>
105105
</properties>

grpc-example/grpc-example-java/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enablePlugins(BuildInfoPlugin)
2-
val akkaGrpcVersion = "1.0.2"
2+
val akkaGrpcVersion = "1.0.3"
33
val playGrpcVersion = "0.9.1"
4-
val lagomVersion = "1.6.4"
4+
val lagomVersion = "1.6.5"
55

66
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcVersion)
77
buildInfoPackage := "lagom.java.grpc.sample"

grpc-example/grpc-example-scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ organization in ThisBuild := "com.example"
44
version in ThisBuild := "1.0-SNAPSHOT"
55

66
// the Scala version that will be used for cross-compiled libraries
7-
scalaVersion in ThisBuild := "2.12.12"
7+
scalaVersion in ThisBuild := "2.12.13"
88

99
val macwire = "com.softwaremill.macwire" %% "macros" % "2.3.3" % "provided"
1010
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.4" % Test
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
21
enablePlugins(BuildInfoPlugin)
3-
val playGrpcV = "0.9.1"
4-
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
5-
buildInfoPackage := "lagom.scala.grpc.sample"
2+
val akkaGrpcVersion = "1.0.3"
3+
val playGrpcVersion = "0.9.1"
4+
val lagomVersion = "1.6.5"
5+
6+
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcVersion)
7+
buildInfoPackage := "lagom.java.grpc.sample"
68

79
// The Lagom plugin
8-
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.4")
10+
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % lagomVersion)
911

1012
// Akka GRPC
11-
addSbtPlugin("com.lightbend.akka.grpc" %% "sbt-akka-grpc" % "1.0.2")
12-
libraryDependencies += "com.lightbend.play" %% "play-grpc-generators" % playGrpcV
13+
addSbtPlugin("com.lightbend.akka.grpc" %% "sbt-akka-grpc" % akkaGrpcVersion)
14+
libraryDependencies += "com.lightbend.play" %% "play-grpc-generators" % playGrpcVersion

mixed-persistence/mixed-persistence-java-sbt/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy val `hello-api` = (project in file("hello-api"))
1616
)
1717
)
1818

19-
val lombok = "org.projectlombok" % "lombok" % "1.18.8"
19+
val lombok = "org.projectlombok" % "lombok" % "1.18.18"
2020
val h2 = "com.h2database" % "h2" % "1.4.199"
2121
val hibernate = "org.hibernate" % "hibernate-core" % "5.4.3.Final"
2222

shopping-cart/shopping-cart-java/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ organization in ThisBuild := "com.example"
55
// the Scala version that will be used for cross-compiled libraries
66
scalaVersion in ThisBuild := "2.13.3"
77

8-
val lombok = "org.projectlombok" % "lombok" % "1.18.8"
8+
val lombok = "org.projectlombok" % "lombok" % "1.18.18"
99
val postgresDriver = "org.postgresql" % "postgresql" % "42.2.18"
1010
val hamcrestLibrary = "org.hamcrest" % "hamcrest-library" % "2.1" % Test
1111
val hibernateEntityManager = "org.hibernate" % "hibernate-entitymanager" % "5.4.2.Final"

0 commit comments

Comments
 (0)