File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/test/java/org/openrewrite/java/migrate Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ void updateVersionUsingMajorOnly() {
3636 java=11.0.25-tem
3737 """ ,
3838 """
39- java=17.0.13 -tem
39+ java=17.0.14 -tem
4040 """ ,
4141 spec -> spec .path (".sdkmanrc" )
4242 )
@@ -46,13 +46,13 @@ void updateVersionUsingMajorOnly() {
4646 @ Test
4747 void updateVersionExact () {
4848 rewriteRun (
49- spec -> spec .recipe (new UpdateSdkMan ("17.0.13 " , null )),
49+ spec -> spec .recipe (new UpdateSdkMan ("17.0.14 " , null )),
5050 text (
5151 """
5252 java=11.1.2-tem
5353 """ ,
5454 """
55- java=17.0.13 -tem
55+ java=17.0.14 -tem
5656 """ ,
5757 spec -> spec .path (".sdkmanrc" )
5858 )
@@ -65,10 +65,10 @@ void updateDistributionOnly() {
6565 spec -> spec .recipe (new UpdateSdkMan (null , "amzn" )),
6666 text (
6767 """
68- java=11.0.25 -tem
68+ java=11.0.26 -tem
6969 """ ,
7070 """
71- java=11.0.25 -amzn
71+ java=11.0.26 -amzn
7272 """ ,
7373 spec -> spec .path (".sdkmanrc" )
7474 )
@@ -144,7 +144,7 @@ void nonNumericalVersionPart() {
144144 java=11.0.25.fx-zulu
145145 """ ,
146146 """
147- java=17.0.13 .fx-zulu
147+ java=17.0.14 .fx-zulu
148148 """ ,
149149 spec -> spec .path (".sdkmanrc" )
150150 )
You can’t perform that action at this time.
0 commit comments