File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616def VERSIONS = [
17- QUARKUS : " 3.17.6 " ,
17+ QUARKUS : " 3.19.3 " ,
1818 QUARKUS_SCALA3 : " 1.0.0" ,
1919 SCALA3 : " 3.6.4" ,
2020 MAGNUM : " 1.3.1" ,
Original file line number Diff line number Diff line change 1313 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1414 <quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
1515 <quarkus .platform.group-id>io.quarkus.platform</quarkus .platform.group-id>
16- <quarkus .platform.version>3.17.6 </quarkus .platform.version>
16+ <quarkus .platform.version>3.19.3 </quarkus .platform.version>
1717 <scala-maven-plugin .version>4.9.2</scala-maven-plugin .version>
1818 <scalafmt-plugin .version>1.1.1713302731.c3d0074</scalafmt-plugin .version>
1919 <scalafix-plugin .version>0.1.9_0.12.1</scalafix-plugin .version>
150150 <dependency >
151151 <groupId >io.rest-assured</groupId >
152152 <artifactId >rest-assured</artifactId >
153- <version >5.5.1</version >
154153 <scope >test</scope >
155154 </dependency >
156155 <dependency >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
55 mavenLocal()
66 }
77 plugins {
8- id " io.quarkus" version " 3.17.6 "
8+ id " io.quarkus" version " 3.19.3 "
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class GreetingResourceTest:
4141
4242 @ Test
4343 def testGreetEndpointWithEmptyParam : Unit =
44- testEndpoint(" /greet?name=" , " Hello from RESTEasy Reactive in Scala 3" )
44+ testEndpoint(" /greet?name=" , " Hello world from RESTEasy Reactive in Scala 3" )
4545
4646 @ Test
4747 def testGreetEndpointWithSingleParam : Unit =
You can’t perform that action at this time.
0 commit comments