File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
vm/tests/gh_workflows/NILayerTests Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 44
44
push :
45
45
paths :
46
46
- ' .github/workflows/ni-layers.yml'
47
+ - ' vm/tests/gh_workflows/NILayerTests/**'
47
48
pull_request :
48
49
paths :
49
50
- ' .github/workflows/ni-layers.yml'
51
+ - ' vm/tests/gh_workflows/NILayerTests/**'
50
52
schedule :
51
53
- cron : " 0 0 * * 1" # Once a week, at midnight on Monday (00:00 UTC)
52
54
workflow_dispatch :
Original file line number Diff line number Diff line change 346
346
"artifact_id" : " cats-effect_3" ,
347
347
"version" : " 3.6-0142603" ,
348
348
"reason" : " GR-59420"
349
+ },
350
+ {
351
+ "group_id" : " org.mockito" ,
352
+ "artifact_id" : " mockito-core" ,
353
+ "version" : " 5.13.0" ,
354
+ "reason" : " GR-60601"
355
+ },
356
+ {
357
+ "group_id" : " org.assertj" ,
358
+ "artifact_id" : " assertj-core" ,
359
+ "version" : " 3.26.3" ,
360
+ "reason" : " GR-60601"
361
+ },
362
+ {
363
+ "group_id" : " org.easymock" ,
364
+ "artifact_id" : " easymock" ,
365
+ "version" : " 5.4.0" ,
366
+ "reason" : " GR-60601"
367
+ },
368
+ {
369
+ "group_id" : " net.bytebuddy" ,
370
+ "artifact_id" : " byte-buddy" ,
371
+ "version" : " 1.15.1" ,
372
+ "reason" : " GR-60601"
373
+ },
374
+ {
375
+ "group_id" : " org.powermock" ,
376
+ "artifact_id" : " powermock-core" ,
377
+ "version" : " 2.0.9" ,
378
+ "reason" : " GR-60601"
379
+ },
380
+ {
381
+ "group_id" : " org.infinispan" ,
382
+ "artifact_id" : " infinispan-core" ,
383
+ "version" : " 15.0.8.Final" ,
384
+ "reason" : " GR-60601"
385
+ },
386
+ {
387
+ "group_id" : " org.hibernate.orm" ,
388
+ "artifact_id" : " hibernate-core" ,
389
+ "version" : " 6.6.0.Final" ,
390
+ "reason" : " GR-60601"
349
391
}
350
392
]
You can’t perform that action at this time.
0 commit comments