File tree Expand file tree Collapse file tree 11 files changed +23
-53
lines changed
couchbase-persistence/couchbase-persistence-java-mvn
mixed-persistence/mixed-persistence-java-sbt
shopping-cart/shopping-cart-java Expand file tree Collapse file tree 11 files changed +23
-53
lines changed Original file line number Diff line number Diff line change 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-->
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ val playGrpcRuntime = "com.lightbend.play" %% "play-grpc-runtime" % Bu
1414val 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
2020val akkaHttpOverrides = Seq (
2121 " akka-http2-support" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 11enablePlugins(BuildInfoPlugin )
2- val akkaGrpcVersion = " 1.0.2 "
2+ val akkaGrpcVersion = " 1.0.3 "
33val playGrpcVersion = " 0.9.1"
4- val lagomVersion = " 1.6.4 "
4+ val lagomVersion = " 1.6.5 "
55
66buildInfoKeys := Seq [BuildInfoKey ](" playGrpcVersion" -> playGrpcVersion)
77buildInfoPackage := " lagom.java.grpc.sample"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ organization in ThisBuild := "com.example"
44version 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
99val macwire = " com.softwaremill.macwire" %% " macros" % " 2.3.3" % " provided"
1010val scalaTest = " org.scalatest" %% " scalatest" % " 3.1.4" % Test
Original file line number Diff line number Diff line change 1-
21enablePlugins(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
Original file line number Diff line number Diff 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 "
2020val h2 = " com.h2database" % " h2" % " 1.4.199"
2121val hibernate = " org.hibernate" % " hibernate-core" % " 5.4.3.Final"
2222
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ organization in ThisBuild := "com.example"
55// the Scala version that will be used for cross-compiled libraries
66scalaVersion in ThisBuild := " 2.13.3"
77
8- val lombok = " org.projectlombok" % " lombok" % " 1.18.8 "
8+ val lombok = " org.projectlombok" % " lombok" % " 1.18.18 "
99val postgresDriver = " org.postgresql" % " postgresql" % " 42.2.18"
1010val hamcrestLibrary = " org.hamcrest" % " hamcrest-library" % " 2.1" % Test
1111val hibernateEntityManager = " org.hibernate" % " hibernate-entitymanager" % " 5.4.2.Final"
You can’t perform that action at this time.
0 commit comments