File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/test/java/com/objectcomputing/checkins/services Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 postgresql :
4- image : postgres:11.6
4+ image : postgres:17.2
55 environment :
66 POSTGRES_DB : checkinsdb
77 POSTGRES_USER : postgres
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id " jacoco"
88}
99
10- version " 0.8.12 "
10+ version " 0.8.13 "
1111group " com.objectcomputing.checkins"
1212
1313repositories {
Original file line number Diff line number Diff line change 1818@ MicronautTest (environments = {Environment .TEST }, transactional = false )
1919public abstract class TestContainersSuite implements RepositoryFixture , TestPropertyProvider {
2020
21- private static final PostgreSQLContainer <?> postgres = new PostgreSQLContainer <>("postgres:11.6 " );
21+ private static final PostgreSQLContainer <?> postgres = new PostgreSQLContainer <>("postgres:17.2 " );
2222
2323 @ Inject
2424 private EmbeddedServer embeddedServer ;
Original file line number Diff line number Diff line change 11{
22 "name" : " web-ui" ,
3- "version" : " 0.8.12 " ,
3+ "version" : " 0.8.13 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments